summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-08-07 13:20:07 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-08-07 13:20:07 +0000
commit8d5fb9453561321a0265fae026fda943745cf996 (patch)
tree5c3186e8196acb9d4e090a6700556638c460261b /xfce-extra/xfce4-screenshooter
parentold (diff)
downloadgentoo-2-8d5fb9453561321a0265fae026fda943745cf996.tar.gz
gentoo-2-8d5fb9453561321a0265fae026fda943745cf996.tar.bz2
gentoo-2-8d5fb9453561321a0265fae026fda943745cf996.zip
old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
-rw-r--r--xfce-extra/xfce4-screenshooter/ChangeLog7
-rw-r--r--xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch16
-rw-r--r--xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild49
3 files changed, 6 insertions, 66 deletions
diff --git a/xfce-extra/xfce4-screenshooter/ChangeLog b/xfce-extra/xfce4-screenshooter/ChangeLog
index cd42b24f07ed..beb17c7293c8 100644
--- a/xfce-extra/xfce4-screenshooter/ChangeLog
+++ b/xfce-extra/xfce4-screenshooter/ChangeLog
@@ -1,6 +1,11 @@
# 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.99 2012/07/14 13:33:45 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.100 2012/08/07 13:20:07 ssuominen Exp $
+
+ 07 Aug 2012; Samuli Suominen <ssuominen@gentoo.org>
+ -xfce4-screenshooter-1.8.0.ebuild,
+ -files/xfce4-screenshooter-1.8.0-underlinking.patch:
+ old
14 Jul 2012; Markus Meier <maekke@gentoo.org>
xfce4-screenshooter-1.8.1.ebuild:
diff --git a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch b/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch
deleted file mode 100644
index 03ff37d1e9ad..000000000000
--- a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.8.0-underlinking.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Function floor is required, so link to libmath to avoid linking failure (underlinking)
-
-http://bugzilla.xfce.org/show_bug.cgi?id=8230
-
---- Makefile.am
-+++ Makefile.am
-@@ -51,7 +51,8 @@
- @SOUP_LIBS@ \
- @LIBXEXT_LIBS@ \
- @LIBX11_LIBS@ \
-- @XFIXES_LIBS@
-+ @XFIXES_LIBS@ \
-+ -lm
-
- lib_libscreenshooter_built_sources = \
- lib/screenshooter-marshal.c lib/screenshooter-marshal.h
diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild
deleted file mode 100644
index df8be16896b7..000000000000
--- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.8.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# 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.0.ebuild,v 1.11 2012/05/05 07:26:15 mgorny Exp $
-
-EAPI=4
-EAUTORECONF=yes
-inherit multilib 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
- virtual/pkgconfig"
-
-pkg_setup() {
- PATCHES=( "${FILESDIR}"/${P}-underlinking.patch )
-
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- --docdir="${EPREFIX}"/usr/share/doc/${PF}
- $(xfconf_use_debug)
- --enable-xfixes
- )
-
- DOCS=( AUTHORS ChangeLog NEWS README TODO )
-}
-
-src_prepare() {
- sed -i -e 's:$(datadir)/xfce4/doc:$(docdir)/html:' Makefile.am || die
- xfconf_src_prepare
-}