diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-14 20:47:06 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-11-14 20:47:06 +0000 |
commit | 2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396 (patch) | |
tree | c79dc99e61d41dee3ea103faa3c59bda4622c2c5 /x11-misc/wmakerconf | |
parent | initial commit (Manifest recommit) (diff) | |
download | gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.tar.gz gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.tar.bz2 gentoo-2-2aa2cd03b05dd70b63aee4bd23f6ec9b7ed30396.zip |
fixes related to bug 70552
Diffstat (limited to 'x11-misc/wmakerconf')
-rw-r--r-- | x11-misc/wmakerconf/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/wmakerconf/Manifest | 8 | ||||
-rw-r--r-- | x11-misc/wmakerconf/wmakerconf-2.9.2.ebuild | 8 |
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..85cebeb3c434 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 e3e57bcebd28d66c5fb39e86735ac170 ChangeLog 1537 MD5 e3da37041f1ea1df94a3fe8b6df1f7fb metadata.xml 327 +MD5 895cda7bf585cadae0cbf8088065ce5f wmakerconf-2.9.2.ebuild 1283 +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 |