diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-05-26 07:10:23 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-05-26 07:10:23 +0000 |
commit | 8f49a25a6a79f1ed814d9b8e2d8964551b543f84 (patch) | |
tree | edd2044fa9d2ec260e8d3da13345a427d05cb5eb /x11-wm | |
parent | http://bugs.gentoo.org/show_bug.cgi?id=3014 --> user verified this to (diff) | |
download | gentoo-2-8f49a25a6a79f1ed814d9b8e2d8964551b543f84.tar.gz gentoo-2-8f49a25a6a79f1ed814d9b8e2d8964551b543f84.tar.bz2 gentoo-2-8f49a25a6a79f1ed814d9b8e2d8964551b543f84.zip |
version bump
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 10 | ||||
-rw-r--r-- | x11-wm/fvwm/files/digest-fvwm-2.4.3 | 1 | ||||
-rw-r--r-- | x11-wm/fvwm/files/digest-fvwm-2.4.7 | 1 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.4.3.ebuild | 37 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.4.7.ebuild | 41 |
5 files changed, 51 insertions, 39 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 8f4d31a99fb3..176c8ae9ae69 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.3 2002/04/14 08:44:57 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.4 2002/05/26 07:10:23 seemant Exp $ + +*fvwm-2.4.7 (26 May 2002) + + 26 May 2002; Seemant Kulleen <seemant@gentoo.org> fvwm-2.4.7.ebuild + files/digest-fvwm-2.4.7 : + + Version bump thanks to T.Henderson@cs.ucl.ac.uk (Tristan Henderson) in bug + #2951 *fvwm-2.4.3-r1 (14 Apr 2002) diff --git a/x11-wm/fvwm/files/digest-fvwm-2.4.3 b/x11-wm/fvwm/files/digest-fvwm-2.4.3 deleted file mode 100644 index 8e4afefd3108..000000000000 --- a/x11-wm/fvwm/files/digest-fvwm-2.4.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 3fd013d29242570359028ec0096f8ae6 fvwm-2.4.3.tar.bz2 1298982 diff --git a/x11-wm/fvwm/files/digest-fvwm-2.4.7 b/x11-wm/fvwm/files/digest-fvwm-2.4.7 new file mode 100644 index 000000000000..3efab460b8c1 --- /dev/null +++ b/x11-wm/fvwm/files/digest-fvwm-2.4.7 @@ -0,0 +1 @@ +MD5 57a5b11d57d551aef2c5ae385eb31050 fvwm-2.4.7.tar.bz2 1322700 diff --git a/x11-wm/fvwm/fvwm-2.4.3.ebuild b/x11-wm/fvwm/fvwm-2.4.3.ebuild deleted file mode 100644 index 675b3458b1cb..000000000000 --- a/x11-wm/fvwm/fvwm-2.4.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Prakash Shetty <crux@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.3.ebuild,v 1.4 2002/05/23 06:50:20 seemant Exp $ - - -S=${WORKDIR}/${P} -DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager" -SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2" -HOMEPAGE="http://www.fvwm.org/" - -DEPEND="virtual/glibc - >=sys-libs/readline-4.1 - =x11-libs/gtk+-1.2* - >=dev-libs/libstroke-0.4 - gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )" - - -src_compile() { - local myconf - if [ -n "$( use gnome )" ]; then - myconf="--with-gnome" - else - myconf="--without-gnome" - fi - - ./configure --prefix=/usr --host=${CHOST} \ - --libexecdir=/usr/lib \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info ${myconf} - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die -} diff --git a/x11-wm/fvwm/fvwm-2.4.7.ebuild b/x11-wm/fvwm/fvwm-2.4.7.ebuild new file mode 100644 index 000000000000..bd5753e1c066 --- /dev/null +++ b/x11-wm/fvwm/fvwm-2.4.7.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Prakash Shetty <crux@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.4.7.ebuild,v 1.1 2002/05/26 07:10:23 seemant Exp $ + + +S=${WORKDIR}/${P} +DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager" +SRC_URI="ftp://ftp.fvwm.org/pub/fvwm/version-2/${P}.tar.bz2" +HOMEPAGE="http://www.fvwm.org/" + +DEPEND=">=dev-libs/libstroke-0.4 + gtk? ( =x11-libs/gtk+-1.2* ) + gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) + ncurses? ( >=sys-libs/readline-4.1 )" + + +src_compile() { + local myconf + + use gnome \ + && myconf="--with-gnome" \ + || myconf="--without-gnome" \ + + ./configure \ + --prefix=/usr \ + --host=${CHOST} \ + --libexecdir=/usr/lib \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + ${myconf} || die + + emake || die +} + +src_install () { + make DESTDIR=${D} install || die + + exeinto /etc/X11/Sessions + doexe $FILESDIR/fvwm2 +} |