diff options
author | 2011-08-01 15:18:56 +0000 | |
---|---|---|
committer | 2011-08-01 15:18:56 +0000 | |
commit | 10bca4c753bf50b5dad47762d590bcbb4d708e38 (patch) | |
tree | e81887b9a02f2e5c90f10c8f2121b1337cf2a80c /xfce-extra/xfce4-screenshooter | |
parent | Bump, fixes #292312. Thanks to everyone who worked on it (diff) | |
download | gentoo-2-10bca4c753bf50b5dad47762d590bcbb4d708e38.tar.gz gentoo-2-10bca4c753bf50b5dad47762d590bcbb4d708e38.tar.bz2 gentoo-2-10bca4c753bf50b5dad47762d590bcbb4d708e38.zip |
Version bump
(Portage version: 2.2.0_alpha49/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
-rw-r--r-- | xfce-extra/xfce4-screenshooter/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild | 43 |
2 files changed, 51 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-screenshooter/ChangeLog b/xfce-extra/xfce4-screenshooter/ChangeLog index ed830f4aca32..8161409b0c2c 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.82 2010/11/03 22:43:11 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.83 2011/08/01 15:18:56 angelos Exp $ + +*xfce4-screenshooter-1.8.0 (01 Aug 2011) + + 01 Aug 2011; Christoph Mende <angelos@gentoo.org> + +xfce4-screenshooter-1.8.0.ebuild: + Version bump 03 Nov 2010; Samuli Suominen <ssuominen@gentoo.org> xfce4-screenshooter-1.7.9-r1.ebuild: diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild new file mode 100644 index 000000000000..6a6da20ceeaf --- /dev/null +++ b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2011 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.0.ebuild,v 1.1 2011/08/01 15:18:56 angelos 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}/1.8/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.16:2 + >=net-libs/libsoup-2.26.0 + >=x11-libs/gdk-pixbuf-2.16:2 + >=x11-libs/gtk+-2.16:2 + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXfixes + >=xfce-base/exo-0.5 + >=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=( $(xfconf_use_debug) --enable-xfixes ) + DOCS=( AUTHORS ChangeLog NEWS README TODO ) +} + +src_prepare() { + sed -i \ + -e "s:\$(datadir)/xfce4/doc:\$(datadir)/doc/${PF}/html:" \ + Makefile.am || die + xfconf_src_prepare +} |