media-gfx/ristretto: Bump to 0.8.3
authorMichał Górny <mgorny@gentoo.org>
Thu, 28 Jun 2018 16:36:55 +0000 (18:36 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 28 Jun 2018 16:38:20 +0000 (18:38 +0200)
media-gfx/ristretto/Manifest
media-gfx/ristretto/ristretto-0.8.3.ebuild [new file with mode: 0644]

index 2c8a8098b3636c0a6dce568f59a40d50dbc16153..c37cb4b6e6bb4434ad727f69262ead43be0f94b4 100644 (file)
@@ -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 (file)
index 0000000..b5c45b7
--- /dev/null
@@ -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
+}