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, 26 Nov 2021 12:07:02
Message-Id: 1637927955.0cb24d8ae96a0c3448ac30ba0b07c72e58377e53.mgorny@gentoo
1 commit: 0cb24d8ae96a0c3448ac30ba0b07c72e58377e53
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 26 11:59:15 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 26 11:59:15 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb24d8a
7
8 media-gfx/ristretto: Bump to 0.12.1
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.12.1.ebuild | 39 +++++++++++++++++++++++++++++
14 2 files changed, 40 insertions(+)
15
16 diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
17 index c86862584740..71d46e2f51b7 100644
18 --- a/media-gfx/ristretto/Manifest
19 +++ b/media-gfx/ristretto/Manifest
20 @@ -1,2 +1,3 @@
21 DIST ristretto-0.11.0.tar.bz2 589169 BLAKE2B f1a0a28e7fdf83f05fc3b0a99f0c4ac0e48d07af3f9ff46f849e3768ce7b7978873cef8d028a74f5eff806cc0305d36c57e7ace99d56b61cc7acb3645e501161 SHA512 d38e3c488f106f5a060478e08fbba75fd0420fe1d1af40383118c9674f8acc079da6efdae4f41366d4cc8f34dce61e8eba89342e56747e697fd9c89b2689267f
22 DIST ristretto-0.12.0.tar.bz2 600522 BLAKE2B 3af1c81ee881148b44637262aa45aec071b281be227a29a23d3baae10963e7bc328acd2ba875dd2ff2e3f3eed109e63f0af3d35f727237cd6f3ce54bcaa02495 SHA512 24782959f8560c6b3d78725b7bf99f61c5d4b16abb196d3b9d0fcc542de938ac1a26b0c76f5671149a1f1a9e0925e71b7000b1abc12e658470beb48cc51d5193
23 +DIST ristretto-0.12.1.tar.bz2 610696 BLAKE2B 60aede252a7817ad1b008e01ce15e371aad13fcb2bea9b61dbca3ceffdae18d5fd2c4c1690bb699648a64769ba9d06b6b9d8eaa3b08ed56cdd15682f6d785f43 SHA512 58e61b7ead3f78770132d1ba3b480f0300279dd42bf78c248d7927c0a6703c75edce051bcaa23acd46d92865c4f5e03fd085bcc6cfdc3fe2bd2b4abd4eb3fa3c
24
25 diff --git a/media-gfx/ristretto/ristretto-0.12.1.ebuild b/media-gfx/ristretto/ristretto-0.12.1.ebuild
26 new file mode 100644
27 index 000000000000..e28247ce894c
28 --- /dev/null
29 +++ b/media-gfx/ristretto/ristretto-0.12.1.ebuild
30 @@ -0,0 +1,39 @@
31 +# Copyright 1999-2021 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
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.44: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.16:0=
53 + >=xfce-base/libxfce4util-4.16:0=
54 + >=xfce-base/xfconf-4.12.1:0="
55 +DEPEND="${RDEPEND}"
56 +BDEPEND="
57 + dev-util/intltool
58 + virtual/pkgconfig
59 + sys-devel/gettext"
60 +
61 +pkg_postinst() {
62 + xdg_desktop_database_update
63 + xdg_icon_cache_update
64 +}
65 +
66 +pkg_postrm() {
67 + xdg_desktop_database_update
68 + xdg_icon_cache_update
69 +}