diff options
author | Ben de Groot <yngwin@gentoo.org> | 2008-04-25 13:35:19 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2008-04-25 13:35:19 +0000 |
commit | 86d0edb1c409efe11a94210821b833d9071187b5 (patch) | |
tree | eb03208e25a8660864952447f4bfa51221224f7f /x11-themes/qtcurve | |
parent | Version kde-base/* dependencies, Fabio Erculiani in bug 219244 (diff) | |
download | gentoo-2-86d0edb1c409efe11a94210821b833d9071187b5.tar.gz gentoo-2-86d0edb1c409efe11a94210821b833d9071187b5.tar.bz2 gentoo-2-86d0edb1c409efe11a94210821b833d9071187b5.zip |
qtcurve version bump
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'x11-themes/qtcurve')
-rw-r--r-- | x11-themes/qtcurve/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/qtcurve/qtcurve-0.59.0.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-themes/qtcurve/ChangeLog b/x11-themes/qtcurve/ChangeLog index 9a65a0d50580..7c6e80cfc12d 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.22 2008/04/24 17:45:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve/ChangeLog,v 1.23 2008/04/25 13:35:19 yngwin Exp $ + +*qtcurve-0.59.0 (25 Apr 2008) + + 25 Apr 2008; Ben de Groot <yngwin@gentoo.org> +qtcurve-0.59.0.ebuild: + Version bump 24 Apr 2008; Markus Rothe <corsair@gentoo.org> qtcurve-0.58.0.ebuild: Added ~ppc64; bug #218436 diff --git a/x11-themes/qtcurve/qtcurve-0.59.0.ebuild b/x11-themes/qtcurve/qtcurve-0.59.0.ebuild new file mode 100644 index 000000000000..60a3ff557c35 --- /dev/null +++ b/x11-themes/qtcurve/qtcurve-0.59.0.ebuild @@ -0,0 +1,33 @@ +# 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.0.ebuild,v 1.1 2008/04/25 13:35:19 yngwin Exp $ + +# 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="~amd64 ~hppa ~ppc64 ~x86" +IUSE="" + +DEPEND=">=dev-util/cmake-2.4 + $(qt_min_version 3)" + +need-kde 3.5 + +S="${WORKDIR}/${MY_P}" +DOCS="ChangeLog README TODO" + +pkg_postinst() { + buildsycoca +} + +pkg_postrm() { + buildsycoca +} |