mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
media-gfx/ristretto: Bump to 0.8.1
This commit is contained in:
@@ -1 +1,2 @@
|
||||
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
|
||||
|
||||
37
media-gfx/ristretto/ristretto-0.8.1.ebuild
Normal file
37
media-gfx/ristretto/ristretto-0.8.1.ebuild
Normal file
@@ -0,0 +1,37 @@
|
||||
# Copyright 1999-2016 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 )
|
||||
}
|
||||
Reference in New Issue
Block a user