summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-03 09:10:15 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-03 09:10:15 +0000
commit6cb3b6b312d28a61d82dad6cdd98cc57ba8877f0 (patch)
treeadfb8ad8e597d616199cecdc80ba1623faa812f8 /xfce-extra/xfce4-screenshooter
parentVersion bump. This is a unstable dev channel release. Fixes build with gcc47,... (diff)
downloadgentoo-2-6cb3b6b312d28a61d82dad6cdd98cc57ba8877f0.tar.gz
gentoo-2-6cb3b6b312d28a61d82dad6cdd98cc57ba8877f0.tar.bz2
gentoo-2-6cb3b6b312d28a61d82dad6cdd98cc57ba8877f0.zip
Version bump.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
-rw-r--r--xfce-extra/xfce4-screenshooter/ChangeLog8
-rw-r--r--xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild47
2 files changed, 54 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-screenshooter/ChangeLog b/xfce-extra/xfce4-screenshooter/ChangeLog
index f9b81c330437..6095dac26c0d 100644
--- a/xfce-extra/xfce4-screenshooter/ChangeLog
+++ b/xfce-extra/xfce4-screenshooter/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-screenshooter
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.92 2012/04/09 18:32:29 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.93 2012/05/03 09:10:15 ssuominen Exp $
+
+*xfce4-screenshooter-1.8.1 (03 May 2012)
+
+ 03 May 2012; Samuli Suominen <ssuominen@gentoo.org>
+ +xfce4-screenshooter-1.8.1.ebuild:
+ Version bump.
09 Apr 2012; Samuli Suominen <ssuominen@gentoo.org>
xfce4-screenshooter-1.8.0.ebuild:
diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild
new file mode 100644
index 000000000000..56e36b311b45
--- /dev/null
+++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.1.ebuild,v 1.1 2012/05/03 09:10:15 ssuominen Exp $
+
+EAPI=4
+EAUTORECONF=yes
+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
+ 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
+ dev-util/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ --docdir="${EPREFIX}"/usr/share/doc/${PF}
+ $(xfconf_use_debug)
+ --enable-xfixes
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}
+
+src_prepare() {
+ # http://bugzilla.xfce.org/show_bug.cgi?id=8822
+ sed -i -e 's:$(datadir)/xfce4/doc:$(docdir)/html:' Makefile.am || die
+ xfconf_src_prepare
+}