diff options
Diffstat (limited to 'x11-themes/redhat-artwork')
-rw-r--r-- | x11-themes/redhat-artwork/Manifest | 6 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild | 16 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild | 12 | ||||
-rw-r--r-- | x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild | 16 |
4 files changed, 25 insertions, 25 deletions
diff --git a/x11-themes/redhat-artwork/Manifest b/x11-themes/redhat-artwork/Manifest index e288183e47c0..c649f64799e3 100644 --- a/x11-themes/redhat-artwork/Manifest +++ b/x11-themes/redhat-artwork/Manifest @@ -1,8 +1,8 @@ MD5 9543fc2e74034d1077935d10e2e786a4 ChangeLog 3394 -MD5 f4093899128311aa92272070e1f9a8b7 redhat-artwork-0.39.ebuild 3787 +MD5 bf50cf9bee92bdeda2411a69b9395cb1 redhat-artwork-0.39.ebuild 3773 +MD5 4533680520b21fdf1d238ca3eb18a2c4 redhat-artwork-0.47.ebuild 4373 MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 -MD5 28758bd01cbd528b98f4b23a3e24397e redhat-artwork-0.73.ebuild 5094 -MD5 24c10ad9dfe3e4fbcba29a9ca7858a00 redhat-artwork-0.47.ebuild 4381 +MD5 d225b0a14a6c0a28cc96e9b3b9e5d3b3 redhat-artwork-0.73.ebuild 5069 MD5 2b18f0bfd9c83a7d52127c8cb69ba123 files/digest-redhat-artwork-0.39 75 MD5 3b65e10c4a020c4a0ea202f4865e686f files/digest-redhat-artwork-0.47 75 MD5 dd889dbdcebae49dc59d0d60dff259de files/redhat-artwork-0.63-cursors.patch 1071 diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild index 5fd5dd7ed5a0..99ead90c3bb1 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild,v 1.9 2003/02/13 17:44:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.39.ebuild,v 1.10 2003/09/06 07:28:56 msterret Exp $ IUSE="kde" @@ -16,9 +16,9 @@ DEPEND="sys-devel/autoconf sys-devel/automake app-arch/rpm2targz >=media-libs/gdk-pixbuf-0.2.5 - =x11-libs/gtk+-1.2* - >=x11-libs/gtk+-2.0 - kde? ( >=x11-libs/qt-3.0.5 + =x11-libs/gtk+-1.2* + >=x11-libs/gtk+-2.0 + kde? ( >=x11-libs/qt-3.0.5 >=kde-base/kdebase-3.0.2 )" # Because one may only want to use the theme with kde OR gtk OR Metacity @@ -81,7 +81,7 @@ src_compile() { # paths have to be fixed for kde use kde && ( - + # Fix paths... _replace "/usr/lib/qt3" "${QTDIR}" _replace '${libdir}/qt3' "${QTDIR}" @@ -93,7 +93,7 @@ src_compile() { chmod +x configure ) - + econf || die emake || die } @@ -105,7 +105,7 @@ src_install () { dodir ${KDEDIR}/share mv ${D}/usr/share/apps ${D}/${KDEDIR}/share/apps mv ${D}/usr/share/icons ${D}/${KDEDIR}/share/icons - + # Until someone makes a nice Gentoo-replacement for the # RedHat-logo in the splash, we don't install the splash # at all... :) @@ -131,7 +131,7 @@ src_install () { # Theme copyright notice left intact... do not modify it sed -e 's|Screenshot=|#Screenshot=|' GdmGreeterTheme.desktop > GdmGreeterTheme.desktop.mod mv GdmGreeterTheme.desktop.mod GdmGreeterTheme.desktop - + cd ${S} dodoc AUTHORS NEWS README } diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild index eed7349a9dcb..e8566b15c8c2 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild,v 1.6 2003/02/13 17:44:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.47.ebuild,v 1.7 2003/09/06 07:28:56 msterret Exp $ RH_EXTRAVERSION="3" @@ -18,8 +18,8 @@ DEPEND="sys-devel/autoconf app-arch/rpm2targz >=x11-libs/gtk+-2.0 gtk? ( >=media-libs/gdk-pixbuf-0.2.5 - =x11-libs/gtk+-1.2* ) - kde? ( >=x11-libs/qt-3.0.5 + =x11-libs/gtk+-1.2* ) + kde? ( >=x11-libs/qt-3.0.5 >=kde-base/kdebase-3.0.2 )" # Because one may only want to use the theme with kde OR gtk OR Metacity @@ -86,7 +86,7 @@ src_compile() { mv configure.in configure.in.old sed -e "s|AM_PATH_GTK(1.2.9, ,||" \ -e "s|AC_MSG_ERROR(.*GTK+-1.*||" \ - -e "s|AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :,||" \ + -e "s|AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :,||" \ -e "s|AC_MSG_ERROR(.*gtk_style.*||" \ -e "s| \$GTK_LIBS)||" \ -e "s|AM_PATH_GDK_PIXBUF||" \ @@ -104,7 +104,7 @@ src_compile() { # paths have to be fixed for kde use kde && ( - + # Fix paths... _replace "/usr/lib/qt3" "${QTDIR}" _replace '${libdir}/qt3' "${QTDIR}" @@ -154,7 +154,7 @@ src_install () { # Theme copyright notice left intact... do not modify it sed -e 's|Screenshot=|#Screenshot=|' GdmGreeterTheme.desktop > GdmGreeterTheme.desktop.mod mv GdmGreeterTheme.desktop.mod GdmGreeterTheme.desktop - + cd ${S} dodoc AUTHORS NEWS README ChangeLog } diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild index 3a3d3ee9475f..95a2c8fcd1fe 100644 --- a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild +++ b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # 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.6 2003/06/22 20:39:53 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.7 2003/09/06 07:28:56 msterret Exp $ RH_EXTRAVERSION="1" @@ -17,7 +17,7 @@ DEPEND="sys-devel/autoconf sys-devel/automake >=x11-libs/gtk+-2.0 gtk? ( >=media-libs/gdk-pixbuf-0.2.5 - =x11-libs/gtk+-1.2* ) + =x11-libs/gtk+-1.2* ) kde? ( >=x11-libs/qt-3.0.5 >=kde-base/kdebase-3.0.2 ) gtk2? ( >=x11-libs/gtk+-2* )" @@ -45,16 +45,16 @@ _replace() { src_unpack() { rpm_src_unpack - cd ${S} - epatch ${FILESDIR}/redhat-artwork-0.63-cursors.patch || die + cd ${S} + epatch ${FILESDIR}/redhat-artwork-0.63-cursors.patch || die epatch ${FILESDIR}/redhat-artwork-0.63-gcc2.patch || die } src_compile() { export WANT_AUTOCONF_2_5=1 - # dies is LANG has UTF-8 - export LANG=C + # dies is LANG has UTF-8 + export LANG=C use kde || ( @@ -90,7 +90,7 @@ src_compile() { mv configure.in configure.in.old sed -e "s|AM_PATH_GTK(1.2.9, ,||" \ -e "s|AC_MSG_ERROR(.*GTK+-1.*||" \ - -e "s|AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :,||" \ + -e "s|AC_CHECK_LIB(gtk, gtk_style_set_prop_experimental, :,||" \ -e "s|AC_MSG_ERROR(.*gtk_style.*||" \ -e "s| \$GTK_LIBS)||" \ -e "s|AM_PATH_GDK_PIXBUF||" \ @@ -127,7 +127,7 @@ src_compile() { chmod +x art/gtk/make-iconrc.sh ./configure || die - emake || die + emake || die } src_install () { |