diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 11:10:23 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-06 11:10:23 +0000 |
commit | ae29c014f5f68b90d20c8d46c3be9dfd581d1cde (patch) | |
tree | 8810ee0a8d14e5105e4dadfae1953d8c64878793 /xfce-extra/xfce4-screenshooter | |
parent | dev-java/netbeans-java: version bump (diff) | |
download | historical-ae29c014f5f68b90d20c8d46c3be9dfd581d1cde.tar.gz historical-ae29c014f5f68b90d20c8d46c3be9dfd581d1cde.tar.bz2 historical-ae29c014f5f68b90d20c8d46c3be9dfd581d1cde.zip |
old
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'xfce-extra/xfce4-screenshooter')
3 files changed, 6 insertions, 57 deletions
diff --git a/xfce-extra/xfce4-screenshooter/ChangeLog b/xfce-extra/xfce4-screenshooter/ChangeLog index 0a32a25685bc..6544286f463f 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.90 2012/01/06 11:02:46 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-screenshooter/ChangeLog,v 1.91 2012/01/06 11:03:44 ssuominen Exp $ + + 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> + -xfce4-screenshooter-1.7.9-r1.ebuild, + -files/xfce4-screenshooter-1.7.9-fix-segfault-at-startup.patch: + old 06 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> xfce4-screenshooter-1.8.0.ebuild: diff --git a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.7.9-fix-segfault-at-startup.patch b/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.7.9-fix-segfault-at-startup.patch deleted file mode 100644 index e2a2f3d95e48..000000000000 --- a/xfce-extra/xfce4-screenshooter/files/xfce4-screenshooter-1.7.9-fix-segfault-at-startup.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- xfce4-screenshooter-1.7.9/lib/screenshooter-utils.c.orig 2010-01-02 12:42:24.000000000 +0100 -+++ xfce4-screenshooter-1.7.9/lib/screenshooter-utils.c 2010-05-20 22:40:38.347861374 +0200 -@@ -94,11 +94,11 @@ - g_free (title); - title = - g_strdup (xfce_rc_read_entry (rc, "title", _("Screenshot"))); -- } - -- TRACE ("Close the rc file"); -+ TRACE ("Close the rc file"); - -- xfce_rc_close (rc); -+ xfce_rc_close (rc); -+ } - } - - /* And set the sd values */ diff --git a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild b/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild deleted file mode 100644 index 9ce643f6614f..000000000000 --- a/xfce-extra/xfce4-screenshooter/xfce4-screenshooter-1.7.9-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# 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.7.9-r1.ebuild,v 1.12 2011/05/19 20:38:52 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/xfce4-screenshooter/1.7/xfce4-screenshooter-1.7.9.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=">=x11-libs/gtk+-2.14:2 - >=dev-libs/glib-2.16:2 - >=net-libs/libsoup-2.26.0 - >=xfce-base/xfce4-panel-4.8 - >=xfce-base/libxfce4util-4.8 - >=xfce-base/libxfcegui4-4.8" -DEPEND="${RDEPEND} - dev-util/intltool - dev-util/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-fix-segfault-at-startup.patch ) - XFCONF=( $(xfconf_use_debug) ) - 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 -} |