diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-11 09:26:49 +0530 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-06-11 09:26:49 +0530 |
commit | 571e9b5a4708c21737d6f33cf730a84e49c16a8e (patch) | |
tree | e5644bbee045cda54269fcfdd71d3d8131bcbd5a /media-gfx/frogr/frogr-0.5.ebuild | |
parent | net-im/pidgin: remove, I use empathy now (diff) | |
download | nirbheek-571e9b5a4708c21737d6f33cf730a84e49c16a8e.tar.gz nirbheek-571e9b5a4708c21737d6f33cf730a84e49c16a8e.tar.bz2 nirbheek-571e9b5a4708c21737d6f33cf730a84e49c16a8e.zip |
media-gfx/frogr: bump to 0.5, remove flickcurl
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 +} |