pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bubblemon Actually add patch referenced in di...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8254ba8b5a50
branches:  trunk
changeset: 576561:8254ba8b5a50
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Jun 14 19:21:06 2010 +0000

description:
Actually add patch referenced in distinfo by previous commit that
addressed use of a deprecated GTK feature.  PKGREVISION++ because
patches in distinfo that don't exist seem to be silently ignored.

diffstat:

 sysutils/bubblemon/Makefile                      |   4 ++--
 sysutils/bubblemon/patches/patch-gtk2-api-change |  24 ++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

diffs (43 lines):

diff -r 4ff9d5f94906 -r 8254ba8b5a50 sysutils/bubblemon/Makefile
--- a/sysutils/bubblemon/Makefile       Mon Jun 14 18:54:31 2010 +0000
+++ b/sysutils/bubblemon/Makefile       Mon Jun 14 19:21:06 2010 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2010/06/13 22:45:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2010/06/14 19:21:06 gdt Exp $
 #
 
 DISTNAME=              bubblemon-dockapp-1.46
 PKGNAME=               ${DISTNAME:S/-dockapp//}
-PKGREVISION=           3
+PKGREVISION=           4
 CATEGORIES=            sysutils
 MASTER_SITES=          http://www.ne.jp/asahi/linux/timecop/software/
 
diff -r 4ff9d5f94906 -r 8254ba8b5a50 sysutils/bubblemon/patches/patch-gtk2-api-change
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/bubblemon/patches/patch-gtk2-api-change  Mon Jun 14 19:21:06 2010 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-gtk2-api-change,v 1.1 2010/06/14 19:21:06 gdt Exp $
+
+--- bubblemon.c.orig   2010-05-30 08:26:17.000000000 +0000
++++ bubblemon.c
+@@ -275,6 +275,8 @@ static void print_usage(void)
+ 
+ int main(int argc, char **argv)
+ {
++    /* hack borrowed from gentoo, to make info windows also work */
++    setenv("GDK_NATIVE_WINDOWS", "1", 0);
+     char execute[256];
+     int proximity = 0;
+     int ch;
+@@ -605,10 +607,7 @@ static void make_new_bubblemon_dockapp(v
+     gdk_window_set_back_pixmap(bm.iconwin, bm.pixmap, False);
+ 
+     gdk_window_show(bm.win);
+-#ifdef KDE_DOCKAPP
+-    /* makes the dockapp visible inside KDE wm */
+     gdk_window_show(bm.iconwin);
+-#endif
+ 
+     XSetWMHints(GDK_WINDOW_XDISPLAY(bm.win), win, &wmhints);
+ 



Home | Main Index | Thread Index | Old Index