]> git.pld-linux.org Git - packages/ctwm.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:31 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ctwm-gram.patch -> 1.2
    ctwm-noxpm.patch -> 1.2

ctwm-gram.patch [deleted file]
ctwm-noxpm.patch [deleted file]

diff --git a/ctwm-gram.patch b/ctwm-gram.patch
deleted file mode 100644 (file)
index 66cfe7f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ctwm-3.6/gram.y.orig       Tue Sep 17 00:03:37 2002
-+++ ctwm-3.6/gram.y    Tue Sep 17 00:03:37 2002
-@@ -683,7 +683,7 @@
-               | wingeom_entries wingeom_entry
-               ;
--wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2) }
-+wingeom_entry : string string { AddToList (&Scr->WindowGeometries, $1, $2); }
diff --git a/ctwm-noxpm.patch b/ctwm-noxpm.patch
deleted file mode 100644 (file)
index 824585c..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
---- Imakefile.orig     Tue Sep 17 00:17:10 2002
-+++ Imakefile  Tue Sep 17 00:18:25 2002
-@@ -145,14 +145,6 @@
- NormalLibraryTarget(ctwm, libctwm.o)
- ComplexProgramTarget(ctwm)
- InstallNonExecFile(system.ctwmrc,$(TWMDIR))
--#ifdef XPM
--install:: xpm
--      MakeDir($(DESTDIR)$(LIBDIR)/ctwm/images)
--      @case '${MFLAGS}' in *[i]*) set +e;; esac; \
--      for i in xpm/?* ; do \
--              (set -x; $(INSTALL) -c $(INSTLIBFLAGS) $$i $(DESTDIR)$(LIBDIR)/ctwm/images); \
--      done
--#endif
- gram.h gram.c: gram.y
-       $(YACC) $(YFLAGS) gram.y
This page took 0.07256 seconds and 4 git commands to generate.