diff options
author | 2011-01-06 15:28:15 +0000 | |
---|---|---|
committer | 2011-01-06 15:28:15 +0000 | |
commit | 5137b8d8c8969f1f95cf75c6c6160b938e343ee0 (patch) | |
tree | c851ee1ddbe3fd307a970ab2beff92cec79e45fc /x11-libs/gksu | |
parent | Added version 0.65 (bug #350758). Removed unused USE flag (bug #349006) (diff) | |
download | gentoo-2-5137b8d8c8969f1f95cf75c6c6160b938e343ee0.tar.gz gentoo-2-5137b8d8c8969f1f95cf75c6c6160b938e343ee0.tar.bz2 gentoo-2-5137b8d8c8969f1f95cf75c6c6160b938e343ee0.zip |
Drop gnome-vfs patch, bug #349520. Also remove static lib and la file for nautilus extension.
(Portage version: 2.2.0_alpha13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/gksu')
-rw-r--r-- | x11-libs/gksu/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gksu/gksu-2.0.2.ebuild | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/x11-libs/gksu/ChangeLog b/x11-libs/gksu/ChangeLog index 8675689262d0..706eb57e92ed 100644 --- a/x11-libs/gksu/ChangeLog +++ b/x11-libs/gksu/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gksu # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.60 2011/01/03 22:36:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/ChangeLog,v 1.61 2011/01/06 15:28:15 eva Exp $ + + 06 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> gksu-2.0.2.ebuild: + Drop gnome-vfs patch, bug #349520. Also remove static lib and la file for + nautilus extension. 03 Jan 2011; Gilles Dartiguelongue <eva@gentoo.org> gksu-2.0.2.ebuild: Drop gnome-vfs dependency, bug #349520. diff --git a/x11-libs/gksu/gksu-2.0.2.ebuild b/x11-libs/gksu/gksu-2.0.2.ebuild index f1b8d245ca25..18f534f8d7c2 100644 --- a/x11-libs/gksu/gksu-2.0.2.ebuild +++ b/x11-libs/gksu/gksu-2.0.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.11 2011/01/03 22:36:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gksu/gksu-2.0.2.ebuild,v 1.12 2011/01/06 15:28:15 eva Exp $ EAPI="2" GCONF_DEBUG="no" -inherit gnome2 fixheadtails eutils autotools +inherit gnome2 fixheadtails DESCRIPTION="A gtk+ frontend for libgksu" HOMEPAGE="http://www.nongnu.org/gksu/" @@ -28,6 +28,7 @@ DEPEND="${RDEPEND} pkg_setup() { DOCS="AUTHORS ChangeLog NEWS README" G2CONF="${G2CONF} + --disable-static $(use_enable gnome nautilus-extension)" } @@ -36,9 +37,6 @@ src_prepare() { ht_fix_file "${S}/gksu-migrate-conf.sh" - # Fix nautilus plugin linking - epatch "${FILESDIR}"/${PN}-2.0.0-gnome-2.22.patch - if use gnome ; then sed 's/x-terminal-emulator/gnome-terminal/' \ -i gksu.desktop || die "sed 1 failed" @@ -46,13 +44,14 @@ src_prepare() { sed 's/dist_desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)/dist_desktop_DATA =/' \ -i Makefile.am Makefile.in || die "sed 2 failed" fi - - eautoreconf } src_install() { gnome2_src_install chmod +x "${D}/usr/share/gksu/gksu-migrate-conf.sh" + if use gnome; then + find "${D}" -name "*.la" -delete || die "la file removal failed" + fi } pkg_postinst() { |