@ -0,0 +1,35 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/a-tui/wmpal/wmpal.cache |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[TIMESTAMP] 1077830825 Thu Feb 26 22:27:05 2004 |
||||
|
[CONFIG-ID] 2.0.0-rc5-x86-pentium2-32-generic-expert |
||||
|
[ROCKVER] 2.0.0-rc5 |
||||
|
|
||||
|
[LOGS] 9-wmpal.log |
||||
|
|
||||
|
[BUILDTIME] 1993 (9) |
||||
|
[SIZE] 0.11 MB, 13 files |
||||
|
|
||||
|
[DEP] 00-dirtree bash binutils bzip2 coreutils diffutils findutils gcc3 |
||||
|
[DEP] glib12 glibc23 grep gtk+12 libdockapp linux24-header make net-tools |
||||
|
[DEP] patch sed sysfiles tar xfree86 |
||||
|
|
||||
@ -0,0 +1,43 @@ |
|||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/a-tui/wmpal/wmpal.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
|
||||
|
[I] WMPal dockapp for the Window Maker window manager |
||||
|
|
||||
|
[T] wmpal is a fucking useless dockapp. Current features are |
||||
|
[T] - 6 pals to choose from at compile-time |
||||
|
[T] - configurable command on click |
||||
|
|
||||
|
[U] http://www.asleep.net/hacking/wmpal/ Wmpal Home Page |
||||
|
|
||||
|
[A] A.Sleep <a.sleep@asleep.net> |
||||
|
[M] Aitor Pérez Iturri <aitor.perez@hispalinux.es> |
||||
|
|
||||
|
[C] extra/windowmanager |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 0.5 |
||||
|
[P] O -----5---9 999.555 |
||||
|
|
||||
|
[D] 0 wmpal-0.5.tar.gz http://us.dl.sourceforge.net/wmpal/ |
||||
|
|
||||
@ -0,0 +1,39 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/a-tui/wmpal/wmpal.patch |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
# |
||||
|
# This patch file is dual-licensed. It is available under the license the |
||||
|
# patched project is licensed under, as long as it is an OpenSource license |
||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms |
||||
|
# of the GNU General Public License as published by the Free Software |
||||
|
# Foundation; either version 2 of the License, or (at your option) any later |
||||
|
# version. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
--- wmpal-0.5/src/Makefile.in.orig 2001-04-20 02:56:43.000000000 +0200
|
||||
|
+++ wmpal-0.5/src/Makefile.in 2004-02-26 22:17:54.000000000 +0100
|
||||
|
@@ -9,6 +9,8 @@
|
||||
|
|
||||
|
LDFLAGS = @LDFLAGS@ |
||||
|
|
||||
|
+LDGTKFLAGS = `gtk-config --libs`
|
||||
|
+
|
||||
|
LIBS = @LIBS@ |
||||
|
|
||||
|
all: wmpal |
||||
|
@@ -28,7 +30,7 @@
|
||||
|
wmpal: $(IFLAGS) |
||||
|
gcc -g -o wmpal wmpal.c $(LIBS) $(CFLAGS) |
||||
|
gcc -DHAVE_CONFIG_H -g xsay.c -g -O2 -Wall $(LDFLAGS) -c xsay.c |
||||
|
- gcc -g -O2 -Wall $(LDFLAGS) -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -o xsay xsay.o
|
||||
|
+ gcc -g -O2 -Wall $(LDFLAGS) $(LDGTKFLAGS) -o xsay xsay.o
|
||||
|
strip wmpal |
||||
|
strip xsay |
||||
|
|
||||