diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-11-12 10:36:45 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-11-12 10:36:45 +0000 |
commit | c4139f54f664f1907c0c14eee9719edeff206bc9 (patch) | |
tree | 1b29ccd3f08544998ea10964054dc474d02b4186 /x11-wm | |
parent | Fixed slotting for media-libs/libpng (diff) | |
download | gentoo-2-c4139f54f664f1907c0c14eee9719edeff206bc9.tar.gz gentoo-2-c4139f54f664f1907c0c14eee9719edeff206bc9.tar.bz2 gentoo-2-c4139f54f664f1907c0c14eee9719edeff206bc9.zip |
Corrected slotting for png and tiff, resorted ebuild to fit common sense order, removed unnessesary die and illegal ebeep
(Portage version: 2.2.0_alpha73/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/windowmaker/metadata.xml | 4 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild | 34 |
3 files changed, 26 insertions, 19 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index d9a18a64ee72..e3b0520541a6 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/windowmaker # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.128 2011/10/23 19:56:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.129 2011/11/12 10:36:45 jlec Exp $ + + 12 Nov 2011; Justin Lecher <jlec@gentoo.org> windowmaker-0.92.0-r11.ebuild, + metadata.xml: + Corrected slotting for png and tiff, resorted ebuild to fit common sense + order, removed unnessesary die and illegal ebeep 23 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> -windowmaker-0.92.0-r9.ebuild, -windowmaker-0.92.0-r10.ebuild: diff --git a/x11-wm/windowmaker/metadata.xml b/x11-wm/windowmaker/metadata.xml index 3ecadd4c49b5..334bd509da28 100644 --- a/x11-wm/windowmaker/metadata.xml +++ b/x11-wm/windowmaker/metadata.xml @@ -3,10 +3,10 @@ <pkgmetadata> <herd>gnustep</herd> <use> - <flag name='modelock'>Enable XKB language status lock support. README + <flag name="modelock">Enable XKB language status lock support. README says: "If you don't know what it is you probably don't need it."</flag> - <flag name='vdesktop'>Enable dynamic virtual desktop (conflicts with + <flag name="vdesktop">Enable dynamic virtual desktop (conflicts with software that works on the edges of the screen)</flag> </use> </pkgmetadata> diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild index 59491e050d0f..4e774df0716f 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild @@ -1,37 +1,39 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.8 2011/10/23 16:12:52 armin76 Exp $ - +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r11.ebuild,v 1.9 2011/11/12 10:36:45 jlec Exp $ EAPI=3 inherit autotools eutils flag-o-matic # note: patchset is in gentoo/src/patchsets/windowmaker PATCHVER=5 -S=${WORKDIR}/${P/windowm/WindowM} DESCRIPTION="The fast and light GNUstep window manager" -SRC_URI="ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar.gz +HOMEPAGE="http://www.windowmaker.info/" +SRC_URI=" + ftp://ftp.windowmaker.info/pub/source/release/${P/windowm/WindowM}.tar.gz http://www.windowmaker.info/pub/source/release/WindowMaker-extra-0.1.tar.gz mirror://gentoo/${P}-patchset-${PATCHVER}.tar.bz2" -HOMEPAGE="http://www.windowmaker.info/" +SLOT="0" +LICENSE="GPL-2" IUSE="gif jpeg nls png tiff modelock +vdesktop xinerama" -DEPEND="x11-libs/libXv +KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + +DEPEND=" + media-libs/fontconfig >=x11-libs/libXft-2.1.0 x11-libs/libXt - media-libs/fontconfig + x11-libs/libXv gif? ( >=media-libs/giflib-4.1.0-r3 ) - png? ( >=media-libs/libpng-1.2.1 ) + png? ( media-libs/libpng:0 ) jpeg? ( virtual/jpeg ) - tiff? ( >=media-libs/tiff-3.6.1-r2 ) + tiff? ( media-libs/tiff:0 ) xinerama? ( x11-libs/libXinerama )" RDEPEND="${DEPEND} nls? ( >=sys-devel/gettext-0.10.39 )" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ~mips ppc ~ppc64 sparc x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +S=${WORKDIR}/${P/windowm/WindowM} src_prepare() { local psd="${WORKDIR}"/${P}-patchset-${PATCHVER} @@ -109,14 +111,14 @@ src_prepare() { fi; done; - eautoreconf || die "eautoreconf failed" + eautoreconf } src_configure() { local myconf is-flag -fstack-protector && filter-flags -fstack-protector \ - && ewarn "CFLAG -fstack-protector has been disabled, as it is known to cause bugs with WindowMaker (bug #78051)" && ebeep 2 + && ewarn "CFLAG -fstack-protector has been disabled, as it is known to cause bugs with WindowMaker (bug #78051)" replace-flags "-Os" "-O2" replace-flags "-O3" "-O2" @@ -144,9 +146,9 @@ src_configure() { --enable-usermenu \ --with-pixmapdir="${EPREFIX}"/usr/share/pixmaps \ --with-nlsdir="${EPREFIX}"/usr/share/locale \ - ${myconf} || die + ${myconf} cd ../WindowMaker-extra-0.1 - econf || die "windowmaker-extra: configure has failed" + econf } src_compile() { |