summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2008-08-05 01:53:09 +0000
committerBen de Groot <yngwin@gentoo.org>2008-08-05 01:53:09 +0000
commit53a19da2e83bc6c028cc0279bf040ffa36245cc0 (patch)
tree6ca8a6b1627ab761f245c537382c5855a2cb7161 /x11-themes/qtcurve
parentsecurity mask openttd bug 233929 (diff)
downloadhistorical-53a19da2e83bc6c028cc0279bf040ffa36245cc0.tar.gz
historical-53a19da2e83bc6c028cc0279bf040ffa36245cc0.tar.bz2
historical-53a19da2e83bc6c028cc0279bf040ffa36245cc0.zip
Version bump
Package-Manager: portage-2.2_rc6/cvs/Linux 2.6.26-hg1 i686
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r--x11-themes/qtcurve/ChangeLog7
-rw-r--r--x11-themes/qtcurve/qtcurve-0.59.5.ebuild37
2 files changed, 43 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog
index c302607b7879..a63afbc712c5 100644
--- a/x11-themes/qtcurve/ChangeLog
+++ b/x11-themes/qtcurve/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-themes/qtcurve
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.39 2008/07/28 21:49:48 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.40 2008/08/05 01:52:10 yngwin Exp $
+
+*qtcurve-0.59.5 (05 Aug 2008)
+
+ 05 Aug 2008; Ben de Groot <yngwin@gentoo.org> +qtcurve-0.59.5.ebuild:
+ Version bump
28 Jul 2008; Carsten Lohrke <carlo@gentoo.org> qtcurve-0.59.2.ebuild:
QA: Get rid of deprecated qt_min_version().
diff --git a/x11-themes/qtcurve/qtcurve-0.59.5.ebuild b/x11-themes/qtcurve/qtcurve-0.59.5.ebuild
new file mode 100644
index 000000000000..1975248765a8
--- /dev/null
+++ b/x11-themes/qtcurve/qtcurve-0.59.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/qtcurve-0.59.5.ebuild,v 1.1 2008/08/05 01:52:10 yngwin Exp $
+
+EAPI=1
+
+# Order is important, so we get src_compile from cmake-utils.
+inherit kde-functions qt3 cmake-utils
+
+MY_P=${P/qtcurve/QtCurve-KDE3}
+
+DESCRIPTION="A set of widget styles for KDE3 based apps, also available for GTK2 and Qt4"
+HOMEPAGE="http://www.kde-look.org/content/show.php?content=40492"
+SRC_URI="http://home.freeuk.com/cpdrummond/${MY_P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/qt:3"
+DEPEND="${RDEPEND}
+ >=dev-util/cmake-2.4"
+
+need-kde 3.5
+
+S=${WORKDIR}/${MY_P}
+DOCS="ChangeLog README TODO"
+
+pkg_postinst() {
+ buildsycoca
+}
+
+pkg_postrm() {
+ buildsycoca
+}
+