summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2014-01-05 17:27:58 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2014-01-05 17:27:58 +0000
commitf3fd4e7ab5fbca7c33125d0bca25ca1c178204b7 (patch)
tree29275604233b73b2df8e746c9edb40c2f02db2c8 /net-misc/vinagre/vinagre-2.30.3.ebuild
parentMake nvidia-drivers mask more stringent, since according to user reports also... (diff)
downloadhistorical-f3fd4e7ab5fbca7c33125d0bca25ca1c178204b7.tar.gz
historical-f3fd4e7ab5fbca7c33125d0bca25ca1c178204b7.tar.bz2
historical-f3fd4e7ab5fbca7c33125d0bca25ca1c178204b7.zip
Fix underlinking failure (bug #497116, thanks to d_dart).
Package-Manager: portage-2.2.7/cvs/Linux x86_64 Manifest-Sign-Key: 0xCF0ADD61
Diffstat (limited to 'net-misc/vinagre/vinagre-2.30.3.ebuild')
-rw-r--r--net-misc/vinagre/vinagre-2.30.3.ebuild21
1 files changed, 15 insertions, 6 deletions
diff --git a/net-misc/vinagre/vinagre-2.30.3.ebuild b/net-misc/vinagre/vinagre-2.30.3.ebuild
index f250fbec1dca..fcc7a4a5ec27 100644
--- a/net-misc/vinagre/vinagre-2.30.3.ebuild
+++ b/net-misc/vinagre/vinagre-2.30.3.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.11 2013/01/07 13:44:54 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/vinagre/vinagre-2.30.3.ebuild,v 1.12 2014/01/05 17:27:53 tetromino Exp $
-EAPI="2"
+EAPI="4"
GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+GNOME_TARBALL_SUFFIX="bz2"
-inherit gnome2
+inherit autotools gnome2
DESCRIPTION="VNC client for the GNOME desktop"
HOMEPAGE="http://www.gnome.org/projects/vinagre/"
@@ -52,11 +54,18 @@ pkg_setup() {
$(use_enable telepathy)"
}
+src_prepare() {
+ # underlinking failure, bug #497116
+ epatch "${FILESDIR}/${P}-gmodule.patch"
+
+ rm missing || die # old missing script causes autoreconf warnings
+ eautoreconf
+ gnome2_src_prepare
+}
+
src_install() {
gnome2_src_install
- find "${D}" -name "*.la" -delete || die "remove of la files failed"
-
# Remove it's own installation of DOCS that go to $PN instead of $P and aren't ecompressed
rm -rf "${D}"/usr/share/doc/vinagre
}