Bug#460768: patch

2008-01-29 Thread Ying-Chun Liu (PaulLiu)

tags 460768 + patch
thanks

Dear all,

I made a patch for transition to gnome2. It seems not hard. :)

The rest is to adjust the Build-Depends field in debian/control. For 
example, depends on libgnomeui-dev instead of libgnome-dev.


Regards,
 Ying-Chun Liu


--
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]
--- canvas.c	2008-01-29 22:35:21.99164 +0800
+++ canvas.c	2008-01-29 22:35:21.99164 +0800
@@ -735,8 +735,8 @@
   };
   dialog = gnome_about_new (_(Glotski), GLOTVER,
 (C) 1999-2000 Martin Hock,
-authors,
 _(Drag the blocks around to reach a goal.),
+authors, NULL, NULL,
 NULL);
   gtk_signal_connect(GTK_OBJECT(dialog),
 			 destroy,
--- Makefile	2008-01-29 22:34:41.992879283 +0800
+++ Makefile	2008-01-29 22:34:41.992879283 +0800
@@ -1,7 +1,7 @@
 CC   = gcc -g -Wall -O5
-LIBS = `gnome-config gnomeui --libs`
+LIBS = `pkg-config libgnomeui-2.0 --libs`
 OBJS = glotski.o equiv.o parse.o canvas.o
-INCLUDE = `gnome-config gnomeui --cflags`
+INCLUDE = `pkg-config libgnomeui-2.0 --cflags`
 all: ${OBJS}
 	${CC} ${OBJS} ${LIBS} -o glotski
 


Bug#460768: patch

2008-01-29 Thread H. S. Teoh
On Tue, Jan 29, 2008 at 10:40:58PM +0800, Ying-Chun Liu (PaulLiu) wrote:
 tags 460768 + patch
 thanks

 Dear all,

 I made a patch for transition to gnome2. It seems not hard. :)

 The rest is to adjust the Build-Depends field in debian/control. For  
 example, depends on libgnomeui-dev instead of libgnome-dev.
[...]

Thanks for the help! I've uploaded the fixed package to the queue.


--T


signature.asc
Description: Digital signature