diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-10-11 10:40:43 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-10-11 10:42:36 +0200 |
commit | 586c4e65abc634cac6361f25d54b41dff48c97ea (patch) | |
tree | d6a19244323eabc71f93959be0fd1692ea7054df /media-gfx | |
parent | x11-misc/xprintidle: keyword 2.1 for ~riscv, EAPI 6 -> 8 (diff) | |
download | gentoo-586c4e65abc634cac6361f25d54b41dff48c97ea.tar.gz gentoo-586c4e65abc634cac6361f25d54b41dff48c97ea.tar.bz2 gentoo-586c4e65abc634cac6361f25d54b41dff48c97ea.zip |
media-gfx/ristretto: Bump to 0.12.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ristretto/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/ristretto/ristretto-0.12.0.ebuild | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest index 70f2012ae704..c86862584740 100644 --- a/media-gfx/ristretto/Manifest +++ b/media-gfx/ristretto/Manifest @@ -1 +1,2 @@ DIST ristretto-0.11.0.tar.bz2 589169 BLAKE2B f1a0a28e7fdf83f05fc3b0a99f0c4ac0e48d07af3f9ff46f849e3768ce7b7978873cef8d028a74f5eff806cc0305d36c57e7ace99d56b61cc7acb3645e501161 SHA512 d38e3c488f106f5a060478e08fbba75fd0420fe1d1af40383118c9674f8acc079da6efdae4f41366d4cc8f34dce61e8eba89342e56747e697fd9c89b2689267f +DIST ristretto-0.12.0.tar.bz2 600522 BLAKE2B 3af1c81ee881148b44637262aa45aec071b281be227a29a23d3baae10963e7bc328acd2ba875dd2ff2e3f3eed109e63f0af3d35f727237cd6f3ce54bcaa02495 SHA512 24782959f8560c6b3d78725b7bf99f61c5d4b16abb196d3b9d0fcc542de938ac1a26b0c76f5671149a1f1a9e0925e71b7000b1abc12e658470beb48cc51d5193 diff --git a/media-gfx/ristretto/ristretto-0.12.0.ebuild b/media-gfx/ristretto/ristretto-0.12.0.ebuild new file mode 100644 index 000000000000..9bc62d72c2bf --- /dev/null +++ b/media-gfx/ristretto/ristretto-0.12.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit xdg-utils + +DESCRIPTION="A fast and lightweight picture viewer for Xfce" +HOMEPAGE="https://docs.xfce.org/apps/ristretto/start" +SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-libs/glib-2.42:2 + media-libs/libexif:0= + sys-apps/file + x11-libs/cairo:0 + >=x11-libs/gtk+-3.22:3 + x11-libs/libX11:0= + >=xfce-base/libxfce4ui-4.16:0= + >=xfce-base/libxfce4util-4.16:0= + >=xfce-base/xfconf-4.12.1:0=" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/intltool + virtual/pkgconfig + sys-devel/gettext" + +pkg_postinst() { + xdg_desktop_database_update + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_desktop_database_update + xdg_icon_cache_update +} |