diff options
Diffstat (limited to 'media-gfx/frogr/frogr-0.5.ebuild')
-rw-r--r-- | media-gfx/frogr/frogr-0.5.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/media-gfx/frogr/frogr-0.5.ebuild b/media-gfx/frogr/frogr-0.5.ebuild new file mode 100644 index 0000000..ba65fcf --- /dev/null +++ b/media-gfx/frogr/frogr-0.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="4" +GNOME_TARBALL_SUFFIX="xz" + +inherit gnome2 + +DESCRIPTION="A Flickr client for GNOME" +HOMEPAGE="https://live.gnome.org/Frogr" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.16:2 + >=dev-libs/libxml2-2.6.8:2 + >=x11-libs/gtk+-3.0:3 + >=media-libs/libexif-0.6.14 + >=net-libs/libsoup-2.24:2.4" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0 + sys-devel/gettext" + +src_prepare() { + # Remove stupid CFLAGS, recheck with every bump + sed -e '/CFLAGS/s/\(-Werror\)\? -g. -O.//' \ + -i configure + + DOCS="AUTHORS ChangeLog README MAINTAINERS NEWS THANKS TODO TRANSLATORS" + G2CONF="${G2CONF} + --with-gtk=3.0" + + gnome2_src_prepare +} |