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 1e0c0da..9db12ca 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 b3ecfcd..f8e840f 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 b45d2a9..31a9c50 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 1376ed6..fa45a41 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 f7576c7..9c2bb12 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 1375eb1..9aa6025 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 178e043..7a2d3ab 100644 (file)
@@ -22,3 +22,4 @@
 
 # [C] soundtools
 # [C] optional
+# [C] games
index 97c0a69..8d04457 100644 (file)
@@ -29,3 +29,5 @@
 # [R] soundtools/ardour
 
 # [C] optional
+
+# [C] games
index 5d3a5c5..9a992f3 100644 (file)
@@ -33,3 +33,5 @@
 # [R] hackbard/gpsd
 # [R] hackbard/minimalist
 # [R] hackbard/lprng
+
+# [C] games
index 6aa542e..481c817 100644 (file)
@@ -30,3 +30,4 @@
 # [R] hackbard/lprng
 
 # [C] devel
+# [C] games