summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Teaford Cowan <bcowan@gentoo.org>2005-04-09 22:50:18 +0000
committerBrad Teaford Cowan <bcowan@gentoo.org>2005-04-09 22:50:18 +0000
commit85b29ee2692336db902302991012970c82f4cd3f (patch)
tree25fe930d16049ff8ba514a701f12ef9934ceba7b /xfce-extra
parentVersion bump. (diff)
downloadhistorical-85b29ee2692336db902302991012970c82f4cd3f.tar.gz
historical-85b29ee2692336db902302991012970c82f4cd3f.tar.bz2
historical-85b29ee2692336db902302991012970c82f4cd3f.zip
fix for bug #80478
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-notes/ChangeLog8
-rw-r--r--xfce-extra/xfce4-notes/Manifest9
-rw-r--r--xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r11
-rw-r--r--xfce-extra/xfce4-notes/files/notes_applet.c.patch10
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild16
-rw-r--r--xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild4
6 files changed, 42 insertions, 6 deletions
diff --git a/xfce-extra/xfce4-notes/ChangeLog b/xfce-extra/xfce4-notes/ChangeLog
index 3758dd76b6e1..93ac224dc149 100644
--- a/xfce-extra/xfce4-notes/ChangeLog
+++ b/xfce-extra/xfce4-notes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-notes
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.8 2005/01/31 15:41:45 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/ChangeLog,v 1.9 2005/04/09 22:50:18 bcowan Exp $
+
+*xfce4-notes-0.10.0-r1 (09 Apr 2005)
+
+ 09 Apr 2005; Brad Cowan <bcowan@gentoo.org> +files/notes_applet.c.patch,
+ xfce4-notes-0.10.0.ebuild, +xfce4-notes-0.10.0-r1.ebuild:
+ Fix for bug #80478.
31 Jan 2005; lanius@gentoo.org xfce4-notes-0.10.0.ebuild:
stable on amd64
diff --git a/xfce-extra/xfce4-notes/Manifest b/xfce-extra/xfce4-notes/Manifest
index 10276526ad56..c083915d54a4 100644
--- a/xfce-extra/xfce4-notes/Manifest
+++ b/xfce-extra/xfce4-notes/Manifest
@@ -1,8 +1,11 @@
-MD5 5d2b71191abcd81942ce7fb35707263a ChangeLog 998
-MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157
MD5 578b4dd3e2e0088728d6af4786848473 xfce4-notes-0.9.7.ebuild 719
MD5 a36e511c5370989f0283b67fbc889d7b xfce4-notes-0.9.7-r1.ebuild 384
-MD5 97b58061abaabb17b7c63a1c6a7338d3 xfce4-notes-0.10.0.ebuild 375
+MD5 1c626a38a1f2c787451e215a5c78d1c8 xfce4-notes-0.10.0-r1.ebuild 465
+MD5 37c8e23fda52056eacfa081a05490de5 ChangeLog 1194
+MD5 e2320654e2db42894902b3e14ddc3763 xfce4-notes-0.10.0.ebuild 374
+MD5 c390804e060ffd11a5bbb143434b2b2d metadata.xml 157
MD5 6b41a6e0f0f511c726ef91eb894a79cd files/digest-xfce4-notes-0.9.7 76
MD5 6b41a6e0f0f511c726ef91eb894a79cd files/digest-xfce4-notes-0.9.7-r1 76
+MD5 26718c962f6a184d14efff98f76c2bd7 files/notes_applet.c.patch 285
+MD5 ac9ea5633311f8effbd11a24724d9cb4 files/digest-xfce4-notes-0.10.0-r1 77
MD5 ac9ea5633311f8effbd11a24724d9cb4 files/digest-xfce4-notes-0.10.0 77
diff --git a/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r1 b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r1
new file mode 100644
index 000000000000..8285a20cb015
--- /dev/null
+++ b/xfce-extra/xfce4-notes/files/digest-xfce4-notes-0.10.0-r1
@@ -0,0 +1 @@
+MD5 3fe2a4ce0bf208138b8056dd1ca6ab74 xfce4-notes-plugin-0.10.0.tar.gz 327653
diff --git a/xfce-extra/xfce4-notes/files/notes_applet.c.patch b/xfce-extra/xfce4-notes/files/notes_applet.c.patch
new file mode 100644
index 000000000000..e6d97036cb2a
--- /dev/null
+++ b/xfce-extra/xfce4-notes/files/notes_applet.c.patch
@@ -0,0 +1,10 @@
+--- panel-plugin/notes_applet.ori 2005-03-15 00:18:40.000000000 -0300
++++ panel-plugin/notes_applet.c 2005-03-15 02:14:54.000000000 -0300
+@@ -751,6 +751,7 @@
+ g_source_remove (notes->save_id);
+ notes->save_id = 0;
+ }
++ gtk_widget_destroy(widget);
+ }
+
+ gboolean
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
new file mode 100644
index 000000000000..58e13883e9df
--- /dev/null
+++ b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0-r1.ebuild,v 1.1 2005/04/09 22:50:18 bcowan Exp $
+
+DESCRIPTION="Xfce4 panel sticky notes plugin"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
+
+GOODIES_PLUGIN=1
+
+inherit eutils xfce4
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ epatch ${FILESDIR}/notes_applet.c.patch
+} \ No newline at end of file
diff --git a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild
index 110a4dd90778..33daba50e26a 100644
--- a/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild
+++ b/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild,v 1.5 2005/03/12 20:31:15 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-notes/xfce4-notes-0.10.0.ebuild,v 1.6 2005/04/09 22:50:18 bcowan Exp $
DESCRIPTION="Xfce4 panel sticky notes plugin"
KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 sparc x86"
GOODIES_PLUGIN=1
-inherit xfce4
+inherit xfce4 \ No newline at end of file