diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 16:50:36 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-02 16:50:36 +0000 |
commit | e551e420a35f59b091bebdd4d6f422360a26a1c4 (patch) | |
tree | 947c56007418917ed4ac4fbf6aaeaf8c2e1d1524 /x11-wm/WindowMaker | |
parent | initial ebuild (diff) | |
download | historical-e551e420a35f59b091bebdd4d6f422360a26a1c4.tar.gz historical-e551e420a35f59b091bebdd4d6f422360a26a1c4.tar.bz2 historical-e551e420a35f59b091bebdd4d6f422360a26a1c4.zip |
removed Taiwanese translation table isntallation
Diffstat (limited to 'x11-wm/WindowMaker')
-rw-r--r-- | x11-wm/WindowMaker/ChangeLog | 4 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild | 96 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.0-r2.ebuild | 111 | ||||
-rw-r--r-- | x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild | 15 | ||||
-rw-r--r-- | x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r1 | 2 | ||||
-rw-r--r-- | x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r2 | 2 |
6 files changed, 15 insertions, 215 deletions
diff --git a/x11-wm/WindowMaker/ChangeLog b/x11-wm/WindowMaker/ChangeLog index 91798e983a89..3e17c2575c7c 100644 --- a/x11-wm/WindowMaker/ChangeLog +++ b/x11-wm/WindowMaker/ChangeLog @@ -1,13 +1,13 @@ # ChangeLog for x11-wm/WindowMaker # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/ChangeLog,v 1.8 2002/07/02 11:44:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/ChangeLog,v 1.9 2002/07/02 16:50:36 seemant Exp $ *WindowMaker-0.80.1 (02 Jul 2002) 02 Jul 2002; Seemant Kulleen <seemant@gentoo.org> WindowMaker-0.80.1.ebuild files/digest-WindowMaker-0.80.1 : - Version bump. + Version bump. Removed Taiwanese translations installation. *WindowMaker-0.80.0-r3 (10 May 2002) 10 May 2002; José Alberto Suárez López <bass@gentoo.org> WindowMaker-0.80.0-r3.ebuild : diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild deleted file mode 100644 index e85c098a5a31..000000000000 --- a/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.0-r1.ebuild,v 1.2 2002/02/09 12:37:47 verwilst Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Window Maker" -SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P}.tar.gz - ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.bz2" -HOMEPAGE="http://www.windowmaker.org/" -SLOT="0" -DEPEND="virtual/glibc virtual/x11 - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.12 - >=media-libs/jpeg-6b-r2 - x11-wm/gnustep-env - gif? ( >=media-libs/giflib-4.1.0-r3 ) - ungif? ( >=media-libs/libungif-4.1.0 ) - nls? ( >=sys-devel/gettext-0.10.39 )" -# Replaced by WINGS -# >=x11-libs/libPropList-0.10.1" - -#NOTE: the default menu has the wrong path for the WMPrefs utility. -# Needs fixing. - -src_compile() { - - patch -p1 < ${FILESDIR}/wmfpo-80.patch - - local myconf - if [ "`use gnome`" ] ; then - myconf="--enable-gnome" - fi - if [ "`use kde`" ] ; then - # hope this helps for linking against kdelibs, - # I'm not testing other wms right now - export KDEDIR=/usr/kde/2 - myconf="$myconf --enable-kde" - fi - if [ "$WITH_MODELOCK" ] ; then - myconf="$myconf --enable-modelock" - fi - if [ "`use nls`" ] ; then - LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" - export LINGUAS - fi - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc/X11 \ - --with-nlsdir=/usr/share/locale \ - --with-x \ - --enable-newstyle \ - --enable-superfluous \ - --enable-usermenu \ - $myconf || die - - make || die - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die - - make || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc/X11 \ - NLSDIR=${D}/usr/share/locale \ - GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ - install || die - - cp -f WindowMaker/plmenu ${D}/etc/X11/WindowMaker/WMRootMenu - - dodoc AUTHORS BUGFORUM BUGS ChangeLog COPYING* INSTALL* FAQ* \ - MIRRORS README* NEWS TODO - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - newdoc README README.extra -} - diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.0-r2.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.0-r2.ebuild deleted file mode 100644 index 78b9c6aa140e..000000000000 --- a/x11-wm/WindowMaker/WindowMaker-0.80.0-r2.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.0-r2.ebuild,v 1.1 2002/04/02 19:40:16 seemant Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Window Maker" -SRC_URI="ftp://ftp.windowmaker.org/pub/source/release/${P}.tar.gz - ftp://ftp.windowmaker.org/pub/source/release/WindowMaker-extra-0.1.tar.bz2" -HOMEPAGE="http://www.windowmaker.org/" -SLOT="0" -DEPEND="virtual/glibc virtual/x11 - >=media-libs/xpm-3.4k - >=media-libs/tiff-3.5.5 - >=media-libs/libpng-1.0.12 - >=media-libs/jpeg-6b-r2 - x11-wm/gnustep-env - gif? ( >=media-libs/giflib-4.1.0-r3 ) - ungif? ( >=media-libs/libungif-4.1.0 )" -# Replaced by WINGS -# >=x11-libs/libPropList-0.10.1" - -RDEPEND="nls? ( >=sys-devel/gettext-0.10.39 )" - -#NOTE: the default menu has the wrong path for the WMPrefs utility. -# Needs fixing. - -src_compile() { - - patch -p1 < ${FILESDIR}/wmfpo-80.patch - - local myconf - - use gnome \ - && myconf="${myconf} --enable-gnome" \ - || myconf="${myconf} --disable-gnome" - - use kde \ - && myconf="${myconf} --enable-kde" \ - && export KDEDIR=/usr/kde/2 \ - || myconf="${myconf} --disable-kde" - - if [ "$WITH_MODELOCK" ] ; then - myconf="${myconf} --enable-modelock" - else - myconf="${myconf} --disable-modelock" - fi - - use nls \ - && export LINGUAS="`ls po/*.po | sed 's:po/\(.*\)\.po$:\1:'`" \ - || myconf="${myconf} --disable-nls --disable-locale" - - use gif || use ungif \ - || myconf="${myconf} --disable-gif" - - use jpeg \ - || myconf="${myconf} --disable-jpeg" - - - use esd || use alsa || use oss \ - && myconf="${myconf} --enable-sound" \ - || myconf="${myconf} --disable-sound" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --sysconfdir=/etc/X11 \ - --with-x \ - --enable-newstyle \ - --enable-superfluous \ - --enable-usermenu \ - ${myconf} || die - - emake || die - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - ./configure --host=${CHOST} \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info || die - - make || die -} - -src_install() { - - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - sysconfdir=${D}/etc/X11 \ - GNUSTEP_LOCAL_ROOT=${D}${GNUSTEP_LOCAL_ROOT} \ - install || die - - cp -f WindowMaker/plmenu ${D}/etc/X11/WindowMaker/WMRootMenu - - dodoc AUTHORS BUGFORUM BUGS ChangeLog COPYING* INSTALL* FAQ* \ - MIRRORS README* NEWS TODO - - # WindowMaker Extra - cd ../WindowMaker-extra-0.1 - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - newdoc README README.extra -} - diff --git a/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild b/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild index 3eafffdaf42c..4f440b41dbf8 100644 --- a/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild +++ b/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild,v 1.2 2002/07/02 11:47:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/WindowMaker/WindowMaker-0.80.1.ebuild,v 1.3 2002/07/02 16:50:36 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Window Maker" @@ -74,7 +74,18 @@ src_compile() { --enable-superfluous \ --enable-usermenu \ ${myconf} || die - + + cd ${S}/po + cp Makefile Makefile.orig + sed 's:zh_TW.*::' \ + Makefile.orig > Makefile + + cd ${S}/WPrefs.app/po + cp Makefile Makefile.orig + sed 's:zh_TW.*::' \ + Makefile.orig > Makefile + + cd ${S} emake || die # WindowMaker Extra diff --git a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r1 b/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r1 deleted file mode 100644 index d30375d13abb..000000000000 --- a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0768a12edff35cba82e769fcbc8de430 WindowMaker-0.80.0.tar.gz 2452207 -MD5 e6fb381da0d207c320f58e7a1fea2a2b WindowMaker-extra-0.1.tar.bz2 238844 diff --git a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r2 b/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r2 deleted file mode 100644 index d30375d13abb..000000000000 --- a/x11-wm/WindowMaker/files/digest-WindowMaker-0.80.0-r2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0768a12edff35cba82e769fcbc8de430 WindowMaker-0.80.0.tar.gz 2452207 -MD5 e6fb381da0d207c320f58e7a1fea2a2b WindowMaker-extra-0.1.tar.bz2 238844 |