Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gnome-games-2.4.2.README | 2004-05-20 | 2.5 kB | |
libgail-gnome-1.0.2-orig.tar.bz2 | 2004-05-09 | 136.3 kB | |
at-spi-1.3.8-orig.tar.bz2 | 2004-05-09 | 434.7 kB | |
libgail-gnome-1.0.2-1.tar.bz2 | 2004-05-09 | 16.9 kB | |
at-spi-devel-1.3.8-1.tar.bz2 | 2004-05-09 | 179.9 kB | |
at-spi-1.3.8-cygwin.patch | 2004-05-09 | 2.7 kB | |
at-spi-1.3.8-1.tar.bz2 | 2004-05-09 | 262.9 kB | |
file-roller-2.2.2-cygwin.patch | 2004-05-05 | 5.4 kB | |
libbonobo-2.4.2-LC_ALL.patch | 2004-05-05 | 1.1 kB | |
gtk2-filesel-navbuttons.patch-6.txt | 2004-03-21 | 72.4 kB | |
gtk+-menushadow.patch | 2004-03-21 | 16.0 kB | |
gtk+-2.2.4-noshm.patch | 2004-03-21 | 804 Bytes | |
gtk+-2.2.4-cygwin.patch | 2004-03-21 | 7.7 kB | |
bluefish-0.12.tar.bz2 | 2004-03-20 | 610.4 kB | |
bluefish-0.12.README | 2004-03-20 | 2.2 kB | |
gtk+-2.2.4-src.tar.bz2 | 2004-03-20 | 7.2 MB | |
Totals: 16 Items | 8.9 MB | 6 |
NAME: gnome-games VERSION: 2.4.2 RELEASE: 1 SUMMARY: GNOME games collection. DISTRIBUTION: Cygwin GNOME 2.x <http://cygnome2.sourceforge.net> VENDOR: LICENSE: LGPL/GPL PACKAGER: Hansom Young <glyoung@users.sourceforge.net> GROUP: GNOME-2.x/Desktop OS: Cygwin ARCH: i586 SOURCE: http://ftp.gnome.org/pub/GNOME/desktop/2.4/2.4.2/sources/gnome-games-2.4.2.tar.bz2 DESCRIPTION: Gnome-games is a collection of small games that take advantage of the GNOME desktop environment. It contains a mixture of puzzle games, card games, and some arcade favorites. You must have the GNOME libraries installed to play these games but they will work with any desktop environment. Port Notes: ----------- Built on cygwin-1.5.5, Win2000 SP3/FAT32, with gcc-3.3.1-3, binutils-20030901, libtool-devel-1.5-3, pkgconfig-0.15.0-4. Gnome-stones still has some problems in loading object plugins. Built with the following libraries: guile-1.6.4-12 glib2-2.2.3 pango-1.2.5 gtk2-2.2.4 GConf2-2.4.0.1 Run time requirements (most are copied from the statements in source documents, might be not accurate, installing the same versions as above or higher is recommended): cygwin >=1.5.5 glib2 >=2.2.0 pango >=1.2.0 gtk2 >=2.2.0 GConf2 >=1.1.9 libgnomeui2 >=2.2.0 libguile12 >=1.6.4 (only required by the solitaire game aisleriot) Made for Cygwin GNOME 2.4.2 (http://cygnome2.sourceforge.net). Manual Installation ------------------- - Just unpack all files $ cd / tar jxf /path/to/gnome-games-2.4.1.1-1.tar.bz2 Port Log: -------- May 6, 2004 2.4.2 - First binary release, built for GNOME-2.4.2 release. Apr 23, 2003 2.2.1 - First port (only source patch, no binary released) How to build on Cygwin ---------------------- Please visit http://cygnome2.sourceforge.net/patches/latest.html for detailed info. Make sure your binutils and libtool-devel are new enough (binutils>=20030901, libtool-devel>=1.5) - unpack source $ tar jxf gnome-games-2.4.1.1.tar.bz2 - patch ( no patch to build it/this version on Cygwin) - relibtoolize and configure. we used the quick-and-dirty way: $ CFLAGS=-O2 ./configure --prefix=/opt/gnome2 (the following two step would make sure DLL could be generated) $ mv -f libtool libtool.old $ cp /usr/autotool/devel/bin/libtool libtool - start building $ make $ make check - install $ make install or $ make DESTDIR=/somewhere/for/redist install