Skip to content

Commit

Permalink
media-gfx/gimmage: Bump to EAPI=5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Sep 18, 2015
1 parent 91c6c00 commit 26d05a9
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5

inherit autotools eutils

DESCRIPTION="A slim GTK-based image browser"
HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
SRC_URI="mirror://sourceforge/project/${PN}.berlios/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"

RDEPEND="
dev-cpp/cairomm
>=dev-cpp/gtkmm-2.6.2:2.4
net-misc/curl
sys-apps/file"
DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"

src_prepare() {
epatch \
"${FILESDIR}"/${P}-gcc43.patch \
"${FILESDIR}"/${P}-as-needed.patch \
"${FILESDIR}"/${P}-desktop-entry.patch \
"${FILESDIR}"/${P}-gcc47.patch
eautoreconf
}

src_configure() {
local myconf
use debug && myconf="--enable-debug"

econf ${myconf}
}

0 comments on commit 26d05a9

Please sign in to comment.