forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST ristretto-0.8.0.tar.bz2 541473 SHA256 71625324cecda7199acbc95a3ea5132d0dcbf808771e7a209ea2b9503ae4f328 SHA512 067d3e7b5ec4fe3537cc796b94e8b999fc99efdb58c52a2a71160405626a3784caa877724e756b363012dce4719ee534f4ce0c92f2f6f2adaf937da8d5abab99 WHIRLPOOL 85b7dbbf7009b5a100f8fa5302f683df2832d448c5580e94ae8e48cd74ec600b9964b101f774cb9610f63786ffe7f11a779a5a4c333ba4778c058ac2f70d35c9 | ||
DIST ristretto-0.8.1.tar.bz2 538787 SHA256 0b4c90c585166c958d479075b98da6e28ca500bda6f4d3443f20e0a2172030ee SHA512 3b56670ee48e7260ca96a24234e7f6e75960927f7acc25d561ee1bfa814109383cd448e8b629f8b8efe3433a591f44af5afb2aa7e8a5d25391934cd2c2d47013 WHIRLPOOL 8d83089d8a348e3cd91fcf6a9317176b1022e50574113e9b9ace6d0f3e0cf345d357dc452fb99eacf439c9afbacf28731ff6dbc98c8f84b75af69b950ef31359 | ||
DIST ristretto-0.8.2.tar.bz2 559444 SHA256 f8f3b77ca6fc77ddf8cff1bb52e5c5802c462663f72f324393b3a0360f6901b8 SHA512 bceef420ebb6e5ab89f339cb4d173bbdd3abc09df5f7dd4551e5c8484e226af6a4ef7b131888926027bae901fd05278cf29de296588723142bd6d0bd8afc312e WHIRLPOOL 85da22ada74afe3fff268d316823979c1992d8e705a97a9d92bb6bcf7fea9b25d69ba59cf399a45d775561ec28758b7ee5012ab238e76d4e169eac1eb32fada9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
inherit xfconf | ||
|
||
DESCRIPTION="A fast and lightweight picture viewer for the Xfce desktop environment" | ||
HOMEPAGE="http://goodies.xfce.org/projects/applications/ristretto" | ||
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2" | ||
|
||
LICENSE="GPL-2" | ||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" | ||
IUSE="debug" | ||
|
||
RDEPEND=">=dev-libs/dbus-glib-0.98:0= | ||
>=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_setup() { | ||
XFCONF=( | ||
$(xfconf_use_debug) | ||
) | ||
|
||
DOCS=( AUTHORS ChangeLog NEWS TODO ) | ||
} |