diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-13 08:17:05 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-13 08:17:05 +0000 |
commit | df6a183b0f0c5b9129f95ab9f0aa29764aa7cab3 (patch) | |
tree | 202c707f391cc677e1776c474dd7a7ed5168af43 /x11-misc | |
parent | Version bump. (diff) | |
download | gentoo-2-df6a183b0f0c5b9129f95ab9f0aa29764aa7cab3.tar.gz gentoo-2-df6a183b0f0c5b9129f95ab9f0aa29764aa7cab3.tar.bz2 gentoo-2-df6a183b0f0c5b9129f95ab9f0aa29764aa7cab3.zip |
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xfe/ChangeLog | 10 | ||||
-rw-r--r-- | x11-misc/xfe/xfe-1.40.ebuild (renamed from x11-misc/xfe/xfe-1.37.ebuild) | 16 |
2 files changed, 13 insertions, 13 deletions
diff --git a/x11-misc/xfe/ChangeLog b/x11-misc/xfe/ChangeLog index 5b65293e285f..75844213d0f6 100644 --- a/x11-misc/xfe/ChangeLog +++ b/x11-misc/xfe/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/xfe -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.98 2014/10/08 06:40:31 jer Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/ChangeLog,v 1.99 2015/01/13 08:17:05 jer Exp $ + +*xfe-1.40 (13 Jan 2015) + + 13 Jan 2015; Jeroen Roovers <jer@gentoo.org> -xfe-1.37.ebuild, + +xfe-1.40.ebuild: + Version bump. 08 Oct 2014; Jeroen Roovers <jer@gentoo.org> xfe-1.37.ebuild: Fix building against newer media-libs/freetype by AlexOmskiy and Matthew diff --git a/x11-misc/xfe/xfe-1.37.ebuild b/x11-misc/xfe/xfe-1.40.ebuild index a3b00b0dd715..89b47365222e 100644 --- a/x11-misc/xfe/xfe-1.37.ebuild +++ b/x11-misc/xfe/xfe-1.40.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.37.ebuild,v 1.2 2014/10/08 06:24:24 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xfe/xfe-1.40.ebuild,v 1.1 2015/01/13 08:17:05 jer Exp $ EAPI=5 @@ -8,7 +8,7 @@ PLOCALES=" bs ca cs da de el es_AR es_CO es fr hu it ja nl no pl pt_BR pt_PT ru sv tr zh_CN zh_TW " -inherit autotools base l10n +inherit autotools l10n DESCRIPTION="MS-Explorer-like minimalist file manager for X" HOMEPAGE="http://roland65.free.fr/xfe" @@ -37,12 +37,7 @@ DEPEND=" DOCS=( AUTHORS BUGS ChangeLog README TODO ) -PATCHES=( - "${FILESDIR}"/${PN}-1.32.2-missing_Xlib_h.patch -) - src_prepare() { - base_src_prepare cat >po/POTFILES.skip <<-EOF src/icons.cpp xfe.desktop.in.in @@ -64,7 +59,6 @@ src_prepare() { sed -i \ -e 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' \ - -e 's|freetype/config/ftheader.h|ft2build.h|' \ configure.ac || die eautoreconf @@ -72,8 +66,8 @@ src_prepare() { src_configure() { econf \ - --enable-minimalflags \ + $(use_enable debug) \ $(use_enable nls) \ $(use_enable startup-notification sn) \ - $(use_enable debug) + --enable-minimalflags } |