summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/parcellite/ChangeLog6
-rw-r--r--x11-misc/parcellite/parcellite-0.9.1.ebuild5
-rw-r--r--x11-misc/parcellite/parcellite-1.0.1.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-misc/parcellite/ChangeLog b/x11-misc/parcellite/ChangeLog
index 651418866505..496b828d3f37 100644
--- a/x11-misc/parcellite/ChangeLog
+++ b/x11-misc/parcellite/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/parcellite
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.18 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/ChangeLog,v 1.19 2012/07/31 22:41:49 hasufell Exp $
+
+ 31 Jul 2012; Julian Ospald <hasufell@gentoo.org> parcellite-0.9.1.ebuild,
+ parcellite-1.0.1.ebuild:
+ fix underlinking wrt #379661
05 May 2012; Jeff Horelick <jdhore@gentoo.org> parcellite-0.9.1.ebuild,
parcellite-1.0.1.ebuild:
diff --git a/x11-misc/parcellite/parcellite-0.9.1.ebuild b/x11-misc/parcellite/parcellite-0.9.1.ebuild
index bafe55e0c251..da6af8c6fdbf 100644
--- a/x11-misc/parcellite/parcellite-0.9.1.ebuild
+++ b/x11-misc/parcellite/parcellite-0.9.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.4 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-0.9.1.ebuild,v 1.5 2012/07/31 22:41:49 hasufell Exp $
EAPI=2
-inherit fdo-mime
+inherit fdo-mime flag-o-matic
DESCRIPTION="A lightweight GTK+ based clipboard manager."
HOMEPAGE="http://parcellite.sourceforge.net/"
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
dev-util/intltool )"
src_configure() {
+ append-libs -lX11
econf --disable-dependency-tracking $(use_enable nls)
}
diff --git a/x11-misc/parcellite/parcellite-1.0.1.ebuild b/x11-misc/parcellite/parcellite-1.0.1.ebuild
index a692adeaacf4..75eb8ab5b06a 100644
--- a/x11-misc/parcellite/parcellite-1.0.1.ebuild
+++ b/x11-misc/parcellite/parcellite-1.0.1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.2 2012/05/05 04:53:44 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/parcellite/parcellite-1.0.1.ebuild,v 1.3 2012/07/31 22:41:49 hasufell Exp $
EAPI=2
-inherit fdo-mime autotools
+inherit fdo-mime flag-o-matic autotools
DESCRIPTION="A lightweight GTK+ based clipboard manager."
HOMEPAGE="http://parcellite.sourceforge.net/"
@@ -26,6 +26,7 @@ src_prepare() {
}
src_configure() {
+ append-libs -lX11
econf \
--disable-dependency-tracking \
$(use_enable nls)