summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-11-06 03:36:36 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-11-06 03:36:36 +0000
commit0ad0888a9c211bdfa644d47144b638fe47eaffac (patch)
tree49efb39f76c4aa37ab2232a4c92541911bd59654 /media-gfx
parentBump to 3.2.1 from the gnome overlay, drop old. Notable changes: UI fixes, so... (diff)
downloadgentoo-2-0ad0888a9c211bdfa644d47144b638fe47eaffac.tar.gz
gentoo-2-0ad0888a9c211bdfa644d47144b638fe47eaffac.tar.bz2
gentoo-2-0ad0888a9c211bdfa644d47144b638fe47eaffac.zip
Version bump.
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/ristretto/ChangeLog7
-rw-r--r--media-gfx/ristretto/ristretto-0.3.0.ebuild38
2 files changed, 44 insertions, 1 deletions
diff --git a/media-gfx/ristretto/ChangeLog b/media-gfx/ristretto/ChangeLog
index 24e6ee72aa2a..1c60b8e0d0bd 100644
--- a/media-gfx/ristretto/ChangeLog
+++ b/media-gfx/ristretto/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-gfx/ristretto
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.45 2011/11/02 14:13:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ChangeLog,v 1.46 2011/11/06 03:36:36 ssuominen Exp $
+
+*ristretto-0.3.0 (06 Nov 2011)
+
+ 06 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> +ristretto-0.3.0.ebuild:
+ Version bump.
02 Nov 2011; Jeroen Roovers <jer@gentoo.org> ristretto-0.1.0.ebuild:
Stable for HPPA (bug #386963).
diff --git a/media-gfx/ristretto/ristretto-0.3.0.ebuild b/media-gfx/ristretto/ristretto-0.3.0.ebuild
new file mode 100644
index 000000000000..4f4f50d18db8
--- /dev/null
+++ b/media-gfx/ristretto/ristretto-0.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/ristretto/ristretto-0.3.0.ebuild,v 1.1 2011/11/06 03:36:36 ssuominen Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
+SRC_URI="mirror://xfce/src/apps/${PN}/0.3/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="debug"
+
+RDEPEND="dev-libs/dbus-glib
+ >=dev-libs/glib-2.24:2
+ media-libs/libexif
+ x11-libs/cairo
+ >=x11-libs/gtk+-2.20:2
+ xfce-base/exo
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfconf-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ dev-util/pkgconfig
+ sys-devel/gettext"
+
+pkg_setup() {
+ XFCONF=(
+ --docdir=/usr/share/doc/${PF}
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}