Patch
- From: Scabies The Putrid <scabies spinxs com>
- To: gtk-devel-list gnome org
- Subject: Patch
- Date: Sun, 1 Jul 2001 18:04:09 -0400
Hello Gtk+ People,
I downloaded the GTK+1.3.6 version an noticed that all the examples
use
gtk-config instead of pkg-config. I changed them all so I could look use
the examples, and I thought you guys might like a patch so here it is. (
Was not sure if I am suppost to send as an attachment...)
Scabies The Putrid
diff -rbu2 gtk+.orig/examples/CVS/Entries gtk+/examples/CVS/Entries
--- gtk+.orig/examples/CVS/Entries Sun Jul 1 17:11:00 2001
+++ gtk+/examples/CVS/Entries Sun Jul 1 16:40:40 2001
@@ -1,44 +1,6 @@
-D/arrow////
-D/aspectframe////
-D/base////
-D/buttonbox////
-D/buttons////
-D/calendar////
-D/clist////
-D/colorsel////
-D/entry////
-D/eventbox////
-D/filesel////
-D/fixed////
-D/frame////
-D/gtkdial////
-D/helloworld////
-D/helloworld2////
-D/label////
-D/list////
-D/menu////
-D/notebook////
-D/packbox////
-D/packer////
-D/paned////
-D/pixmap////
-D/progressbar////
-D/radiobuttons////
-D/rangewidgets////
-D/rulers////
-D/scribble-simple////
-D/scribble-xinput////
-D/scrolledwin////
-D/selection////
-D/spinbutton////
-D/statusbar////
-D/table////
-D/text////
-D/tictactoe////
-D/tree////
-D/wheelbarrow////
-/Makefile/1.4/Sun Jul 1 21:11:00 2001//
-/README.1ST/1.1/Sun Jul 1 21:09:33 2001//
-/extract.awk/1.2/Sun Jul 1 21:09:33 2001//
-/extract.sh/1.2/Sun Jul 1 21:09:33 2001//
-/find-examples.sh/1.1/Sun Jul 1 21:09:33 2001//
+/Makefile/1.4/Sat Nov 13 23:06:36 1999//
+/README.1ST/1.1/Tue Jun 23 11:15:20 1998//
+/extract.awk/1.2/Mon Dec 7 15:18:48 1998//
+/extract.sh/1.2/Mon Dec 7 15:18:50 1998//
+/find-examples.sh/1.1/Wed Apr 8 04:07:01 1998//
+D
Only in gtk+/examples/CVS: Entries.Log
diff -rbu2 gtk+.orig/examples/arrow/CVS/Entries
gtk+/examples/arrow/CVS/Entries
--- gtk+.orig/examples/arrow/CVS/Entries Sun Jul 1 17:11:00 2001
+++ gtk+/examples/arrow/CVS/Entries Sun Jul 1 16:40:41 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/arrow.c/1.1/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:07 2001//
+/Makefile/1.1/Mon Feb 1 10:44:22 1999//
+/arrow.c/1.1/Mon Feb 1 10:44:23 1999//
D
diff -rbu2 gtk+.orig/examples/arrow/Makefile gtk+/examples/arrow/Makefile
--- gtk+.orig/examples/arrow/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/arrow/Makefile Sun Jul 1 17:12:36 2001
@@ -3,5 +3,5 @@
arrow: arrow.c
- $(CC) `gtk-config --cflags` arrow.c -o arrow `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` arrow.c -o arrow `pkg-config
--libs gtk+-2.0`
clean:
Only in gtk+/examples/arrow: arrow
diff -rbu2 gtk+.orig/examples/aspectframe/CVS/Entries
gtk+/examples/aspectframe/CVS/Entries
--- gtk+.orig/examples/aspectframe/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/aspectframe/CVS/Entries Sun Jul 1 16:40:41 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/aspectframe.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:08 2001//
+/Makefile/1.2/Sat Nov 7 16:11:57 1998//
+/aspectframe.c/1.4/Sat Nov 13 23:06:36 1999//
D
diff -rbu2 gtk+.orig/examples/aspectframe/Makefile
gtk+/examples/aspectframe/Makefile
--- gtk+.orig/examples/aspectframe/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/aspectframe/Makefile Sun Jul 1 17:13:21 2001
@@ -3,5 +3,5 @@
aspectframe: aspectframe.c
- $(CC) `gtk-config --cflags` aspectframe.c -o aspectframe
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` aspectframe.c -o aspectframe
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/base/CVS/Entries
gtk+/examples/base/CVS/Entries
--- gtk+.orig/examples/base/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/base/CVS/Entries Sun Jul 1 16:40:41 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/base.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:08 2001//
+/Makefile/1.1/Mon Dec 7 15:18:51 1998//
+/base.c/1.2/Thu Dec 10 17:30:32 1998//
D
diff -rbu2 gtk+.orig/examples/base/Makefile gtk+/examples/base/Makefile
--- gtk+.orig/examples/base/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/base/Makefile Sun Jul 1 17:14:05 2001
@@ -3,5 +3,5 @@
base: base.c
- $(CC) `gtk-config --cflags` base.c -o base `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` base.c -o base `pkg-config
--libs gtk+-2.0`
clean:
Only in gtk+/examples/base: base
diff -rbu2 gtk+.orig/examples/buttonbox/CVS/Entries
gtk+/examples/buttonbox/CVS/Entries
--- gtk+.orig/examples/buttonbox/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/buttonbox/CVS/Entries Sun Jul 1 16:40:41 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/buttonbox.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:09 2001//
+/Makefile/1.1/Mon Feb 1 10:44:31 1999//
+/buttonbox.c/1.2/Sat Nov 13 23:06:37 1999//
D
diff -rbu2 gtk+.orig/examples/buttonbox/Makefile
gtk+/examples/buttonbox/Makefile
--- gtk+.orig/examples/buttonbox/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/buttonbox/Makefile Sun Jul 1 17:14:44 2001
@@ -3,5 +3,5 @@
buttonbox: buttonbox.c
- $(CC) `gtk-config --cflags` buttonbox.c -o buttonbox `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` buttonbox.c -o buttonbox
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/buttons/CVS/Entries
gtk+/examples/buttons/CVS/Entries
--- gtk+.orig/examples/buttons/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/buttons/CVS/Entries Sun Jul 1 16:40:42 2001
@@ -1,5 +1,5 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/buttons.c/1.5/Sun Jul 1 21:09:33 2001//
-/info.xpm/1.1/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:09 2001//
+/Makefile/1.2/Sat Nov 7 16:11:58 1998//
+/buttons.c/1.5/Sat Nov 13 23:06:37 1999//
+/info.xpm/1.1/Sat Mar 28 01:01:48 1998//
D
diff -rbu2 gtk+.orig/examples/buttons/Makefile
gtk+/examples/buttons/Makefile
--- gtk+.orig/examples/buttons/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/buttons/Makefile Sun Jul 1 17:15:58 2001
@@ -3,5 +3,5 @@
buttons: buttons.c
- $(CC) `gtk-config --cflags` buttons.c -o buttons `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` buttons.c -o buttons
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/calendar/CVS/Entries
gtk+/examples/calendar/CVS/Entries
--- gtk+.orig/examples/calendar/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/calendar/CVS/Entries Sun Jul 1 16:40:43 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/calendar.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:10 2001//
+/Makefile/1.3/Wed Feb 23 10:59:21 2000//
+/calendar.c/1.2/Wed Feb 23 10:59:21 2000//
D
diff -rbu2 gtk+.orig/examples/calendar/Makefile
gtk+/examples/calendar/Makefile
--- gtk+.orig/examples/calendar/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/calendar/Makefile Sun Jul 1 17:16:39 2001
@@ -3,5 +3,5 @@
calendar: calendar.c
- $(CC) `gtk-config --cflags` calendar.c -o calendar `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` calendar.c -o calendar
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/clist/CVS/Entries
gtk+/examples/clist/CVS/Entries
--- gtk+.orig/examples/clist/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/clist/CVS/Entries Sun Jul 1 16:40:44 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/clist.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:11 2001//
+/Makefile/1.2/Sat Nov 7 16:12:01 1998//
+/clist.c/1.6/Sat Apr 10 12:55:24 1999//
D
diff -rbu2 gtk+.orig/examples/clist/Makefile gtk+/examples/clist/Makefile
--- gtk+.orig/examples/clist/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/clist/Makefile Sun Jul 1 17:17:14 2001
@@ -3,5 +3,5 @@
clist: clist.c
- $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` clist.c -o clist `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/entry/CVS/Entries
gtk+/examples/entry/CVS/Entries
--- gtk+.orig/examples/entry/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/entry/CVS/Entries Sun Jul 1 16:40:45 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/entry.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:12 2001//
+/Makefile/1.2/Sat Nov 7 16:12:02 1998//
+/entry.c/1.4/Sat Nov 13 23:06:37 1999//
D
diff -rbu2 gtk+.orig/examples/entry/Makefile gtk+/examples/entry/Makefile
--- gtk+.orig/examples/entry/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/entry/Makefile Sun Jul 1 17:18:34 2001
@@ -3,5 +3,5 @@
entry: entry.c
- $(CC) `gtk-config --cflags` entry.c -o entry `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` entry.c -o entry `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/eventbox/CVS/Entries
gtk+/examples/eventbox/CVS/Entries
--- gtk+.orig/examples/eventbox/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/eventbox/CVS/Entries Sun Jul 1 16:40:45 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/eventbox.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:13 2001//
+/Makefile/1.2/Sat Nov 7 16:12:03 1998//
+/eventbox.c/1.4/Sat Nov 13 23:06:37 1999//
D
diff -rbu2 gtk+.orig/examples/eventbox/Makefile
gtk+/examples/eventbox/Makefile
--- gtk+.orig/examples/eventbox/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/eventbox/Makefile Sun Jul 1 17:20:21 2001
@@ -3,5 +3,5 @@
eventbox: eventbox.c
- $(CC) `gtk-config --cflags` eventbox.c -o eventbox `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` eventbox.c -o eventbox
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/filesel/CVS/Entries
gtk+/examples/filesel/CVS/Entries
--- gtk+.orig/examples/filesel/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/filesel/CVS/Entries Sun Jul 1 16:40:45 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/filesel.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:13 2001//
+/Makefile/1.3/Sat Nov 7 16:12:04 1998//
+/filesel.c/1.4/Sat Nov 13 23:06:38 1999//
D
diff -rbu2 gtk+.orig/examples/filesel/Makefile
gtk+/examples/filesel/Makefile
--- gtk+.orig/examples/filesel/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/filesel/Makefile Sun Jul 1 17:20:57 2001
@@ -3,5 +3,5 @@
filesel: filesel.c
- $(CC) `gtk-config --cflags` filesel.c -o filesel `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` filesel.c -o filesel
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/fixed/CVS/Entries
gtk+/examples/fixed/CVS/Entries
--- gtk+.orig/examples/fixed/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/fixed/CVS/Entries Sun Jul 1 16:40:46 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/fixed.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:14 2001//
+/Makefile/1.1/Fri Jan 29 09:53:13 1999//
+/fixed.c/1.2/Sat Nov 13 23:06:38 1999//
D
diff -rbu2 gtk+.orig/examples/fixed/Makefile gtk+/examples/fixed/Makefile
--- gtk+.orig/examples/fixed/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/fixed/Makefile Sun Jul 1 17:21:22 2001
@@ -3,5 +3,5 @@
fixed: fixed.c
- $(CC) `gtk-config --cflags` fixed.c -o fixed `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` fixed.c -o fixed `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/frame/CVS/Entries
gtk+/examples/frame/CVS/Entries
--- gtk+.orig/examples/frame/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/frame/CVS/Entries Sun Jul 1 16:40:46 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/frame.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:14 2001//
+/Makefile/1.1/Fri Jan 29 09:53:14 1999//
+/frame.c/1.2/Sat Nov 13 23:06:38 1999//
D
diff -rbu2 gtk+.orig/examples/frame/Makefile gtk+/examples/frame/Makefile
--- gtk+.orig/examples/frame/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/frame/Makefile Sun Jul 1 17:24:28 2001
@@ -3,5 +3,5 @@
frame: frame.c
- $(CC) `gtk-config --cflags` frame.c -o frame `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` frame.c -o frame `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/gtkdial/CVS/Entries
gtk+/examples/gtkdial/CVS/Entries
--- gtk+.orig/examples/gtkdial/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/gtkdial/CVS/Entries Sun Jul 1 16:40:48 2001
@@ -1,6 +1,6 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.4/Sun Jul 1 21:09:33 2001//
-/dial_test.c/1.1/Sun Jul 1 21:09:33 2001//
-/gtkdial.c/1.5/Sun Jul 1 21:09:33 2001//
-/gtkdial.h/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:15 2001//
+/Makefile/1.4/Sat Nov 7 16:12:06 1998//
+/dial_test.c/1.1/Mon Mar 23 06:36:08 1998//
+/gtkdial.c/1.5/Sat Nov 13 23:06:38 1999//
+/gtkdial.h/1.4/Sat Nov 13 23:06:38 1999//
D
diff -rbu2 gtk+.orig/examples/gtkdial/Makefile
gtk+/examples/gtkdial/Makefile
--- gtk+.orig/examples/gtkdial/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/gtkdial/Makefile Sun Jul 1 17:25:37 2001
@@ -3,11 +3,11 @@
dial_test: gtkdial.o dial_test.o
- $(CC) dial_test.o gtkdial.o -o dial_test `gtk-config --libs`
+ $(CC) dial_test.o gtkdial.o -o dial_test `pkg-config --libs
gtk+-2.0`
dial_test.o: dial_test.c gtkdial.h
- $(CC) `gtk-config --cflags` -c dial_test.c -o dial_test.o
+ $(CC) `pkg-config --cflags gtk+-2.0` -c dial_test.c -o dial_test.o
gtkdial.o: gtkdial.c gtkdial.h
- $(CC) `gtk-config --cflags` -c gtkdial.c -o gtkdial.o
+ $(CC) `pkg-config --cflags gtk+-2.0` -c gtkdial.c -o gtkdial.o
clean:
diff -rbu2 gtk+.orig/examples/helloworld/CVS/Entries
gtk+/examples/helloworld/CVS/Entries
--- gtk+.orig/examples/helloworld/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/helloworld/CVS/Entries Sun Jul 1 16:40:49 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/helloworld.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:15 2001//
+/Makefile/1.3/Sat Nov 7 16:12:07 1998//
+/helloworld.c/1.6/Sat Nov 13 23:06:38 1999//
D
diff -rbu2 gtk+.orig/examples/helloworld/Makefile
gtk+/examples/helloworld/Makefile
--- gtk+.orig/examples/helloworld/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/helloworld/Makefile Sun Jul 1 17:26:09 2001
@@ -3,5 +3,5 @@
helloworld: helloworld.c
- $(CC) `gtk-config --cflags` helloworld.c -o helloworld
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` helloworld.c -o helloworld
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/helloworld2/CVS/Entries
gtk+/examples/helloworld2/CVS/Entries
--- gtk+.orig/examples/helloworld2/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/helloworld2/CVS/Entries Sun Jul 1 16:40:49 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/helloworld2.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:16 2001//
+/Makefile/1.3/Sat Nov 7 16:12:09 1998//
+/helloworld2.c/1.6/Sat Nov 13 23:06:39 1999//
D
diff -rbu2 gtk+.orig/examples/helloworld2/Makefile
gtk+/examples/helloworld2/Makefile
--- gtk+.orig/examples/helloworld2/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/helloworld2/Makefile Sun Jul 1 17:26:40 2001
@@ -3,5 +3,5 @@
helloworld2: helloworld2.c
- $(CC) `gtk-config --cflags` helloworld2.c -o helloworld2
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` helloworld2.c -o helloworld2
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/label/CVS/Entries
gtk+/examples/label/CVS/Entries
--- gtk+.orig/examples/label/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/label/CVS/Entries Sun Jul 1 16:40:50 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/label.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:19 2001//
+/Makefile/1.1/Mon Feb 1 10:44:34 1999//
+/label.c/1.2/Sat Nov 13 23:06:39 1999//
D
diff -rbu2 gtk+.orig/examples/label/Makefile gtk+/examples/label/Makefile
--- gtk+.orig/examples/label/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/label/Makefile Sun Jul 1 17:27:07 2001
@@ -3,5 +3,5 @@
label: label.c
- $(CC) `gtk-config --cflags` label.c -o label `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` label.c -o label `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/list/CVS/Entries
gtk+/examples/list/CVS/Entries
--- gtk+.orig/examples/list/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/list/CVS/Entries Sun Jul 1 16:40:51 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/list.c/1.5/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:19 2001//
+/Makefile/1.2/Sat Nov 7 16:12:10 1998//
+/list.c/1.5/Sat Nov 13 23:06:41 1999//
D
diff -rbu2 gtk+.orig/examples/list/Makefile gtk+/examples/list/Makefile
--- gtk+.orig/examples/list/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/list/Makefile Sun Jul 1 17:27:36 2001
@@ -3,5 +3,5 @@
list: list.c
- $(CC) `gtk-config --cflags` list.c -o list `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` list.c -o list `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/menu/CVS/Entries
gtk+/examples/menu/CVS/Entries
--- gtk+.orig/examples/menu/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/menu/CVS/Entries Sun Jul 1 16:40:52 2001
@@ -1,5 +1,5 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.4/Sun Jul 1 21:09:33 2001//
-/itemfactory.c/1.2/Sun Jul 1 21:09:33 2001//
-/menu.c/1.3/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:20 2001//
+/Makefile/1.4/Thu Jan 28 10:35:00 1999//
+/itemfactory.c/1.2/Sat Nov 13 23:06:41 1999//
+/menu.c/1.3/Sat Nov 13 23:06:41 1999//
D
diff -rbu2 gtk+.orig/examples/menu/Makefile gtk+/examples/menu/Makefile
--- gtk+.orig/examples/menu/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/menu/Makefile Sun Jul 1 17:28:37 2001
@@ -5,8 +5,8 @@
menu: menu.c
- $(CC) `gtk-config --cflags` menu.c -o menu `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` menu.c -o menu `pkg-config
--libs gtk+-2.0`
itemfactory: itemfactory.c
- $(CC) `gtk-config --cflags` itemfactory.c -o itemfactory
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` itemfactory.c -o itemfactory
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/notebook/CVS/Entries
gtk+/examples/notebook/CVS/Entries
--- gtk+.orig/examples/notebook/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/notebook/CVS/Entries Sun Jul 1 16:40:53 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/notebook.c/1.7/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:21 2001//
+/Makefile/1.2/Sat Nov 7 16:12:12 1998//
+/notebook.c/1.7/Sat Nov 13 23:06:42 1999//
D
diff -rbu2 gtk+.orig/examples/notebook/Makefile
gtk+/examples/notebook/Makefile
--- gtk+.orig/examples/notebook/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/notebook/Makefile Sun Jul 1 17:29:03 2001
@@ -3,5 +3,5 @@
notebook: notebook.c
- $(CC) `gtk-config --cflags` notebook.c -o notebook `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` notebook.c -o notebook
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/packbox/CVS/Entries
gtk+/examples/packbox/CVS/Entries
--- gtk+.orig/examples/packbox/CVS/Entries Sun Jul 1 17:11:28 2001
+++ gtk+/examples/packbox/CVS/Entries Sun Jul 1 16:40:54 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/packbox.c/1.7/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:11:28 2001//
+/.cvsignore/1.1/Mon May 7 22:05:21 2001//
+/Makefile/1.2/Sat Nov 7 16:12:14 1998//
+/packbox.c/1.7/Sat Nov 13 23:06:42 1999//
D
diff -rbu2 gtk+.orig/examples/packbox/Makefile
gtk+/examples/packbox/Makefile
--- gtk+.orig/examples/packbox/Makefile Sun Jul 1 17:11:28 2001
+++ gtk+/examples/packbox/Makefile Sun Jul 1 17:00:40 2001
@@ -3,5 +3,5 @@
packbox: packbox.c
- $(CC) `gtk-config --cflags` packbox.c -o packbox `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` packbox.c -o packbox
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/packer/CVS/Entries
gtk+/examples/packer/CVS/Entries
--- gtk+.orig/examples/packer/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/packer/CVS/Entries Sun Jul 1 16:40:56 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/pack.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:21 2001//
+/Makefile/1.3/Thu Dec 10 17:30:46 1998//
+/pack.c/1.4/Fri Feb 2 22:19:29 2001//
D
diff -rbu2 gtk+.orig/examples/packer/Makefile gtk+/examples/packer/Makefile
--- gtk+.orig/examples/packer/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/packer/Makefile Sun Jul 1 17:29:59 2001
@@ -3,5 +3,5 @@
packer: pack.c
- $(CC) `gtk-config --cflags` pack.c -o packer `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` pack.c -o packer `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/paned/CVS/Entries
gtk+/examples/paned/CVS/Entries
--- gtk+.orig/examples/paned/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/paned/CVS/Entries Sun Jul 1 16:40:56 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/paned.c/1.5/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:22 2001//
+/Makefile/1.2/Sat Nov 7 16:12:16 1998//
+/paned.c/1.5/Sat Nov 13 23:06:42 1999//
D
diff -rbu2 gtk+.orig/examples/paned/Makefile gtk+/examples/paned/Makefile
--- gtk+.orig/examples/paned/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/paned/Makefile Sun Jul 1 17:38:20 2001
@@ -3,5 +3,5 @@
paned: paned.c
- $(CC) `gtk-config --cflags` paned.c -o paned `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` paned.c -o paned `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/pixmap/CVS/Entries
gtk+/examples/pixmap/CVS/Entries
--- gtk+.orig/examples/pixmap/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/pixmap/CVS/Entries Sun Jul 1 16:40:57 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/pixmap.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:22 2001//
+/Makefile/1.2/Sat Nov 7 16:12:18 1998//
+/pixmap.c/1.6/Sat Nov 13 23:06:43 1999//
D
diff -rbu2 gtk+.orig/examples/pixmap/Makefile gtk+/examples/pixmap/Makefile
--- gtk+.orig/examples/pixmap/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/pixmap/Makefile Sun Jul 1 17:37:57 2001
@@ -3,5 +3,5 @@
pixmap: pixmap.c
- $(CC) `gtk-config --cflags` pixmap.c -o pixmap `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` pixmap.c -o pixmap
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/progressbar/CVS/Entries
gtk+/examples/progressbar/CVS/Entries
--- gtk+.orig/examples/progressbar/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/progressbar/CVS/Entries Sun Jul 1 16:40:58 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/progressbar.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:23 2001//
+/Makefile/1.2/Sat Nov 7 16:12:19 1998//
+/progressbar.c/1.6/Sat Nov 13 23:06:43 1999//
D
diff -rbu2 gtk+.orig/examples/progressbar/Makefile
gtk+/examples/progressbar/Makefile
--- gtk+.orig/examples/progressbar/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/progressbar/Makefile Sun Jul 1 17:37:30 2001
@@ -3,5 +3,5 @@
progressbar: progressbar.c
- $(CC) `gtk-config --cflags` progressbar.c -o progressbar
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` progressbar.c -o progressbar
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/radiobuttons/CVS/Entries
gtk+/examples/radiobuttons/CVS/Entries
--- gtk+.orig/examples/radiobuttons/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/radiobuttons/CVS/Entries Sun Jul 1 16:40:58 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/radiobuttons.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:24 2001//
+/Makefile/1.2/Sat Nov 7 16:12:20 1998//
+/radiobuttons.c/1.6/Sat Nov 13 23:06:43 1999//
D
diff -rbu2 gtk+.orig/examples/radiobuttons/Makefile
gtk+/examples/radiobuttons/Makefile
--- gtk+.orig/examples/radiobuttons/Makefile Sun Jul 1 17:09:33
2001
+++ gtk+/examples/radiobuttons/Makefile Sun Jul 1 17:37:05 2001
@@ -3,5 +3,5 @@
radiobuttons: radiobuttons.c
- $(CC) `gtk-config --cflags` radiobuttons.c -o radiobuttons
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` radiobuttons.c -o
radiobuttons `pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/rangewidgets/CVS/Entries
gtk+/examples/rangewidgets/CVS/Entries
--- gtk+.orig/examples/rangewidgets/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/rangewidgets/CVS/Entries Sun Jul 1 16:40:59 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/rangewidgets.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:25 2001//
+/Makefile/1.2/Sat Nov 7 16:12:21 1998//
+/rangewidgets.c/1.4/Sat Nov 13 23:06:43 1999//
D
diff -rbu2 gtk+.orig/examples/rangewidgets/Makefile
gtk+/examples/rangewidgets/Makefile
--- gtk+.orig/examples/rangewidgets/Makefile Sun Jul 1 17:09:33
2001
+++ gtk+/examples/rangewidgets/Makefile Sun Jul 1 17:36:39 2001
@@ -3,5 +3,5 @@
rangewidgets: rangewidgets.c
- $(CC) `gtk-config --cflags` rangewidgets.c -o rangewidgets
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` rangewidgets.c -o
rangewidgets `pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/rulers/CVS/Entries
gtk+/examples/rulers/CVS/Entries
--- gtk+.orig/examples/rulers/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/rulers/CVS/Entries Sun Jul 1 16:41:00 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/rulers.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:25 2001//
+/Makefile/1.2/Sat Nov 7 16:12:23 1998//
+/rulers.c/1.6/Sat Nov 13 23:06:43 1999//
D
diff -rbu2 gtk+.orig/examples/rulers/Makefile gtk+/examples/rulers/Makefile
--- gtk+.orig/examples/rulers/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/rulers/Makefile Sun Jul 1 17:36:10 2001
@@ -3,5 +3,5 @@
rulers: rulers.c
- $(CC) `gtk-config --cflags` rulers.c -o rulers `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` rulers.c -o rulers
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/scribble-simple/CVS/Entries
gtk+/examples/scribble-simple/CVS/Entries
--- gtk+.orig/examples/scribble-simple/CVS/Entries Sun Jul 1
17:11:01 2001
+++ gtk+/examples/scribble-simple/CVS/Entries Sun Jul 1 16:41:00
2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.3/Sun Jul 1 21:09:33 2001//
-/scribble-simple.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:26 2001//
+/Makefile/1.3/Sat Nov 7 16:12:24 1998//
+/scribble-simple.c/1.4/Sat Nov 13 23:06:44 1999//
D
diff -rbu2 gtk+.orig/examples/scribble-simple/Makefile
gtk+/examples/scribble-simple/Makefile
--- gtk+.orig/examples/scribble-simple/Makefile Sun Jul 1 17:09:33
2001
+++ gtk+/examples/scribble-simple/Makefile Sun Jul 1 17:35:48 2001
@@ -3,5 +3,5 @@
scribble-simple: scribble-simple.c
- $(CC) `gtk-config --cflags` scribble-simple.c -o scribble-simple
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` scribble-simple.c -o
scribble-simple `pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/scribble-xinput/CVS/Entries
gtk+/examples/scribble-xinput/CVS/Entries
--- gtk+.orig/examples/scribble-xinput/CVS/Entries Sun Jul 1
17:11:01 2001
+++ gtk+/examples/scribble-xinput/CVS/Entries Sun Jul 1 16:41:01
2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/scribble-xinput.c/1.2/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:27 2001//
+/Makefile/1.2/Sat Nov 13 23:06:44 1999//
+/scribble-xinput.c/1.2/Sat Nov 13 23:06:44 1999//
D
diff -rbu2 gtk+.orig/examples/scribble-xinput/Makefile
gtk+/examples/scribble-xinput/Makefile
--- gtk+.orig/examples/scribble-xinput/Makefile Sun Jul 1 17:09:33
2001
+++ gtk+/examples/scribble-xinput/Makefile Sun Jul 1 17:35:18 2001
@@ -3,5 +3,5 @@
scribble-xinput: scribble-xinput.c
- $(CC) `gtk-config --cflags` scribble-xinput.c -o scribble-xinput
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` scribble-xinput.c -o
scribble-xinput `pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/scrolledwin/CVS/Entries
gtk+/examples/scrolledwin/CVS/Entries
--- gtk+.orig/examples/scrolledwin/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/scrolledwin/CVS/Entries Sun Jul 1 16:41:02 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/scrolledwin.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:27 2001//
+/Makefile/1.2/Sat Nov 7 16:12:25 1998//
+/scrolledwin.c/1.6/Sat Nov 13 23:06:44 1999//
D
diff -rbu2 gtk+.orig/examples/scrolledwin/Makefile
gtk+/examples/scrolledwin/Makefile
--- gtk+.orig/examples/scrolledwin/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/scrolledwin/Makefile Sun Jul 1 17:34:44 2001
@@ -3,5 +3,5 @@
scrolledwin: scrolledwin.c
- $(CC) `gtk-config --cflags` scrolledwin.c -o scrolledwin
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` scrolledwin.c -o scrolledwin
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/selection/CVS/Entries
gtk+/examples/selection/CVS/Entries
--- gtk+.orig/examples/selection/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/selection/CVS/Entries Sun Jul 1 16:41:03 2001
@@ -1,5 +1,5 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/gettargets.c/1.4/Sun Jul 1 21:09:33 2001//
-/setselection.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:28 2001//
+/Makefile/1.2/Sat Nov 7 16:12:27 1998//
+/gettargets.c/1.4/Sat Nov 13 23:06:44 1999//
+/setselection.c/1.4/Sat Nov 13 23:06:44 1999//
D
diff -rbu2 gtk+.orig/examples/selection/Makefile
gtk+/examples/selection/Makefile
--- gtk+.orig/examples/selection/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/selection/Makefile Sun Jul 1 17:34:09 2001
@@ -5,8 +5,8 @@
gettargets: gettargets.c
- $(CC) `gtk-config --cflags` gettargets.c -o gettargets `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` gettargets.c -o gettargets
`pkg-config --libs gtk+-2.0`
setselection: setselection.c
- $(CC) `gtk-config --cflags` setselection.c -o setselection
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` setselection.c -o
setselection `pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/spinbutton/CVS/Entries
gtk+/examples/spinbutton/CVS/Entries
--- gtk+.orig/examples/spinbutton/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/spinbutton/CVS/Entries Sun Jul 1 16:41:04 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.1/Sun Jul 1 21:09:33 2001//
-/spinbutton.c/1.1/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:29 2001//
+/Makefile/1.1/Tue Feb 2 10:12:52 1999//
+/spinbutton.c/1.1/Tue Feb 2 10:12:52 1999//
D
diff -rbu2 gtk+.orig/examples/spinbutton/Makefile
gtk+/examples/spinbutton/Makefile
--- gtk+.orig/examples/spinbutton/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/spinbutton/Makefile Sun Jul 1 17:33:15 2001
@@ -3,5 +3,5 @@
spinbutton: spinbutton.c
- $(CC) `gtk-config --cflags` spinbutton.c -o spinbutton
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` spinbutton.c -o spinbutton
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/statusbar/CVS/Entries
gtk+/examples/statusbar/CVS/Entries
--- gtk+.orig/examples/statusbar/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/statusbar/CVS/Entries Sun Jul 1 16:41:04 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/statusbar.c/1.5/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:29 2001//
+/Makefile/1.2/Sat Nov 7 16:12:28 1998//
+/statusbar.c/1.5/Sat Nov 13 23:06:45 1999//
D
diff -rbu2 gtk+.orig/examples/statusbar/Makefile
gtk+/examples/statusbar/Makefile
--- gtk+.orig/examples/statusbar/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/statusbar/Makefile Sun Jul 1 17:32:50 2001
@@ -3,5 +3,5 @@
statusbar: statusbar.c
- $(CC) `gtk-config --cflags` statusbar.c -o statusbar `gtk-config
--libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` statusbar.c -o statusbar
`pkg-config --libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/table/CVS/Entries
gtk+/examples/table/CVS/Entries
--- gtk+.orig/examples/table/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/table/CVS/Entries Sun Jul 1 16:41:04 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/table.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:30 2001//
+/Makefile/1.2/Sat Nov 7 16:12:29 1998//
+/table.c/1.6/Sat Nov 13 23:06:45 1999//
D
diff -rbu2 gtk+.orig/examples/table/Makefile gtk+/examples/table/Makefile
--- gtk+.orig/examples/table/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/table/Makefile Sun Jul 1 17:32:24 2001
@@ -3,5 +3,5 @@
table: table.c
- $(CC) `gtk-config --cflags` table.c -o table `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` table.c -o table `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/text/CVS/Entries
gtk+/examples/text/CVS/Entries
--- gtk+.orig/examples/text/CVS/Entries Sun Jul 1 17:11:29 2001
+++ gtk+/examples/text/CVS/Entries Sun Jul 1 16:41:05 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/text.c/1.3/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:11:28 2001//
+/.cvsignore/1.1/Mon May 7 22:05:31 2001//
+/Makefile/1.2/Sat Nov 7 16:12:30 1998//
+/text.c/1.3/Sat Nov 13 23:06:45 1999//
D
diff -rbu2 gtk+.orig/examples/text/Makefile gtk+/examples/text/Makefile
--- gtk+.orig/examples/text/Makefile Sun Jul 1 17:11:28 2001
+++ gtk+/examples/text/Makefile Sun Jul 1 16:58:43 2001
@@ -3,5 +3,5 @@
text: text.c
- $(CC) `gtk-config --cflags` text.c -o text `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` text.c -o text `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/tictactoe/CVS/Entries
gtk+/examples/tictactoe/CVS/Entries
--- gtk+.orig/examples/tictactoe/CVS/Entries Sun Jul 1 17:11:01
2001
+++ gtk+/examples/tictactoe/CVS/Entries Sun Jul 1 16:41:06 2001
@@ -1,6 +1,6 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.4/Sun Jul 1 21:09:33 2001//
-/tictactoe.c/1.5/Sun Jul 1 21:09:33 2001//
-/tictactoe.h/1.3/Sun Jul 1 21:09:33 2001//
-/ttt_test.c/1.4/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:31 2001//
+/Makefile/1.4/Sat Nov 7 16:12:31 1998//
+/tictactoe.c/1.5/Sat Nov 13 23:06:45 1999//
+/tictactoe.h/1.3/Thu Dec 10 17:31:01 1998//
+/ttt_test.c/1.4/Sat Nov 13 23:06:45 1999//
D
diff -rbu2 gtk+.orig/examples/tictactoe/Makefile
gtk+/examples/tictactoe/Makefile
--- gtk+.orig/examples/tictactoe/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/tictactoe/Makefile Sun Jul 1 17:31:52 2001
@@ -3,11 +3,11 @@
ttt_test: tictactoe.o ttt_test.o
- $(CC) ttt_test.o tictactoe.o -o ttt_test `gtk-config --libs`
+ $(CC) ttt_test.o tictactoe.o -o ttt_test `pkg-config --libs
gtk+-2.0`
ttt_test.o: ttt_test.c tictactoe.h
- $(CC) `gtk-config --cflags` -c ttt_test.c -o ttt_test.o
+ $(CC) `pkg-config --cflags gtk+-2.0` -c ttt_test.c -o ttt_test.o
tictactoe.o: tictactoe.c tictactoe.h
- $(CC) `gtk-config --cflags` -c tictactoe.c -o tictactoe.o
+ $(CC) `pkg-config --cflags gtk+-2.0` -c tictactoe.c -o tictactoe.o
clean:
diff -rbu2 gtk+.orig/examples/tree/CVS/Entries
gtk+/examples/tree/CVS/Entries
--- gtk+.orig/examples/tree/CVS/Entries Sun Jul 1 17:11:01 2001
+++ gtk+/examples/tree/CVS/Entries Sun Jul 1 16:41:07 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/tree.c/1.5/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:32 2001//
+/Makefile/1.2/Sat Nov 7 16:12:33 1998//
+/tree.c/1.5/Sat Nov 13 23:06:46 1999//
D
diff -rbu2 gtk+.orig/examples/tree/Makefile gtk+/examples/tree/Makefile
--- gtk+.orig/examples/tree/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/tree/Makefile Sun Jul 1 17:31:03 2001
@@ -3,5 +3,5 @@
tree: tree.c
- $(CC) `gtk-config --cflags` tree.c -o tree `gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` tree.c -o tree `pkg-config
--libs gtk+-2.0`
clean:
diff -rbu2 gtk+.orig/examples/wheelbarrow/CVS/Entries
gtk+/examples/wheelbarrow/CVS/Entries
--- gtk+.orig/examples/wheelbarrow/CVS/Entries Sun Jul 1 17:11:02
2001
+++ gtk+/examples/wheelbarrow/CVS/Entries Sun Jul 1 16:41:08 2001
@@ -1,4 +1,4 @@
-/.cvsignore/1.1/Sun Jul 1 21:09:33 2001//
-/Makefile/1.2/Sun Jul 1 21:09:33 2001//
-/wheelbarrow.c/1.6/Sun Jul 1 21:09:33 2001//
+/.cvsignore/1.1/Mon May 7 22:05:32 2001//
+/Makefile/1.2/Sat Nov 7 16:12:34 1998//
+/wheelbarrow.c/1.6/Sat Nov 13 23:06:46 1999//
D
diff -rbu2 gtk+.orig/examples/wheelbarrow/Makefile
gtk+/examples/wheelbarrow/Makefile
--- gtk+.orig/examples/wheelbarrow/Makefile Sun Jul 1 17:09:33 2001
+++ gtk+/examples/wheelbarrow/Makefile Sun Jul 1 17:30:30 2001
@@ -3,5 +3,5 @@
wheelbarrow: wheelbarrow.c
- $(CC) `gtk-config --cflags` wheelbarrow.c -o wheelbarrow
`gtk-config --libs`
+ $(CC) `pkg-config --cflags gtk+-2.0` wheelbarrow.c -o wheelbarrow
`pkg-config --libs gtk+-2.0`
clean:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]