summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Nichols <nichoj@gentoo.org>2007-01-21 17:44:07 +0000
committerJoshua Nichols <nichoj@gentoo.org>2007-01-21 17:44:07 +0000
commitf25249ad7a85f59d9a92bbf9702bb65ac0efaf35 (patch)
tree0b12221ad343df5dbe6e80e6d2c981ab00fc7707 /xfce-extra/xfce4-notes
parentbumping libgtksourceviewmm to 0.3.0 (diff)
downloadgentoo-2-f25249ad7a85f59d9a92bbf9702bb65ac0efaf35.tar.gz
gentoo-2-f25249ad7a85f59d9a92bbf9702bb65ac0efaf35.tar.bz2
gentoo-2-f25249ad7a85f59d9a92bbf9702bb65ac0efaf35.zip
Fixed compilation with --as-needed. Fix provided by Samuli Suominen <sasuomin@uusikaupunki.fi> on bug #160295.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'xfce-extra/xfce4-notes')
-rw-r--r--xfce-extra/xfce4-notes/ChangeLog11
-rw-r--r--xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r13
-rw-r--r--xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch12
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild21
4 files changed, 45 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-notes/ChangeLog b/xfce-extra/xfce4-notes/ChangeLog
index 594771fa5945..8315f3f3dd88 100644
--- a/xfce-extra/xfce4-notes/ChangeLog
+++ b/xfce-extra/xfce4-notes/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for xfce-extra/xfce4-notes
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.16 2006/12/13 00:57:34 nichoj Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.17 2007/01/21 17:44:07 nichoj Exp $
+
+*xfce4-notes-1.4-r1 (21 Jan 2007)
+
+ 21 Jan 2007; Joshua Nichols <nichoj@gentoo.org>
+ +files/xfce4-notes-1.4-asneeded.patch, +xfce4-notes-1.4-r1.ebuild:
+ Fixed compilation with --as-needed. Fix provided by Samuli Suominen
+ <sasuomin@uusikaupunki.fi> on bug #160295.
12 Dec 2006; Joshua Nichols <nichoj@gentoo.org>
-xfce4-notes-0.9.7-r1.ebuild, -xfce4-notes-0.10.0.ebuild:
diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1
new file mode 100644
index 000000000000..00c487f9b839
--- /dev/null
+++ b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-1.4-r1
@@ -0,0 +1,3 @@
+MD5 5f466f0ccb68b1f14ded77571baa1145 xfce4-notes-plugin-1.4.tar.bz2 122954
+RMD160 e1497463fd04ae792af5bbef0b9d41bb0a180642 xfce4-notes-plugin-1.4.tar.bz2 122954
+SHA256 5100bc557c17e9cfec251636cada2f6b1f2906c613cbeea4cf4f09b880c84283 xfce4-notes-plugin-1.4.tar.bz2 122954
diff --git a/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch b/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch
new file mode 100644
index 000000000000..b1278662de1f
--- /dev/null
+++ b/xfce-extra/xfce4-notes/files/xfce4-notes-1.4-asneeded.patch
@@ -0,0 +1,12 @@
+diff -ur xfce4-notes-plugin-1.4.orig/panel-plugin/Makefile.am xfce4-notes-plugin-1.4/panel-plugin/Makefile.am
+--- xfce4-notes-plugin-1.4.orig/panel-plugin/Makefile.am 2006-11-26 22:40:20.000000000 +0200
++++ xfce4-notes-plugin-1.4/panel-plugin/Makefile.am 2007-01-05 19:55:47.000000000 +0200
+@@ -31,7 +31,7 @@
+ @LIBXFCE4UTIL_CFLAGS@ \
+ -DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+
+-xfce4_notes_plugin_LDFLAGS = \
++xfce4_notes_plugin_LDADD = \
+ @LIBXFCE4PANEL_LIBS@ \
+ @LIBXFCEGUI4_LIBS@ \
+ @LIBXFCE4UTIL_LIBS@
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild
new file mode 100644
index 000000000000..b3f519fb3506
--- /dev/null
+++ b/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-1.4-r1.ebuild,v 1.1 2007/01/21 17:44:07 nichoj Exp $
+
+WANT_AUTOMAKE=1.9
+WANT_AUTOCONF=latest
+
+inherit xfce44 autotools eutils
+
+DESCRIPTION="Xfce4 panel sticky notes plugin"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+
+xfce44_beta
+xfce44_goodies_panel_plugin
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/${P}-asneeded.patch
+ eautomake
+}