diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-28 09:27:04 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-28 09:27:04 +0000 |
commit | 7ad56c1d04755614b6210e3a8cb2019477bdca10 (patch) | |
tree | 9d8043beca3f60bcb23e218ff4d8a74d59cea712 /x11-wm | |
parent | fix gtk2 USE flag usage (bug 34562); fix in-game docs; fix hiscore file; more... (diff) | |
download | gentoo-2-7ad56c1d04755614b6210e3a8cb2019477bdca10.tar.gz gentoo-2-7ad56c1d04755614b6210e3a8cb2019477bdca10.tar.bz2 gentoo-2-7ad56c1d04755614b6210e3a8cb2019477bdca10.zip |
syntax change.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm/Manifest | 2 | ||||
-rw-r--r-- | x11-wm/fvwm/fvwm-2.5.8-r2.ebuild | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/fvwm/Manifest b/x11-wm/fvwm/Manifest index 6bc9d76bcb69..0b13a0657a35 100644 --- a/x11-wm/fvwm/Manifest +++ b/x11-wm/fvwm/Manifest @@ -2,7 +2,7 @@ MD5 e79bd2fa2e46e650aabaa16754e25583 fvwm-2.5.7-r5.ebuild 8757 MD5 b893f78193652b275ce5d276ac38af29 fvwm-2.4.17.ebuild 3961 MD5 8f195cb9d937ee113ebb6e4a453171ca ChangeLog 9506 MD5 4833e4d0685ef48988c0c5c4f9c6b377 metadata.xml 527 -MD5 3057817cbc48d41d87ab31ae9b79ad28 fvwm-2.5.8-r2.ebuild 9576 +MD5 04f205d4ad9e39c0e0488c71f70674e3 fvwm-2.5.8-r2.ebuild 9587 MD5 e2ceb5d855c5406a09d82442196efad8 files/README.transluceny.gz 5788 MD5 e5701841190ad529d5577c8da69d5006 files/fvwmtabs-insecure-tmp-handling.diff 2350 MD5 b2af3c1c8fe4f142e2b8debbb5c59a94 files/digest-fvwm-2.4.17 65 diff --git a/x11-wm/fvwm/fvwm-2.5.8-r2.ebuild b/x11-wm/fvwm/fvwm-2.5.8-r2.ebuild index 333d33d79f47..10bb6986a622 100644 --- a/x11-wm/fvwm/fvwm-2.5.8-r2.ebuild +++ b/x11-wm/fvwm/fvwm-2.5.8-r2.ebuild @@ -1,12 +1,11 @@ # 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.8-r2.ebuild,v 1.1 2003/11/27 16:28:17 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/fvwm/fvwm-2.5.8-r2.ebuild,v 1.2 2003/11/28 09:26:59 taviso Exp $ inherit eutils flag-o-matic IUSE="readline truetype ncurses gtk stroke gnome rplay xinerama perl nls png bidi imlib tcltk debug gtk2" -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 perl? ( mirror://gentoo/FvwmTabs-2.6.tar.gz )" @@ -47,6 +46,8 @@ DEPEND="${RDEPEND} sys-devel/autoconf dev-util/pkgconfig" +S=${WORKDIR}/${P} + src_unpack() { unpack ${A} @@ -174,6 +175,7 @@ src_compile() { # more verbosity for module developers/hackers/etc. if use debug; then myconf="${myconf} --enable-debug-msgs --enable-command-log" + append-flags -DCR_DETECT_MOTION_METHOD_DEBUG fi # Xft Anti Aliased text support (yummy eye candy) @@ -253,10 +255,8 @@ src_install() { rm -rf ${D}/usr/bin/fvwm-perllib ${D}/usr/share/man/man1/fvwm-perllib.1 fi - # neat utility for testing fvwm behaviour on applications - # setting various hints, creates a simple black window with - # configurable hints set. - # maybe useful for developers... + # neat utility for testing fvwm behaviour on applications setting various + # hints, creates a simple black window with configurable hints set. if use debug; then dobin ${S}/tests/hints/hints_test newdoc ${S}/tests/hints/README README.hints |