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