Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ristretto/
Date: Mon, 10 Oct 2016 06:56:54
Message-Id: 1476082593.53bd2f7ea658aa2f6c20ebe854d2bd0c374608ed.mgorny@gentoo
1 commit: 53bd2f7ea658aa2f6c20ebe854d2bd0c374608ed
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 10 06:56:12 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 10 06:56:33 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bd2f7e
7
8 media-gfx/ristretto: Bump to 0.8.1
9
10 media-gfx/ristretto/Manifest | 1 +
11 media-gfx/ristretto/ristretto-0.8.1.ebuild | 37 ++++++++++++++++++++++++++++++
12 2 files changed, 38 insertions(+)
13
14 diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
15 index b4b8e21..77d4089 100644
16 --- a/media-gfx/ristretto/Manifest
17 +++ b/media-gfx/ristretto/Manifest
18 @@ -1 +1,2 @@
19 DIST ristretto-0.8.0.tar.bz2 541473 SHA256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99 WHIRLPOOL 85b7dbbf7009b5a100f8fa5302f683df2832d448c5580e94ae8e48cd74ec600b9964b101f774cb9610f63786ffe7f11a779a5a4c333ba4778c058ac2f70d35c9
20 +DIST ristretto-0.8.1.tar.bz2 538787 SHA256 0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee SHA512 3b56670ee48e7260ca96a24234e7f6e75960927f7acc25d561ee1bfa814109383cd448e8b629f8b8efe3433a591f44af5afb2aa7e8a5d25391934cd2c2d47013 WHIRLPOOL 8d83089d8a348e3cd91fcf6a9317176b1022e50574113e9b9ace6d0f3e0cf345d357dc452fb99eacf439c9afbacf28731ff6dbc98c8f84b75af69b950ef31359
21
22 diff --git a/media-gfx/ristretto/ristretto-0.8.1.ebuild b/media-gfx/ristretto/ristretto-0.8.1.ebuild
23 new file mode 100644
24 index 00000000..0e120dd
25 --- /dev/null
26 +++ b/media-gfx/ristretto/ristretto-0.8.1.ebuild
27 @@ -0,0 +1,37 @@
28 +# Copyright 1999-2016 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +# $Id$
31 +
32 +EAPI=5
33 +inherit xfconf
34 +
35 +DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment"
36 +HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto"
37 +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-2"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
42 +IUSE="debug"
43 +
44 +RDEPEND=">=dev-libs/dbus-glib-0.98:0=
45 + >=dev-libs/glib-2.24:2=
46 + media-libs/libexif:0=
47 + x11-libs/cairo:0=
48 + >=x11-libs/gtk+-2.20:2=
49 + x11-libs/libX11:0=
50 + >=xfce-base/libxfce4ui-4.10:0=
51 + >=xfce-base/libxfce4util-4.10:0=
52 + >=xfce-base/xfconf-4.10:0="
53 +DEPEND="${RDEPEND}
54 + dev-util/intltool
55 + virtual/pkgconfig
56 + sys-devel/gettext"
57 +
58 +pkg_setup() {
59 + XFCONF=(
60 + $(xfconf_use_debug)
61 + )
62 +
63 + DOCS=( AUTHORS ChangeLog NEWS TODO )
64 +}