summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-11-14 20:47:06 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-11-14 20:47:06 +0000
commitcb8ba7ea6f6fa408b6cc64ac7286636fa5cd5ab7 (patch)
tree6deb777ed0ba92a8aba18611390bd8aeca00e41c /x11-misc/wmakerconf
parentCorrect dependencies. Partially solve bug #71187, blocked by #53889. (diff)
downloadhistorical-cb8ba7ea6f6fa408b6cc64ac7286636fa5cd5ab7.tar.gz
historical-cb8ba7ea6f6fa408b6cc64ac7286636fa5cd5ab7.tar.bz2
historical-cb8ba7ea6f6fa408b6cc64ac7286636fa5cd5ab7.zip
fixes related to bug 70552
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r--x11-misc/wmakerconf/ChangeLog5
-rw-r--r--x11-misc/wmakerconf/Manifest8
-rw-r--r--x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild8
3 files changed, 13 insertions, 8 deletions
diff --git a/x11-misc/wmakerconf/ChangeLog b/x11-misc/wmakerconf/ChangeLog
index 32dc1ce61606..a5d101d56840 100644
--- a/x11-misc/wmakerconf/ChangeLog
+++ b/x11-misc/wmakerconf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/wmakerconf
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.13 2004/10/30 00:35:59 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/ChangeLog,v 1.14 2004/11/14 20:47:06 fafhrd Exp $
+
+ 14 Nov 2004; Armando Di Cianno <fafhrd@gentoo.org> wmakerconf-2.9.2.ebuild:
+ fixes related to bug 70552
*wmakerconf-2.9.2 (29 Oct 2004)
diff --git a/x11-misc/wmakerconf/Manifest b/x11-misc/wmakerconf/Manifest
index e0117cdc1169..0d8c475ff1e7 100644
--- a/x11-misc/wmakerconf/Manifest
+++ b/x11-misc/wmakerconf/Manifest
@@ -1,8 +1,8 @@
-MD5 e3e57bcebd28d66c5fb39e86735ac170 ChangeLog 1537
-MD5 fa3d3bd9ef0db1079307a74f35f648b1 wmakerconf-2.8.1-r2.ebuild 1230
MD5 b1484d98601c02ec70324445311347fa wmakerconf-2.9.ebuild 1210
-MD5 4d313fb1a38685ed0292efa827c76863 wmakerconf-2.9.2.ebuild 1243
+MD5 fa3d3bd9ef0db1079307a74f35f648b1 wmakerconf-2.8.1-r2.ebuild 1230
+MD5 a965bfe950e0d0802ff7f6b6c9ffb3d1 ChangeLog 1645
MD5 e3da37041f1ea1df94a3fe8b6df1f7fb metadata.xml 327
+MD5 2890e5fe2e358c9191ddcf7c32a25396 wmakerconf-2.9.2.ebuild 1285
+MD5 9836fda7307d1de81541a6ce1f894070 files/digest-wmakerconf-2.9.2 68
MD5 1e9fc0f7bee345603a1202c29ea3f14e files/digest-wmakerconf-2.8.1-r2 68
MD5 171d06c45d91a642a89bebb5e60f2cd5 files/digest-wmakerconf-2.9 67
-MD5 9836fda7307d1de81541a6ce1f894070 files/digest-wmakerconf-2.9.2 68
diff --git a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild b/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
index ea3343d3f7f5..98b129111a7a 100644
--- a/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild
+++ b/x11-misc/wmakerconf/wmakerconf-2.9.2.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-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.1 2004/10/30 00:35:59 fafhrd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild,v 1.2 2004/11/14 20:47:06 fafhrd Exp $
inherit eutils
@@ -37,9 +37,11 @@ src_compile() {
}
src_install() {
- emake install DESTDIR=${D} || die "install failed"
+ emake DESTDIR=${D} \
+ GNOMEDIR=${D}/usr/share/gnome/apps/Settings \
+ gnulocaledir=${D}/usr/share/locale \
+ install || die "install failed"
# prefix=${D}/usr \
- # GNOMEDIR=${D}/usr/share/gnome/apps/Settings \
# install || die
dodoc README MANUAL AUTHORS TODO COPYING ChangeLog