summaryrefslogtreecommitdiffstats
path: root/perl-install/unused/christmas-karaoke.patch
blob: a0288ca49b25bd906efe2b27bd9a68c20a05ad40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Index: Makefile
===================================================================
RCS file: /home/cvs/cooker/gi/perl-install/Makefile,v
retrieving revision 1.150
diff -u -r1.150 Makefile
--- Makefile	2000/12/18 12:03:08	1.150
+++ Makefile	2000/12/19 18:19:45
@@ -44,7 +44,7 @@
 
 	cp share/*.rc $(DESTREP4PMS)
 	install -d $(DESTREP4PMS)/po
-	cp -f share/po/*.po* $(DESTREP4PMS)/po ||:
+#	cp -f share/po/*.po* $(DESTREP4PMS)/po ||:
 	chmod a+x $(DESTREP4PMS)/install2
 	chmod a+x $(DESTREP4PMS)/commands
 	chmod a+x $(DESTREP4PMS)/standalone/*
@@ -61,6 +61,21 @@
 	cat `../tools/specific_arch share/list` >> /tmp/list
 	find auto -follow -name "*.so" >> /tmp/list
 
+	rpm -ql icewm-light | grep /usr/X11R6 >> /tmp/list
+	rpm -ql xmms libao0 | grep /usr/lib >> /tmp/list
+	echo /sbin/isapnp >> /tmp/list
+	echo /sbin/pnpdump >> /tmp/list
+
+	echo /usr/bin/vim >> /tmp/list
+	echo /usr/bin/aumix >> /tmp/list
+	echo /usr/bin/ogg123 >> /tmp/list
+	echo /usr/bin/qiv >> /tmp/list
+	echo /usr/lib/libimlib-jpeg.so >> /tmp/list
+	echo /usr/bin/xmms >> /tmp/list
+	echo /usr/lib/xmms/Visualization/libxmms_singit.so >> /tmp/list
+	echo /usr/X11R6/lib/X11/rgb.txt >> /tmp/list
+	echo /bin/bash >> /tmp/list
+
 	for i in $(LOCALFILES) `cat /tmp/list` ; do \
 		ldd $$i 2>/dev/null | grep "=>" | sed -e 's/.*=> //' -e 's/ .*//' | uniq | sort >> /tmp/list; \
 	done
@@ -106,6 +121,7 @@
 	    fi; \
 	done
 	mv -f $(DEST)/lib/libimlib-png.so $(DEST)/usr/lib
+	mv -f $(DEST)/lib/libimlib-jpeg.so $(DEST)/usr/lib
 
 	mv -f $(DEST)/bin/* $(DEST)/sbin/* $(DEST)/usr/bin
 	cd $(DEST)/usr/bin ; mv insmod insmod_
@@ -135,6 +151,16 @@
 
 #	echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2
 #	chmod a+x $(DEST)/usr/bin/runinstall2
+
+	rm -f $(DEST)/usr/X11R6/lib/X11/fonts/{gb16st,k14,taipei16,baekmuk_gulim_12}.pcf.gz
+	cp -f /usr/X11R6/lib/X11/fonts2/75dpi/helv* $(DEST)/usr/X11R6/lib/X11/fonts/
+	mkfontdir $(DEST)/usr/X11R6/lib/X11/fonts 2>/dev/null
+	install $(ROOTDEST)/Mandrake/images/rotate $(DEST)/usr/bin
+
+	echo -e "prog xmms xmms xmms\nprog aumix aumix aumix" > $(DEST)/usr/X11R6/lib/X11/icewm/toolbar
+	echo -e "prog xmms xmms xmms\nprog aumix aumix aumix" > $(DEST)/usr/X11R6/lib/X11/icewm/menu
+	echo -e "Theme=bluePlastic/default.theme\nTaskBarAutoHide=1" > $(DEST)/usr/X11R6/lib/X11/icewm/preferences
+
 
 ifeq (i386,$(ARCH))
 	cp -a /etc/pcmcia $(DEST)/etc
Index: install_steps_gtk.pm
===================================================================
RCS file: /home/cvs/cooker/gi/perl-install/install_steps_gtk.pm,v
retrieving revision 1.170
diff -u -r1.170 install_steps_gtk.pm
--- install_steps_gtk.pm	2000/12/14 11:41:11	1.170
+++ install_steps_gtk.pm	2000/12/19 18:19:46
@@ -99,6 +99,15 @@
 	}
     }
   OK:
+    keyboard::setup("fr");
+    commands::mknod("/dev/dsp", "c", 14, 3);
+    commands::mknod("/dev/mixer", "c", 14, 0);
+    modules::load_thiskind("sound") unless $::expert;
+    symlink "/tmp/rhimage/lyrics", "/lyrics";
+    symlink "/tmp/rhimage", "/Sound";
+    fork or exec "rotate /tmp/rhimage/Mandrake/images" or die;
+    fork or exec $_ or die foreach "xmms";
+    exec "icewm-light" or die;
     install_gtk::init_sizes();
     install_gtk::default_theme($o);
     install_gtk::create_logo_window($o);