diff options
author | Jim Mock <jim@FreeBSD.org> | 1999-08-13 06:46:25 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 1999-08-13 06:46:25 +0000 |
commit | 07494a35f4220d748f5908a42f28ab770d158627 (patch) | |
tree | 128abfe5dedf4dc88625689c3515f801631d97be /audio/ascd/files | |
parent | 3bbea6905b9498bd62e6c49ca7dbf5195582a5f8 (diff) |
Notes
Diffstat (limited to 'audio/ascd/files')
-rw-r--r-- | audio/ascd/files/install | 14 | ||||
-rw-r--r-- | audio/ascd/files/patch-aa | 4 | ||||
-rw-r--r-- | audio/ascd/files/patch-ab | 4 | ||||
-rw-r--r-- | audio/ascd/files/patch-ae | 28 |
4 files changed, 23 insertions, 27 deletions
diff --git a/audio/ascd/files/install b/audio/ascd/files/install new file mode 100644 index 000000000000..57180c5033de --- /dev/null +++ b/audio/ascd/files/install @@ -0,0 +1,14 @@ +echo "AScd additionnal themes installation" +echo + +echo "Copying themes tar archives" +cp ./themes.tar /usr/X11R6/share/ascd/Themes +cd /usr/X11R6/share/ascd/Themes + +echo "Untarring" +tar xf themes.tar + +echo "Cleaning up" +rm -f themes.tar + +echo "Done." diff --git a/audio/ascd/files/patch-aa b/audio/ascd/files/patch-aa index cfbe02066ad6..7597ba9aeb4f 100644 --- a/audio/ascd/files/patch-aa +++ b/audio/ascd/files/patch-aa @@ -1,5 +1,5 @@ ---- ascd/misc/config.h.default.orig Thu Apr 22 20:21:56 1999 -+++ ascd/misc/config.h.default Thu Apr 22 20:22:21 1999 +--- misc/config.h.default.orig Sun Aug 8 21:23:05 1999 ++++ misc/config.h.default Sun Aug 8 21:23:38 1999 @@ -1,5 +1,5 @@ #define PACKAGE "ascd" #define DEFAULT_COLOR "#2FAFAF" diff --git a/audio/ascd/files/patch-ab b/audio/ascd/files/patch-ab index d86b23ab7386..ba7c495c4e3e 100644 --- a/audio/ascd/files/patch-ab +++ b/audio/ascd/files/patch-ab @@ -1,5 +1,5 @@ ---- ascd/misc/dirs.h.default.orig Thu Apr 22 20:22:02 1999 -+++ ascd/misc/dirs.h.default Thu Apr 22 20:22:47 1999 +--- misc/dirs.h.default.orig Sun Aug 8 21:23:13 1999 ++++ misc/dirs.h.default Sun Aug 8 21:23:56 1999 @@ -1,3 +1,3 @@ -#define CBINDIR /usr/local/bin -#define CMANDIR /usr/local/man/man1 diff --git a/audio/ascd/files/patch-ae b/audio/ascd/files/patch-ae index 39bec8103eb1..1f2aabe2b751 100644 --- a/audio/ascd/files/patch-ae +++ b/audio/ascd/files/patch-ae @@ -1,29 +1,11 @@ ---- ascd/Imakefile.orig Tue May 4 20:24:25 1999 -+++ ascd/Imakefile Tue May 4 20:26:00 1999 -@@ -5,7 +5,7 @@ - BINDIR = CBINDIR - MANDIR = CMANDIR - THEMESDIR = CTHDIR --MOREFLAGS = -I/usr/local/include -I. -+MOREFLAGS = -I/usr/X11R6/include -I. +--- Imakefile.orig Sun Aug 8 21:25:29 1999 ++++ Imakefile Sun Aug 8 21:25:53 1999 +@@ -9,7 +9,7 @@ CCOPTIONS = $(MOREFLAGS) SYS_LIBRARIES = $(XLIB) -lXpm -@@ -15,7 +15,7 @@ - WM_LIB = - #endif - -LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/local/lib +LOCAL_LIBRARIES = -L../libworkman -lworkman -L/usr/X11R6/lib - SRCS = cdcontrol.c ascd.c - OBJS = cdcontrol.o ascd.o -@@ -43,7 +43,5 @@ - @cd $(THEMESDIR) ; rm clean.tar - @cd $(THEMESDIR) ; rm vintage.tar - @cd $(THEMESDIR) ; rm night.tar -- @cd $(THEMESDIR) ; rm .dir -- @cd $(THEMESDIR) ; /bin/ls -1 > /tmp/.dir -- @cd $(THEMESDIR) ; cp /tmp/.dir . -+ @cd $(THEMESDIR) ; rmdir sands/.xvpics - @echo "Done." + SRCS_OPT1 = + SRCS_OPT2 = |