]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
added wormux game + dependencies ;)
authorhackbard <hackbard>
Sat, 1 Apr 2006 22:32:33 +0000 (22:32 +0000)
committerhackbard <hackbard>
Sat, 1 Apr 2006 22:32:33 +0000 (22:32 +0000)
16 files changed:
doc/CHANGELOG
packages/base/linux/linux
packages/games/wormux/wormux [new file with mode: 0644]
packages/multimedia/sdl-net/sdl-net [new file with mode: 0644]
packages/multimedia/sdl-ttf/sdl-ttf [new file with mode: 0644]
packages/soundtools/sox/sox
packages/toolchain/linux/linux
packages/x11/glib/glib
packages/x11/glibmm/glibmm [new file with mode: 0644]
packages/x11/libsigc++/libsigc++ [new file with mode: 0644]
packages/x11/libxml++/libxml++ [new file with mode: 0644]
packages/x11/xorg/xorg
targets/all-dev/include
targets/all-stable/include
targets/desktop/include
targets/mobile/include

index 1e0c0da8f33faf64a5d3fa2b6f1ac390cd39e7bc..9db12cadc89deb7cf1ed6d46c4e24c5caa895bdc 100644 (file)
@@ -1,5 +1,9 @@
 *) 2006-03-26
 
+- added wormux and games repos + dependencies (gnome stuff)
+
+*) 2006-03-26
+
 - added sox package
 - added package rawrec
 
index b3ecfcd12c9100d79f949dec906a41eb1765c460..f8e840f33e225933b88ee54a71d3dd30100c4d5b 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.15.1
+# [V] 2.6.15.6
 # [S] 2-2
-# [D] linux-2.6.15.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.15.6.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
 
 custmain="1"
 custmain()     {
diff --git a/packages/games/wormux/wormux b/packages/games/wormux/wormux
new file mode 100644 (file)
index 0000000..f69c1cd
--- /dev/null
@@ -0,0 +1,7 @@
+# hdw - linux wormux package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 0.7beta3
+# [S] 3-6
+# [D] wormux-0.7beta3.tar.bz2 http://download.gna.org/wormux/
diff --git a/packages/multimedia/sdl-net/sdl-net b/packages/multimedia/sdl-net/sdl-net
new file mode 100644 (file)
index 0000000..dbfeb2b
--- /dev/null
@@ -0,0 +1,9 @@
+# hdw - linux sdl-net package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 1.2.5
+# [S] 3-5
+# [D] SDL_net-1.2.5.tar.gz http://www.libsdl.org/projects/SDL_net/release/
+
+srcdir="SDL_net-$ver"
diff --git a/packages/multimedia/sdl-ttf/sdl-ttf b/packages/multimedia/sdl-ttf/sdl-ttf
new file mode 100644 (file)
index 0000000..eac99fc
--- /dev/null
@@ -0,0 +1,9 @@
+# hdw - linux sdl-ttf package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.0.7
+# [S] 3-5
+# [D] SDL_ttf-2.0.7.tar.gz http://www.libsdl.org/projects/SDL_ttf/release/
+
+srcdir="SDL_ttf-$ver"
index b45d2a90989e36749902a239ef73d736f170c14d..31a9c50fb4b630746896f37e942b26f153824219 100644 (file)
@@ -3,5 +3,5 @@
 # author: hackbard@hackdaworld.dyndns.org
 #
 # [V] 12.17.9
-# [S] 3-1
+# [S] 3-9
 # [D] sox-12.17.9.tar.gz http://mesh.dl.sourceforge.net/sourceforge/sox/
index 1376ed6207c100832d767941ede368a4da417aa4..fa45a41be3881d78b87b846c09087ff806548acf 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.6.15.1
+# [V] 2.6.15.6
 # [S] 0-2
-# [D] linux-2.6.15.1.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
+# [D] linux-2.6.15.6.tar.bz2 ftp://ftp.kernel.org/pub/linux/kernel/v2.6/
 
 skip=1
 s_reason="i think thats obsolete now ..."
index f7576c76d9f8ee4677b86f7f1f5fb22bb3c45245..9c2bb121216ebd7b774e87a45c95f12377bd3b08 100644 (file)
@@ -2,9 +2,9 @@
 #
 # author: hackbard@hackdaworld.dyndns.org
 #
-# [V] 2.7.7
+# [V] 2.10.1
 # [S] 3-5
-# [D] glib-2.7.7.tar.bz2 http://ftp.gnome.org/pub/gnome/sources/glib/2.7/
+# [D] glib-2.10.1.tar.bz2 http://ftp.acc.umu.se/pub/GNOME/sources/glib/2.10/
 
 # optional
 # confopt="$confopt --disable-debug"
diff --git a/packages/x11/glibmm/glibmm b/packages/x11/glibmm/glibmm
new file mode 100644 (file)
index 0000000..151f002
--- /dev/null
@@ -0,0 +1,10 @@
+# hdw - linux glibmm package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.10.0
+# [S] 3-5
+# [D] glibmm-2.10.0.tar.bz2 http://ftp.acc.umu.se/pub/GNOME/sources/glibmm/2.10/
+
+# optional
+# confopt="$confopt --disable-debug"
diff --git a/packages/x11/libsigc++/libsigc++ b/packages/x11/libsigc++/libsigc++
new file mode 100644 (file)
index 0000000..5f89690
--- /dev/null
@@ -0,0 +1,10 @@
+# hdw - linux libsigc++ package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.0.17
+# [S] 3-5
+# [D] libsigc++-2.0.17.tar.bz2 http://ftp.acc.umu.se/pub/GNOME/sources/libsigc++/2.0/
+
+# optional
+# confopt="$confopt --disable-debug"
diff --git a/packages/x11/libxml++/libxml++ b/packages/x11/libxml++/libxml++
new file mode 100644 (file)
index 0000000..a23c194
--- /dev/null
@@ -0,0 +1,7 @@
+# hdw - linux libxml++ package
+#
+# author: hackbard@hackdaworld.dyndns.org
+#
+# [V] 2.8.1
+# [S] 3-5
+# [D] libxml++-2.8.1.tar.bz2 http://ftp.gnome.org/pub/GNOME/sources/libxml++/2.8/
index 1375eb18d0f307b77816dc398b5b186146266484..9aa60250f1af111babf0ea2195b2afe5e40530f7 100644 (file)
@@ -2,16 +2,16 @@
 
 # author: hackbard@hackdaworld.dyndns.org
 
-# [V] 6.8.2
+# [V] 6.9.0
 
 # [S] 3-3
-# [D] X11R6.8.2-src1.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src2.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src3.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src4.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src5.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src6.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
-# [D] X11R6.8.2-src7.tar.gz http://ftp.gwdg.de/pub/x11/x.org/pub/X11R6.8.2/src/
+# [D] X11R6.9.0-src1.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src2.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src3.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src4.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src5.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src6.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
+# [D] X11R6.9.0-src7.tar.gz ftp://x.mirrors.skynet.be/pub/x.org/pub/X11R6.9.0/src/
 
 custmain="1"
 custmain()     {
@@ -37,17 +37,27 @@ custmain()  {
                sed "s%#include <linux/config.h>%/* & */%g" $file > ${file}.tmp
                mv ${file}.tmp $file
        done
+
+       # need types.h for agp
+       file="programs/Xserver/hw/xfree86/os-support/linux/lnx_agp.c"
+       sed "s@*/@*/\n#include <linux/types.h>\n@" $file > tmp~
+       mv tmp~ $file
+
+       # no init scripts in /etc
+       file="programs/Xserver/Xprint/Imakefile"
+       sed "/^SUBDIRS =/s/ etc$//" $file > tmp~
+       mv tmp~ $file
+
+       # copy host.def
+       cp -v $confdir/host.def config/cf/host.def
        
-       # build $ install
+       # build & install
        make World && make install && make install.man &&
        
        # add entry to /etc/ld.so.conf
        [ -z `grep 'X11' $root/etc/ld.so.conf` ] && \
        echo "/usr/X11R6/lib" >> $root/etc/ld.so.conf
 
-       # remove xprint.csh file
-       rm -v $root/etc/profile.d/xprint.csh
-       
        # symlink
        ln -svf X11R6 $root/usr/X11
        ln -svf ../X11R6/bin $prefix/bin/X11
index 178e043d3b81789622175551fe3ef14ff996ce36..7a2d3ab46b6100d8c9140becdded8b6b10371567 100644 (file)
@@ -22,3 +22,4 @@
 
 # [C] soundtools
 # [C] optional
+# [C] games
index 97c0a69e30755f2df4c08929cf9ee696091022d0..8d044574b4c9dd104148aea69fe0dad9e833193a 100644 (file)
@@ -29,3 +29,5 @@
 # [R] soundtools/ardour
 
 # [C] optional
+
+# [C] games
index 5d3a5c50eeb9f42ab0d9d1d729235fa7fe8679d5..9a992f333cdb04a3738664b1a93686830455346e 100644 (file)
@@ -33,3 +33,5 @@
 # [R] hackbard/gpsd
 # [R] hackbard/minimalist
 # [R] hackbard/lprng
+
+# [C] games
index 6aa542e346c67a8a990af69e79dcc39c522289b7..481c81725baa08b99b14bf05a9f60aaf18f5b692 100644 (file)
@@ -30,3 +30,4 @@
 # [R] hackbard/lprng
 
 # [C] devel
+# [C] games