patches/gnome-panel-02-fish-applet.diff
author mattman
Thu, 15 Oct 2009 14:58:59 +0000
changeset 16774 5314a7075ee9
parent 16055 5bccf1b9fcf1
child 17713 128cef95fb83
permissions -rw-r--r--
* patches/gnome-panel-02-fish-applet.diff : Remove duplicate patching of the same file configure.in
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
     1
/jds/bin/diff -uprN gnome-panel-2.28.0.old/configure.in gnome-panel-2.28.0/configure.in
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
     2
--- gnome-panel-2.28.0.old/configure.in	2009-09-21 17:35:48.000000000 +0100
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
     3
+++ gnome-panel-2.28.0/configure.in	2009-10-15 15:52:34.875708828 +0100
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
     4
@@ -174,7 +174,7 @@ PANEL_INPROCESS_ALL=
13284
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
     5
 PANEL_INPROCESS_APPLETS=
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
     6
 AC_ARG_WITH(in-process-applets,
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
     7
 	AC_HELP_STRING([--with-in-process-applets=APPLETS],
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
     8
-		[comma-separated list of applets to compile in-process (possible values: none, clock, fish, notification-area, wncklet, all) @<:@default=none@:>@]),
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
     9
+		[comma-separated list of applets to compile in-process (possible values: none, clock, notification-area, wncklet, all) @<:@default=none@:>@]),
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    10
 	[for i in `echo $withval | tr , ' '`; do
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    11
 		if test $i = "none"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    12
 			PANEL_INPROCESS_NONE=1
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    13
@@ -182,20 +182,18 @@ AC_ARG_WITH(in-process-applets,
13284
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    14
 			PANEL_INPROCESS_ALL=1
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    15
 		else if test $i = "clock"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    16
 			PANEL_INPROCESS_APPLETS="$PANEL_INPROCESS_APPLETS $i"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    17
-		else if test $i = "fish"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    18
-			PANEL_INPROCESS_APPLETS="$PANEL_INPROCESS_APPLETS $i"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    19
 		else if test $i = "notification-area"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    20
 			PANEL_INPROCESS_APPLETS="$PANEL_INPROCESS_APPLETS $i"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    21
 		else if test $i = "wncklet"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    22
 			PANEL_INPROCESS_APPLETS="$PANEL_INPROCESS_APPLETS $i"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    23
 		else
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    24
 			echo "applet $i not recognized, ignoring..."
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    25
-		fi; fi; fi; fi; fi; fi
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    26
+		fi; fi; fi; fi; fi
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    27
 	done],
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    28
 	[])
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    29
 
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    30
 if test -n "$PANEL_INPROCESS_ALL"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    31
-	PANEL_INPROCESS_APPLETS="clock fish notification-area wncklet"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    32
+	PANEL_INPROCESS_APPLETS="clock notification-area wncklet"
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    33
 fi
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    34
 if test -n "$PANEL_INPROCESS_NONE"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    35
 	PANEL_INPROCESS_APPLETS=""
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    36
@@ -205,10 +203,6 @@ for i in $PANEL_INPROCESS_APPLETS; do
13284
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    37
 		CLOCK_COMPILE_INPROCESS=1
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    38
 		AC_DEFINE([CLOCK_INPROCESS], 1,
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    39
 		[Defined when compiling the clock applet in-process])
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    40
-	else if test $i = "fish"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    41
-		FISH_COMPILE_INPROCESS=1
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    42
-		AC_DEFINE([FISH_INPROCESS], 1,
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    43
-		[Defined when compiling the fish applet in-process])
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    44
 	else if test $i = "notification-area"; then
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    45
 		NOTIFICATION_AREA_COMPILE_INPROCESS=1
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    46
 		AC_DEFINE([NOTIFICATION_AREA_INPROCESS], 1,
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    47
@@ -217,7 +211,7 @@ for i in $PANEL_INPROCESS_APPLETS; do
13284
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    48
 		WNCKLET_COMPILE_INPROCESS=1
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    49
 		AC_DEFINE([WNCKLET_INPROCESS], 1,
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    50
 		[Defined when compiling the wncklet applet in-process])
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    51
-	fi; fi; fi; fi
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    52
+	fi; fi; fi
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    53
 done
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    54
 
90971fd56c17 * patches/gnome-panel-07-restrict-app-launching.diff : Fix Bug:6740246,
mattman
parents: 12066
diff changeset
    55
 AM_CONDITIONAL(CLOCK_INPROCESS, test -n "$CLOCK_COMPILE_INPROCESS")
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    56
@@ -332,7 +326,6 @@ po/Makefile.in
12066
63a1a8f4aa5c 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11456
diff changeset
    57
 applets/Makefile
8382
5340d1f7700f Remove gnome-panel-02-workspace-switcher.diff : #127285, applied upstream.
mattman
parents:
diff changeset
    58
 applets/clock/Makefile
11456
421d96445938 2008-01-15 Damien Carbery <[email protected]>
dcarbery
parents: 10174
diff changeset
    59
 applets/clock/pixmaps/Makefile
8382
5340d1f7700f Remove gnome-panel-02-workspace-switcher.diff : #127285, applied upstream.
mattman
parents:
diff changeset
    60
-applets/fish/Makefile
5340d1f7700f Remove gnome-panel-02-workspace-switcher.diff : #127285, applied upstream.
mattman
parents:
diff changeset
    61
 applets/notification_area/Makefile
5340d1f7700f Remove gnome-panel-02-workspace-switcher.diff : #127285, applied upstream.
mattman
parents:
diff changeset
    62
 applets/wncklet/Makefile
5340d1f7700f Remove gnome-panel-02-workspace-switcher.diff : #127285, applied upstream.
mattman
parents:
diff changeset
    63
 doc/Makefile
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    64
@@ -340,7 +333,6 @@ doc/reference/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    65
 doc/reference/panel-applet/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    66
 help/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    67
 help/clock/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    68
-help/fish/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    69
 man/Makefile
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    70
 ])
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    71
 
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    72
/jds/bin/diff -uprN gnome-panel-2.28.0.old/applets/Makefile.am gnome-panel-2.28.0/applets/Makefile.am
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    73
--- gnome-panel-2.28.0.old/applets/Makefile.am	2009-05-02 02:01:58.000000000 +0100
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    74
+++ gnome-panel-2.28.0/applets/Makefile.am	2009-10-15 15:52:34.875323844 +0100
15852
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    75
@@ -1,6 +1,5 @@
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    76
 SUBDIRS =		\
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    77
 	clock		\
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    78
-	fish		\
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    79
 	notification_area \
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    80
 	wncklet
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    81
 
16774
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    82
/jds/bin/diff -uprN gnome-panel-2.28.0.old/help/Makefile.am gnome-panel-2.28.0/help/Makefile.am
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    83
--- gnome-panel-2.28.0.old/help/Makefile.am	2009-07-01 14:06:23.000000000 +0100
5314a7075ee9 * patches/gnome-panel-02-fish-applet.diff : Remove duplicate
mattman
parents: 16055
diff changeset
    84
+++ gnome-panel-2.28.0/help/Makefile.am	2009-10-15 15:52:34.875929591 +0100
15852
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    85
@@ -1,3 +1,3 @@
16055
5bccf1b9fcf1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15852
diff changeset
    86
-SUBDIRS = clock fish
5bccf1b9fcf1 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15852
diff changeset
    87
+SUBDIRS = clock
15852
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    88
 
a8250f4dc27e * SUNWgnome-panel.spec : Bump gnome-panel to 2.26.2
mattman
parents: 14907
diff changeset
    89
 -include $(top_srcdir)/git.mk