From db59fe952a5361028bea47c0fe03bfbfe76ca7ae Mon Sep 17 00:00:00 2001 From: cieciwa Date: Tue, 3 Jan 2006 10:27:01 +0000 Subject: [PATCH] - updated for 1.3.1. Changed files: aewm-amd64.patch -> 1.3 aewm-xft.patch -> 1.2 --- aewm-amd64.patch | 14 +++----------- aewm-xft.patch | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/aewm-amd64.patch b/aewm-amd64.patch index e324c98..bd8fe6b 100644 --- a/aewm-amd64.patch +++ b/aewm-amd64.patch @@ -9,17 +9,9 @@ diff -ur aewm-1.2.3.orig/clients/Makefile aewm-1.2.3/clients/Makefile -XAWLIBS = -L$(XROOT)/lib -lX11 -lXt -lXaw +X11LIBS = -L$(XROOT)/lib64 -lX11 +XAWLIBS = -L$(XROOT)/lib64 -lX11 -lXt -lXaw - ifdef USE_OLD_GTK - GTKPATH = `gtk-config --cflags` -DUSE_OLD_GTK=$(USE_OLD_GTK) - GTKLIBS = `gtk-config --libs` -Only in aewm-1.2.3/clients: set-gnome-pda -Only in aewm-1.2.3/clients: set-gnome-pda.o -Only in aewm-1.2.3/lib: gnome-pda.o -Only in aewm-1.2.3/lib: parser.o -Only in aewm-1.2.3/src: aewm -Only in aewm-1.2.3/src: client.o -Only in aewm-1.2.3/src: events.o -Only in aewm-1.2.3/src: init.o + GTKPATH = `pkg-config --cflags gtk+-2.0` + GTKLIBS = `pkg-config --libs gtk+-2.0` + diff -ur aewm-1.2.3.orig/src/Makefile aewm-1.2.3/src/Makefile --- aewm-1.2.3.orig/src/Makefile 2004-08-10 19:49:42.027105896 +0200 +++ aewm-1.2.3/src/Makefile 2004-08-10 19:49:54.350232496 +0200 diff --git a/aewm-xft.patch b/aewm-xft.patch index 23633a7..d21f9fc 100644 --- a/aewm-xft.patch +++ b/aewm-xft.patch @@ -8,7 +8,7 @@ diff -ur aewm-1.2.3.orig/src/Makefile aewm-1.2.3/src/Makefile -#DEFINES += -DMWM_HINTS +DEFINES += -DMWM_HINTS - # Uncomment to add freetype support (requires XFree86 4.0.2 or later). + # Uncomment to add Xft support (requires X.Org or XFree86 >= 4.0.2). # This depends on -lXext above, even if you have disabled shape support. -#DEFINES += -DXFT -#EXTRA_INC += `pkg-config --cflags xft` -- 2.44.0