commit:     b1dc0ec3eb1c1ae3283ed9d9c9cb4d203da302f6
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 28 16:36:55 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 28 16:38:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1dc0ec3

media-gfx/ristretto: Bump to 0.8.3

 media-gfx/ristretto/Manifest               |  1 +
 media-gfx/ristretto/ristretto-0.8.3.ebuild | 38 ++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-gfx/ristretto/Manifest b/media-gfx/ristretto/Manifest
index 2c8a8098b36..c37cb4b6e6b 100644
--- a/media-gfx/ristretto/Manifest
+++ b/media-gfx/ristretto/Manifest
@@ -1 +1,2 @@
 DIST ristretto-0.8.2git-rd21ed3c.tar.bz2 584418 BLAKE2B 
50d24fa81f4ce59a3a9acdb71a532e8d57399aafc4c20790b4a08ef3584bf3c71af978cb4e53ba6f4821fd4fc02e12600d39b84309ee29a764581855fd43bc75
 SHA512 
17fe6b5c24d4f4f3b6d28e1c435afbb0140e81a77f2b1c628ab7e05ed380a55a902368dabbb8e92647f08bb8853df8099b8de779d94dc91d3426cc7e33cbcbe3
+DIST ristretto-0.8.3.tar.bz2 564745 BLAKE2B 
74f6fe50dbbcb538ff370fdefc934921e5878f7422dde577b86acc0ee63a03edaada860f0a91301de4b4ed4ae2fab89d74eccc5f3b9faababa4c71ee07159c33
 SHA512 
c43b48dfdf9e8ed0ea3c5f2bbac1c837881aa6a467c78377b6f53dcce030b5a3b8134a7b8cbad1008ae758295953fde50a916c284e54e8c5490158e776554514

diff --git a/media-gfx/ristretto/ristretto-0.8.3.ebuild 
b/media-gfx/ristretto/ristretto-0.8.3.ebuild
new file mode 100644
index 00000000000..b5c45b79a92
--- /dev/null
+++ b/media-gfx/ristretto/ristretto-0.8.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils xdg-utils
+
+DESCRIPTION="A fast and lightweight picture viewer for Xfce"
+HOMEPAGE="https://docs.xfce.org/apps/ristretto/start";
+SRC_URI="mirror://xfce/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.24:2
+       media-libs/libexif:0=
+       x11-libs/cairo:0
+       >=x11-libs/gtk+-2.20:2
+       x11-libs/libX11:0=
+       >=xfce-base/libxfce4ui-4.10:0=
+       >=xfce-base/libxfce4util-4.10:0=
+       >=xfce-base/xfconf-4.10:0="
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig
+       sys-devel/gettext"
+
+pkg_postinst() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
+       gnome2_icon_cache_update
+}

Reply via email to