diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-05-28 15:14:12 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-05-28 15:14:12 +0000 |
commit | 490c9404f1a2f0decf4578c63e0213c5ab0adb31 (patch) | |
tree | 1bde0591b01343be64f5da4ec1487982433a472b /x11-misc | |
parent | Re-added as-needed patch from version 1.10.2 (thanks to Joseph D. Wieber, Jr.) (diff) | |
download | gentoo-2-490c9404f1a2f0decf4578c63e0213c5ab0adb31.tar.gz gentoo-2-490c9404f1a2f0decf4578c63e0213c5ab0adb31.tar.bz2 gentoo-2-490c9404f1a2f0decf4578c63e0213c5ab0adb31.zip |
QA. Don't prestrip binary.
(Portage version: 2.1.2.7)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/bubblemon/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/bubblemon/files/bubblemon-1.46-gtk.patch | 15 |
2 files changed, 12 insertions, 9 deletions
diff --git a/x11-misc/bubblemon/ChangeLog b/x11-misc/bubblemon/ChangeLog index 33c28129716d..5b0978fa39d1 100644 --- a/x11-misc/bubblemon/ChangeLog +++ b/x11-misc/bubblemon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/bubblemon # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.23 2007/05/28 14:56:32 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/bubblemon/ChangeLog,v 1.24 2007/05/28 15:14:12 drac Exp $ + + 28 May 2007; Samuli Suominen <drac@gentoo.org> + files/bubblemon-1.46-gtk.patch: + QA. Don't prestrip binary. *bubblemon-1.46-r1 (28 May 2007) diff --git a/x11-misc/bubblemon/files/bubblemon-1.46-gtk.patch b/x11-misc/bubblemon/files/bubblemon-1.46-gtk.patch index e86111c924ac..fb7aa5981c33 100644 --- a/x11-misc/bubblemon/files/bubblemon-1.46-gtk.patch +++ b/x11-misc/bubblemon/files/bubblemon-1.46-gtk.patch @@ -1,6 +1,6 @@ -diff -Naur bubblemon-dockapp-1.46.orig/bubblemon.c bubblemon-dockapp-1.46/bubblemon.c ---- bubblemon-dockapp-1.46.orig/bubblemon.c 2003-10-01 02:37:32.000000000 +0200 -+++ bubblemon-dockapp-1.46/bubblemon.c 2007-05-28 16:11:57.000000000 +0200 +diff -ur bubblemon-dockapp-1.46.orig/bubblemon.c bubblemon-dockapp-1.46/bubblemon.c +--- bubblemon-dockapp-1.46.orig/bubblemon.c 2003-10-01 03:37:32.000000000 +0300 ++++ bubblemon-dockapp-1.46/bubblemon.c 2007-05-28 18:10:43.000000000 +0300 @@ -58,6 +58,7 @@ #include <gdk/gdk.h> #include <gdk/gdkx.h> @@ -34,9 +34,9 @@ diff -Naur bubblemon-dockapp-1.46.orig/bubblemon.c bubblemon-dockapp-1.46/bubble #ifdef KDE_DOCKAPP /* makes the dockapp visible inside KDE wm */ gdk_window_show(bm.iconwin); -diff -Naur bubblemon-dockapp-1.46.orig/Makefile bubblemon-dockapp-1.46/Makefile ---- bubblemon-dockapp-1.46.orig/Makefile 2003-10-04 02:22:07.000000000 +0200 -+++ bubblemon-dockapp-1.46/Makefile 2007-05-28 16:12:26.000000000 +0200 +diff -ur bubblemon-dockapp-1.46.orig/Makefile bubblemon-dockapp-1.46/Makefile +--- bubblemon-dockapp-1.46.orig/Makefile 2003-10-04 03:22:07.000000000 +0300 ++++ bubblemon-dockapp-1.46/Makefile 2007-05-28 18:11:20.000000000 +0300 @@ -11,30 +11,49 @@ # no user serviceable parts below @@ -95,7 +95,7 @@ diff -Naur bubblemon-dockapp-1.46.orig/Makefile bubblemon-dockapp-1.46/Makefile INSTALL = -c -g kmem -m 2755 -o root endif -@@ -62,17 +81,22 @@ +@@ -62,17 +81,21 @@ ifeq ($(COMPILER), gcc) CFLAGS=-O3 -Wall endif @@ -114,7 +114,6 @@ diff -Naur bubblemon-dockapp-1.46.orig/Makefile bubblemon-dockapp-1.46/Makefile +bubblemon: clean_obj + $(CC) $(GTK2_CFLAGS) $(CFLAGS) -o $(BUBBLEMON) \ + $(LIBS) $(GTK2_LIBS) $(SRCS) -+ $(STRIP) $(BUBBLEMON) -bubblemon: $(OBJS) - $(CC) $(CFLAGS) -o bubblemon $(OBJS) $(LIBS) |