diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-07-31 16:02:17 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-07-31 16:02:17 +0000 |
commit | ba0c29254a2f3c4375edfd7ef6c8ed5db0013b06 (patch) | |
tree | 4c48f82a7e10e78f1c6c9cb282407d681a0213b2 /x11-wm/fvwm | |
parent | Version bump and tidied ebuild to make version bumps easier. Prompted by Wilb... (diff) | |
download | historical-ba0c29254a2f3c4375edfd7ef6c8ed5db0013b06.tar.gz historical-ba0c29254a2f3c4375edfd7ef6c8ed5db0013b06.tar.bz2 historical-ba0c29254a2f3c4375edfd7ef6c8ed5db0013b06.zip |
imlib USE flag
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r-- | x11-wm/fvwm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/fvwm/Manifest | 4 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.7.ebuild | 13 |
3 files changed, 16 insertions, 6 deletions
diff --git a/x11-wm/fvwm/ChangeLog b/x11-wm/fvwm/ChangeLog index 01b7331aae9d..51366cb863ae 100644 --- a/x11-wm/fvwm/ChangeLog +++ b/x11-wm/fvwm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/fvwm # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.19 2003/07/31 15:14:38 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/ChangeLog,v 1.20 2003/07/31 16:02:09 taviso Exp $ + + 31 Jul 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7.ebuild: + imlib USE flag 31 Jul 2003; Tavis Ormandy <taviso@gentoo.org> fvwm-2.5.7.ebuild: Re-written ebuild to take full advantage of all the optional features diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 83a421c7229b..a4ff70caad4c 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -1,8 +1,8 @@ MD5 616d23339ff772ad286c142eee37efc8 fvwm-2.4.15.ebuild 1167 MD5 640cc8cf1c7b29a974fed717d4460794 fvwm-2.4.14.ebuild 1102 -MD5 2522eb0384f21452f528eb966d43c738 fvwm-2.5.7.ebuild 5782 +MD5 e984c93f0a02c95909ce8e9648c25518 fvwm-2.5.7.ebuild 5971 MD5 9b68cbbbdaba95b23665ea98c695e57d fvwm-2.4.16.ebuild 1334 -MD5 7d536a3ccc1e5bacd4bf014f411b26b6 ChangeLog 3345 +MD5 de100ca2eb91680cd31787b474a3d745 ChangeLog 3431 MD5 beaa1ad08ff661a32c25d1a51c879a8d metadata.xml 450 MD5 ccd8378d86941cb17669e64ca88949c1 fvwm-2.4.8.ebuild 1146 MD5 282c809ddaa59071830b6c8dd9b0a3a1 files/fvwm2 25 diff --git a/x11-wm/fvwm/fvwm-2.5.7.ebuild b/x11-wm/fvwm/fvwm-2.5.7.ebuild index 7a413cc435d0..f2f7e12582e4 100644 --- a/x11-wm/fvwm/fvwm-2.5.7.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.7.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7.ebuild,v 1.13 2003/07/31 15:41:01 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.7.ebuild,v 1.14 2003/07/31 16:02:09 taviso Exp $ inherit gnuconfig -IUSE="readline ncurses gtk stroke gnome rplay xinerama cjk perl nls png bidi doc" +IUSE="readline ncurses gtk stroke gnome rplay xinerama cjk perl nls png bidi doc imlib" S=${WORKDIR}/${P} DESCRIPTION="an extremely powerful ICCCM-compliant multiple virtual desktop window manager" @@ -19,6 +19,8 @@ RDEPEND="readline? ( >=sys-libs/readline-4.1 ncurses? ( >=sys-libs/ncurses-5.3-r1 ) !ncurses? ( >=sys-libs/libtermcap-compat-1.2.3 ) ) gtk? ( =x11-libs/gtk+-1.2* ) + imlib? ( >=media-libs/gdk-pixbuf-0.21.0 + >=media-libs/imlib-1.9.14-r1 ) gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) rplay? ( >=media-sound/rplay-3.3.2 ) perl? ( >=dev-lang/perl-5.6.1-r10 ) @@ -69,6 +71,10 @@ src_compile() { # required libraries are found, this hides them from the script. if ! use gtk; then myconf="${myconf} --with-gtk-prefix=${T} --with-imlib-prefix=${T}" + else + if ! use imlib; then + myconf="${myconf} --with-imlib-prefix=${T}" + fi fi # link with the gnome libraries, for better integration with the gnome desktop. @@ -182,7 +188,8 @@ pkg_postinst() { use png || ewarn " PNG Support [png]" use bidi || ewarn " Bidirectional Language Support [bidi]" use rplay || ewarn " RPlay Support in FvwmEvent [rplay]" - use gtk || ewarn " FvwmGTK (gtk+ support) (previously didnt honour USE flag) [gtk]" + use gtk || ewarn " FvwmGTK (gtk+ support) [gtk]" + use imlib || ewarn " FvwmGTK (GDK image support) [imlib]" ewarn ewarn "If you require any of the features listed above, you should remerge" ewarn "FVWM with the appropriate USE flags. Use this command to see the flags" |