summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-10-17 20:08:57 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-10-17 20:08:57 +0000
commit789f65ce4f7426f7ee08e4bf2c45af6f405d65fc (patch)
tree58d4a9be9d64f020c257cd9077db1f51d75ded2a
parentVersion bump as requested in bug #48537. (Manifest recommit) (diff)
downloadgentoo-2-789f65ce4f7426f7ee08e4bf2c45af6f405d65fc.tar.gz
gentoo-2-789f65ce4f7426f7ee08e4bf2c45af6f405d65fc.tar.bz2
gentoo-2-789f65ce4f7426f7ee08e4bf2c45af6f405d65fc.zip
add WANT_AUTOMAKE for 0.73 (#61364) fix redhat gdm theme (#61360)
-rw-r--r--x11-themes/redhat-artwork/ChangeLog6
-rw-r--r--x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild4
-rw-r--r--x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-themes/redhat-artwork/ChangeLog b/x11-themes/redhat-artwork/ChangeLog
index 3d95d891907a..98720c3a5c81 100644
--- a/x11-themes/redhat-artwork/ChangeLog
+++ b/x11-themes/redhat-artwork/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/redhat-artwork
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.39 2004/10/04 05:51:36 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/ChangeLog,v 1.40 2004/10/17 20:08:57 liquidx Exp $
+
+ 17 Oct 2004; Alastair Tse <liquidx@gentoo.org> redhat-artwork-0.73.ebuild,
+ redhat-artwork-0.96.ebuild:
+ add WANT_AUTOMAKE for 0.73 (#61364) fix redhat gdm theme (#61360)
03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
redhat-artwork-0.73.ebuild, redhat-artwork-0.95.ebuild,
diff --git a/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild b/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild
index eca1b4549dbc..bcc55c6f7b4e 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-2004 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.16 2004/10/04 05:51:36 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.73.ebuild,v 1.17 2004/10/17 20:08:57 liquidx Exp $
inherit eutils rpm
@@ -49,7 +49,7 @@ src_unpack() {
}
src_compile() {
-
+ export WANT_AUTOMAKE=1.4
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 b4f4fefb85dc..72d323b6d8ab 100644
--- a/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild
+++ b/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 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.7 2004/10/04 05:51:36 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/redhat-artwork/redhat-artwork-0.96.ebuild,v 1.8 2004/10/17 20:08:57 liquidx Exp $
inherit eutils rpm
@@ -153,7 +153,7 @@ src_install () {
cd ${D}/usr/share/gdm/themes/Bluecurve/
# replace redhat logo with gnome logo from happygnome theme
- sed -e 's|<normal file="rh_logo-header.png"/>|<normal file="/usr/share/gdm/themes/happygnome/gnome-logo.png"/>|' \
+ sed -e 's|<normal file="rh_logo-header.png" />|<normal file="/usr/share/gdm/themes/happygnome/gnome-logo.png"/>|' \
-e 's|<pos x="3%" y="5%" width="398" height="128" anchor="nw"/>|<pos x="3%" y="3%"/>|' \
Bluecurve.xml > Bluecurve.xml.mod || die