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: Thu, 28 Jun 2018 16:38:28
Message-Id: 1530203900.b1dc0ec3eb1c1ae3283ed9d9c9cb4d203da302f6.mgorny@gentoo
1 commit: b1dc0ec3eb1c1ae3283ed9d9c9cb4d203da302f6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 28 16:36:55 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 28 16:38:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dc0ec3
7
8 media-gfx/ristretto: Bump to 0.8.3
9
10 media-gfx/ristretto/Manifest | 1 +
11 media-gfx/ristretto/ristretto-0.8.3.ebuild | 38 ++++++++++++++++++++++++++++++
12 2 files changed, 39 insertions(+)
13
14 diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
15 index 2c8a8098b36..c37cb4b6e6b 100644
16 --- a/media-gfx/ristretto/Manifest
17 +++ b/media-gfx/ristretto/Manifest
18 @@ -1 +1,2 @@
19 DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 BLAKE2B 50d24fa81f4ce59a3a9acdb71a532e8d57399aafc4c20790b4a08ef3584bf3c71af978cb4e53ba6f4821fd4fc02e12600d39b84309ee29a764581855fd43bc75 SHA512 17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3
20 +DIST ristretto-0.8.3.tar.bz2 564745 BLAKE2B 74f6fe50dbbcb538ff370fdefc934921e5878f7422dde577b86acc0ee63a03edaada860f0a91301de4b4ed4ae2fab89d74eccc5f3b9faababa4c71ee07159c33 SHA512 c43b48dfdf9e8ed0ea3c5f2bbac1c837881aa6a467c78377b6f53dcce030b5a3b8134a7b8cbad1008ae758295953fde50a916c284e54e8c5490158e776554514
21
22 diff --git a/media-gfx/ristretto/ristretto-0.8.3.ebuild b/media-gfx/ristretto/ristretto-0.8.3.ebuild
23 new file mode 100644
24 index 00000000000..b5c45b79a92
25 --- /dev/null
26 +++ b/media-gfx/ristretto/ristretto-0.8.3.ebuild
27 @@ -0,0 +1,38 @@
28 +# Copyright 1999-2018 Gentoo Foundation
29 +# Distributed under the terms of the GNU General Public License v2
30 +
31 +EAPI=6
32 +
33 +inherit gnome2-utils xdg-utils
34 +
35 +DESCRIPTION="A fast and lightweight picture viewer for Xfce"
36 +HOMEPAGE="https://docs.xfce.org/apps/ristretto/start"
37 +SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-2+"
40 +SLOT="0"
41 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
42 +IUSE=""
43 +
44 +RDEPEND=">=dev-libs/glib-2.24:2
45 + media-libs/libexif:0=
46 + x11-libs/cairo:0
47 + >=x11-libs/gtk+-2.20:2
48 + x11-libs/libX11:0=
49 + >=xfce-base/libxfce4ui-4.10:0=
50 + >=xfce-base/libxfce4util-4.10:0=
51 + >=xfce-base/xfconf-4.10:0="
52 +DEPEND="${RDEPEND}
53 + dev-util/intltool
54 + virtual/pkgconfig
55 + sys-devel/gettext"
56 +
57 +pkg_postinst() {
58 + xdg_desktop_database_update
59 + gnome2_icon_cache_update
60 +}
61 +
62 +pkg_postrm() {
63 + xdg_desktop_database_update
64 + gnome2_icon_cache_update
65 +}