summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-04-24 05:48:57 +0000
committerJustin Lecher <jlec@gentoo.org>2012-04-24 05:48:57 +0000
commit50f7720bb6e55f0bc26f1f4bc9cd692e45973b41 (patch)
treed069958fbeb9fffeaa84322aea69ad7bf6055718 /gnome-base/libgdu
parentsys-fs/squashfs-tools: Drop old versions, #395201 (diff)
downloadgentoo-2-50f7720bb6e55f0bc26f1f4bc9cd692e45973b41.tar.gz
gentoo-2-50f7720bb6e55f0bc26f1f4bc9cd692e45973b41.tar.bz2
gentoo-2-50f7720bb6e55f0bc26f1f4bc9cd692e45973b41.zip
gnome-base/libgdu: Added compatibility fix for gold
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base/libgdu')
-rw-r--r--gnome-base/libgdu/ChangeLog6
-rw-r--r--gnome-base/libgdu/files/libgdu-3.0.2-gold.patch17
-rw-r--r--gnome-base/libgdu/libgdu-3.0.2.ebuild5
-rw-r--r--gnome-base/libgdu/metadata.xml2
4 files changed, 27 insertions, 3 deletions
diff --git a/gnome-base/libgdu/ChangeLog b/gnome-base/libgdu/ChangeLog
index 4173f5270bd9..8b2cd64231a5 100644
--- a/gnome-base/libgdu/ChangeLog
+++ b/gnome-base/libgdu/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-base/libgdu
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgdu/ChangeLog,v 1.1 2012/04/12 09:24:02 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgdu/ChangeLog,v 1.2 2012/04/24 05:48:57 jlec Exp $
+
+ 24 Apr 2012; Justin Lecher <jlec@gentoo.org> libgdu-3.0.2.ebuild,
+ +files/libgdu-3.0.2-gold.patch, metadata.xml:
+ Added compatibility fix for gold
*libgdu-3.0.2 (12 Apr 2012)
diff --git a/gnome-base/libgdu/files/libgdu-3.0.2-gold.patch b/gnome-base/libgdu/files/libgdu-3.0.2-gold.patch
new file mode 100644
index 000000000000..a22f0d53dd1b
--- /dev/null
+++ b/gnome-base/libgdu/files/libgdu-3.0.2-gold.patch
@@ -0,0 +1,17 @@
+ src/notification/Makefile.am | 3 ++-
+ 1 files changed, 2 insertions(+), 1 deletions(-)
+
+diff --git a/src/notification/Makefile.am b/src/notification/Makefile.am
+index 3dbdd6f..e65f6fd 100644
+--- a/src/notification/Makefile.am
++++ b/src/notification/Makefile.am
+@@ -38,7 +38,8 @@ gdu_notification_daemon_LDADD = \
+ $(GTK3_LIBS) \
+ $(LIBNOTIFY_LIBS) \
+ $(top_builddir)/src/gdu/libgdu.la \
+- $(top_builddir)/src/gdu-gtk/libgdu-gtk.la
++ $(top_builddir)/src/gdu-gtk/libgdu-gtk.la \
++ -lm
+
+ clean-local :
+ rm -f *~
diff --git a/gnome-base/libgdu/libgdu-3.0.2.ebuild b/gnome-base/libgdu/libgdu-3.0.2.ebuild
index ca05cb9da20b..cfd767794332 100644
--- a/gnome-base/libgdu/libgdu-3.0.2.ebuild
+++ b/gnome-base/libgdu/libgdu-3.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgdu/libgdu-3.0.2.ebuild,v 1.1 2012/04/12 09:24:02 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgdu/libgdu-3.0.2.ebuild,v 1.2 2012/04/24 05:48:57 jlec Exp $
EAPI="4"
GCONF_DEBUG="no"
@@ -57,6 +57,9 @@ src_prepare() {
sed -i -e '/^OnlyShowIn/d' ${f} || die
echo 'NotShowIn=KDE;' >> ${f}
+ # gold underlinking detection
+ epatch "${FILESDIR}"/${P}-gold.patch
+
# Palimpsest and Nautilus plugin are provided by sys-apps/gnome-disk-utility
epatch "${FILESDIR}/${PN}-3.0.2-no-palimpsest-nautilus.patch"
diff --git a/gnome-base/libgdu/metadata.xml b/gnome-base/libgdu/metadata.xml
index da6fd63d0085..dad9001338dc 100644
--- a/gnome-base/libgdu/metadata.xml
+++ b/gnome-base/libgdu/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>gnome</herd>
+ <herd>gnome</herd>
</pkgmetadata>