]> git.pld-linux.org Git - packages/aewm.git/commitdiff
- updated for 1.3.1.
authorcieciwa <cieciwa@pld-linux.org>
Tue, 3 Jan 2006 10:27:01 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aewm-amd64.patch -> 1.3
    aewm-xft.patch -> 1.2

aewm-amd64.patch
aewm-xft.patch

index e324c985a29bcd67715afd5df5bde98f093860b9..bd8fe6b8ff9d5c850f69216b1320fa71bd5cafb4 100644 (file)
@@ -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
index 23633a79fa2a54d0dfdcd81b8fc7767762304972..d21f9fc6e4f04e73a4b0e7bdc270e8240c837b7b 100644 (file)
@@ -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`
This page took 0.086783 seconds and 4 git commands to generate.