]> git.pld-linux.org Git - packages/AfterStep-APPS.git/blame - as-apps-ascd-configure_and_install_bugfix.patch
- dropped pre-cvs changelog
[packages/AfterStep-APPS.git] / as-apps-ascd-configure_and_install_bugfix.patch
CommitLineData
c0e94383 1diff -Naur AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/Imakefile AfterStep-APPS-991125/ascd-0.12.1/ascd/Imakefile
2--- AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/Imakefile Fri Nov 30 13:20:26 2001
3+++ AfterStep-APPS-991125/ascd-0.12.1/ascd/Imakefile Fri Nov 30 13:24:04 2001
4@@ -28,22 +28,22 @@
5
6 install::
7 @echo "Installing themes..."
8- @cp themes/default.tar $(THEMESDIR)
9- @cp themes/sands.tar $(THEMESDIR)
10- @cp themes/clean.tar $(THEMESDIR)
11- @cp themes/vintage.tar $(THEMESDIR)
12- @cp themes/night.tar $(THEMESDIR)
13- @cd $(THEMESDIR) ; tar xf default.tar
14- @cd $(THEMESDIR) ; tar xf sands.tar
15- @cd $(THEMESDIR) ; tar xf clean.tar
16- @cd $(THEMESDIR) ; tar xf vintage.tar
17- @cd $(THEMESDIR) ; tar xf night.tar
18- @cd $(THEMESDIR) ; rm default.tar
19- @cd $(THEMESDIR) ; rm sands.tar
20- @cd $(THEMESDIR) ; rm clean.tar
21- @cd $(THEMESDIR) ; rm vintage.tar
22- @cd $(THEMESDIR) ; rm night.tar
23- @cd $(THEMESDIR) ; rm .dir
24- @cd $(THEMESDIR) ; /bin/ls -1 > /tmp/.dir
25- @cd $(THEMESDIR) ; cp /tmp/.dir .
26+ @cp themes/default.tar $(DESTDIR)$(THEMESDIR)
27+ @cp themes/sands.tar $(DESTDIR)$(THEMESDIR)
28+ @cp themes/clean.tar $(DESTDIR)$(THEMESDIR)
29+ @cp themes/vintage.tar $(DESTDIR)$(THEMESDIR)
30+ @cp themes/night.tar $(DESTDIR)$(THEMESDIR)
31+ @cd $(DESTDIR)$(THEMESDIR) ; tar xf default.tar
32+ @cd $(DESTDIR)$(THEMESDIR) ; tar xf sands.tar
33+ @cd $(DESTDIR)$(THEMESDIR) ; tar xf clean.tar
34+ @cd $(DESTDIR)$(THEMESDIR) ; tar xf vintage.tar
35+ @cd $(DESTDIR)$(THEMESDIR) ; tar xf night.tar
36+ @cd $(DESTDIR)$(THEMESDIR) ; rm default.tar
37+ @cd $(DESTDIR)$(THEMESDIR) ; rm sands.tar
38+ @cd $(DESTDIR)$(THEMESDIR) ; rm clean.tar
39+ @cd $(DESTDIR)$(THEMESDIR) ; rm vintage.tar
40+ @cd $(DESTDIR)$(THEMESDIR) ; rm night.tar
41+ @cd $(DESTDIR)$(THEMESDIR) ; rm .dir
42+ @cd $(DESTDIR)$(THEMESDIR) ; /bin/ls -1 > /tmp/.dir
43+ @cd $(DESTDIR)$(THEMESDIR) ; cp /tmp/.dir .
44 @echo "Done."
45diff -Naur AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/configure AfterStep-APPS-991125/ascd-0.12.1/ascd/configure
46--- AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/configure Fri Nov 30 13:20:26 2001
47+++ AfterStep-APPS-991125/ascd-0.12.1/ascd/configure Fri Nov 30 13:24:04 2001
48@@ -97,7 +97,7 @@
49 echo "#define CTHDIR /usr/local/share/AScd" >> dirs.h
50 echo "Pixmaps will be installed in /usr/local/share/AScd."
51 ;;
52- *) echo "#define \"$THDIR\"" >> config.h
53+ *) echo "#define THDIR \"$THDIR\"" >> config.h
54 echo "#define CTHDIR $THDIR" >> dirs.h
55 echo "Pixmaps will be installed in $THDIR."
56 ;;
57diff -Naur AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/workman/wm_cdda.h AfterStep-APPS-991125/ascd-0.12.1/ascd/workman/wm_cdda.h
58--- AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/workman/wm_cdda.h Fri Nov 30 13:20:26 2001
59+++ AfterStep-APPS-991125/ascd-0.12.1/ascd/workman/wm_cdda.h Fri Nov 30 13:22:40 2001
60@@ -91,7 +91,6 @@
61 * if there is no support.
62 */
63 #ifdef linux
64-# include <bytesex.h>
65 # include <endian.h>
66 /*
67 * XXX could this be a problem? The results are only 0 and 1 because
68diff -Naur AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/workman/wm_cdda.h.compile AfterStep-APPS-991125/ascd-0.12.1/ascd/workman/wm_cdda.h.compile
69--- AfterStep-APPS-991125/ascd-0.12.1.orig/ascd/workman/wm_cdda.h.compile Thu Jan 1 00:00:00 1970
70+++ AfterStep-APPS-991125/ascd-0.12.1/ascd/workman/wm_cdda.h.compile Sun Feb 14 09:50:46 1999
71@@ -0,0 +1,117 @@
72+#ifndef WM_CDDA_H
73+#define WM_CDDA_H
74+/*
75+ * $Id$
76+ *
77+ * This file is part of WorkMan, the civilized CD player library
78+ * (c) 1991-1997 by Steven Grimm (original author)
79