diff options
author | 2002-04-02 04:06:12 +0000 | |
---|---|---|
committer | 2002-04-02 04:06:12 +0000 | |
commit | b01927575a5294586a7436043d13c3a2cefd774d (patch) | |
tree | 1741bb95790194b514f3accf735947161773d542 /x11-wm | |
parent | forgot imap fix (diff) | |
download | historical-b01927575a5294586a7436043d13c3a2cefd774d.tar.gz historical-b01927575a5294586a7436043d13c3a2cefd774d.tar.bz2 historical-b01927575a5294586a7436043d13c3a2cefd774d.zip |
Slight nls fixes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish/ChangeLog | 9 | ||||
-rw-r--r-- | x11-wm/sawfish/sawfish-1.0.1-r3.ebuild | 9 |
2 files changed, 14 insertions, 4 deletions
diff --git a/x11-wm/sawfish/ChangeLog b/x11-wm/sawfish/ChangeLog index 642746c1ce3b..9c5eceaf0144 100644 --- a/x11-wm/sawfish/ChangeLog +++ b/x11-wm/sawfish/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-wm/sawfish # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.3 2002/03/29 13:51:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/ChangeLog,v 1.4 2002/04/02 04:06:12 seemant Exp $ + +*sawfish-1.0.1-r3 (2 April 2002) + + 2 April 2002; Seemant Kulleen <seemant@gentoo.org> sawfish-1.0.1-r3.ebuild : + + Slight nls fix in the install stage -- removed empty ${D}/usr/share/locale + directory. *sawfish-1.0.1-r3 (28 Mar 2002) diff --git a/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild b/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild index 26378e6f2945..11f398e879b8 100644 --- a/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild +++ b/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild,v 1.1 2002/03/29 13:55:35 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/sawfish/sawfish-1.0.1-r3.ebuild,v 1.2 2002/04/02 04:06:12 seemant Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -47,11 +47,12 @@ src_compile() { use nls || myconf="${myconf} --disable-linguas" - use gtk \ + use gtk || use gnome \ && myconf="${myconf} --with-gdk-pixbuf" \ || myconf="${myconf} --without-gdk-pixbuf" - ./configure --host=${CHOST} \ + ./configure \ + --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --libexecdir=/usr/lib \ @@ -65,6 +66,8 @@ src_install() { make DESTDIR=${D} \ install || die + + use nls || rmdir ${D}/usr/share/locale dodoc AUTHORS BUGS COPYING ChangeLog dodoc DOC FAQ NEWS README THANKS TODO |