Added base xfce-screenshooter

This commit is contained in:
Austen Adler 2016-09-02 00:00:23 -04:00
parent 620a857b78
commit 2fd81dc933
No known key found for this signature in database
GPG Key ID: 7ECEE590CCDFE3F1
3 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1 @@
DIST xfce4-screenshooter-1.8.2.tar.bz2 492524 SHA256 9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69 SHA512 e43dce108c7bacfeebdc39b0c9948b348c77faf358fb0ab5f26d59c96980f1c5473ef87895fe53387340202813935ddad6e200010e61aa27c2c56b662ee56b1e WHIRLPOOL 9a4b5553c0b55d5bd8458f6ff4ac85d5eb07541a940fe038d25b29f021ed4f74a89da7fc006ff06a53652fa630740b42ebc3542bc589f4766bf2401825cb6a8e

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>xfce@gentoo.org</email>
<name>XFCE Team</name>
</maintainer>
</pkgmetadata>

View File

@ -0,0 +1,41 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit xfconf
DESCRIPTION="Xfce4 screenshooter application and panel plugin"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16:=
>=net-libs/libsoup-2.26:=
>=x11-libs/gdk-pixbuf-2.16:=
>=x11-libs/gtk+-2.16:2=
dev-libs/libxml2:=
x11-libs/libX11:=
x11-libs/libXext:=
x11-libs/libXfixes:=
>=xfce-base/exo-0.6:=
>=xfce-base/xfce4-panel-4.8:=
>=xfce-base/libxfce4util-4.8:=
>=xfce-base/libxfce4ui-4.8:="
DEPEND="${RDEPEND}
dev-util/intltool
virtual/pkgconfig"
pkg_setup() {
XFCONF=(
--docdir="${EPREFIX}"/usr/share/doc/${PF}
$(xfconf_use_debug)
--enable-xfixes
)
DOCS=( AUTHORS ChangeLog NEWS README TODO )
}