diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-26 15:03:59 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-01-26 15:03:59 +0000 |
commit | eca21a1b6acbb78a51da71daf96fd4ae64635069 (patch) | |
tree | 66dae084be809a814407e850d6d0c3bc46c3074c /x11-themes/redhat-artwork | |
parent | Stable on sparc (diff) | |
download | historical-eca21a1b6acbb78a51da71daf96fd4ae64635069.tar.gz historical-eca21a1b6acbb78a51da71daf96fd4ae64635069.tar.bz2 historical-eca21a1b6acbb78a51da71daf96fd4ae64635069.zip |
Use kde eclasses, and make sure KDEDIR is set.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-themes/redhat-artwork')
5 files changed, 19 insertions, 14 deletions
diff --git a/x11-themes/redhat-artwork/Manifest b/x11-themes/redhat-artwork/Manifest index 1408771f88af..2b7a77e43628 100644 --- a/x11-themes/redhat-artwork/Manifest +++ b/x11-themes/redhat-artwork/Manifest @@ -1,10 +1,10 @@ MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 3998e4345e1e8bf164b8359c3974e73b redhat-artwork-0.73.ebuild 5250 -MD5 512132eb62ec1c5bf083f28f274c0829 redhat-artwork-0.96.ebuild 5307 +MD5 29e1557a988e86e3ae51c78b949fea23 redhat-artwork-0.73.ebuild 5289 +MD5 e69540e57edfcbcc822208ca12cb2cb9 redhat-artwork-0.96.ebuild 5299 MD5 f80cb57fce81f07a33efe1fe579d3c14 redhat-artwork-0.120.1.2.ebuild 5173 MD5 9c3df78f302b532c6937b6d0f6f2a1dd ChangeLog 7241 -MD5 f72438068b57dd3c544f4e996cbc0561 redhat-artwork-0.120.ebuild 5334 -MD5 7f808396596c1ef7a5f89a45aaf14cff redhat-artwork-0.95.ebuild 5131 +MD5 65696d4166b0dd367e00c8c995f650e0 redhat-artwork-0.120.ebuild 5326 +MD5 78e7b042fa08cfb372e656b3b2cb3831 redhat-artwork-0.95.ebuild 5169 MD5 dd889dbdcebae49dc59d0d60dff259de files/redhat-artwork-0.63-cursors.patch 1071 MD5 9912a3c64a0b848f2ccf2673f2b3093d files/redhat-artwork-0.63-gcc2.patch 483 MD5 17e6ab0b628ed039eb471b3dba20157a files/digest-redhat-artwork-0.95 75 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild index 1e3ea4d6c206..2a6251b00ea6 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild,v 1.2 2005/01/15 00:23:48 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.120.ebuild,v 1.3 2005/01/26 15:03:59 greg_g Exp $ -inherit eutils rpm +inherit eutils rpm kde-functions RH_EXTRAVERSION="1.2" @@ -46,7 +46,7 @@ _replace() { src_compile() { - use kde && addwrite "${QTDIR}/etc/settings" + use kde && set-kdedir 3 export WANT_AUTOCONF=2.5 # dies is LANG has UTF-8 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild index 359575eafecc..ecd394a98cf2 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.18 2005/01/15 00:23:48 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.19 2005/01/26 15:03:59 greg_g Exp $ -inherit eutils rpm +inherit eutils rpm kde-functions RH_EXTRAVERSION="1" @@ -49,6 +49,9 @@ src_unpack() { } src_compile() { + + use kde && set-kdedir 3 + export WANT_AUTOMAKE=1.4 export WANT_AUTOCONF=2.5 # dies is LANG has UTF-8 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild index 39257b3c1dc6..d593836c450d 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.10 2005/01/15 00:23:48 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.95.ebuild,v 1.11 2005/01/26 15:03:59 greg_g Exp $ -inherit eutils rpm +inherit eutils rpm kde-functions RH_EXTRAVERSION="3" @@ -48,6 +48,8 @@ src_unpack() { src_compile() { + use kde && set-kdedir 3 + export WANT_AUTOCONF=2.5 # dies is LANG has UTF-8 export LANG=C diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild index 2e17ed6da82a..07b56b02b7d6 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.11 2005/01/15 00:23:48 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.12 2005/01/26 15:03:59 greg_g Exp $ -inherit eutils rpm +inherit eutils rpm kde-functions RH_EXTRAVERSION="1" @@ -45,7 +45,7 @@ _replace() { src_compile() { - use kde && addwrite "${QTDIR}/etc/settings" + use kde && set-kdedir 3 export WANT_AUTOCONF=2.5 # dies is LANG has UTF-8 |