diff options
author | 2008-02-25 12:07:21 +0000 | |
---|---|---|
committer | 2008-02-25 12:07:21 +0000 | |
commit | e2e6ae68d71be4faaeea20ec661396478419ecb1 (patch) | |
tree | a7cdc8489503d80ff2dc832cf7d1d20e4253d230 /x11-themes | |
parent | x11-themes/gtk-engines-qtcurve version bump to 0.56.0 (diff) | |
download | historical-e2e6ae68d71be4faaeea20ec661396478419ecb1.tar.gz historical-e2e6ae68d71be4faaeea20ec661396478419ecb1.tar.bz2 historical-e2e6ae68d71be4faaeea20ec661396478419ecb1.zip |
x11-themes/qtcurve-qt4 version bump to 0.56.0
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/qtcurve-qt4/ChangeLog | 7 | ||||
-rw-r--r-- | x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/x11-themes/qtcurve-qt4/ChangeLog b/x11-themes/qtcurve-qt4/ChangeLog index 1af5aa783df7..be0f50bca877 100644 --- a/x11-themes/qtcurve-qt4/ChangeLog +++ b/x11-themes/qtcurve-qt4/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-themes/qtcurve-qt4 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.7 2008/02/22 21:27:29 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/ChangeLog,v 1.8 2008/02/25 12:07:21 yngwin Exp $ + +*qtcurve-qt4-0.56.0 (25 Feb 2008) + + 25 Feb 2008; Ben de Groot <yngwin@gentoo.org> +qtcurve-qt4-0.56.0.ebuild: + Version bump. 22 Feb 2008; Ben de Groot <yngwin@gentoo.org> qtcurve-qt4-0.55.3.ebuild: Replace cmake-utils_src_install with insinto, until we find out why it fails diff --git a/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild new file mode 100644 index 000000000000..a085589777da --- /dev/null +++ b/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/qtcurve-qt4/qtcurve-qt4-0.56.0.ebuild,v 1.1 2008/02/25 12:07:21 yngwin Exp $ + +inherit qt4 cmake-utils + +MY_P="${P/qtcurve-qt4/QtCurve-KDE4}" +DESCRIPTION="A set of widget styles for Qt4 based apps, also available for KDE3 and GTK2" +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 ~x86" + +DEPEND="$(qt4_min_version 4.0)" + +S="${WORKDIR}/${MY_P}" + +src_install () { + # because cmake-utils_src_install fails on ~amd64 + dodir /usr/$(get_libdir)/qt4/plugins/styles/ + insinto /usr/$(get_libdir)/qt4/plugins/styles/ + insopts -m755 + doins "${WORKDIR}"/${PN}_build/style/qtcurve.so || die "make install failed" + dodoc ChangeLog README TODO +} |