Package: e16menuedit
Version: 0.1.3-3
Severity: normal
Tags: patch
--- Please enter the report below this line. ---
Changes Makefile to use pkg-config and drop gdk-imlib
Changes viewer.c to drop inclusion of gdk-imlib.h
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.20-15-generic
Debian Release: 4.0
500 feisty-updates de.archive.ubuntu.com
500 feisty-security security.ubuntu.com
500 feisty-proposed archive.ubuntu.com
500 feisty-backports archive.ubuntu.com
500 feisty packages.medibuntu.org
500 feisty de.archive.ubuntu.com
--- Package information. ---
Depends (Version) | Installed
=======================-+-===========
|
diff -Nur -x '*.orig' -x '*~' e16menuedit-0.1.3/Makefile
e16menuedit-0.1.3.new/Makefile
--- e16menuedit-0.1.3/Makefile 2000-04-16 20:40:03.000000000 +0000
+++ e16menuedit-0.1.3.new/Makefile 2008-03-01 23:22:42.000000000 +0000
@@ -12,7 +12,7 @@
LIB_DIRS = \
-L/usr/local/lib -L/usr/X11R6/lib -L/usr/X11/lib -L/usr/dt/lib
LIBS = \
- `gtk-config --libs` -lgdbm -lgdk_imlib
+ `pkg-config --libs gtk+-2.0` -lgdbm
CFLAGS = \
-O -g -D_GNU_SOURCE $(DEVFLAGS)
#CFLAGS = \
@@ -20,7 +20,7 @@
OPTFLAGS = \
-O6 -mpentium -mcpu=pentium -march=pentium -ffast-math -D_GNU_SOURCE
INCLUDES = \
- `gtk-config --cflags` -I..
+ `pkg-config --cflags gtk+-2.0` -I..
BIN = e16menuedit
diff -Nur -x '*.orig' -x '*~' e16menuedit-0.1.3/viewer.c
e16menuedit-0.1.3.new/viewer.c
--- e16menuedit-0.1.3/viewer.c 2000-04-16 20:40:03.000000000 +0000
+++ e16menuedit-0.1.3.new/viewer.c 2008-03-01 23:22:54.000000000 +0000
@@ -1,4 +1,3 @@
-#include <gdk_imlib.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
#include <glib.h>