# HG changeset patch # User Christophe Lincoln # Date 1197983939 -3600 # Node ID 0403ebaf4af0fac24341b8b22b181ab421d0fc65 # Parent 8e742fadbc430999754507afc2b8970b7af13ab8 Add : gcolor2, geany, gftp, gimp, gitmail, gqview, grsync diff -r 8e742fadbc43 -r 0403ebaf4af0 gcolor2/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gcolor2/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,34 @@ +# SliTaz package receipt. + +PACKAGE="gcolor2" +VERSION="0.4" +CATEGORY="extra" +SHORT_DESC="Light and simple color selector." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gcolor2.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $_pkg/usr/bin $fs/usr + strip -s $fs/usr/bin/* + + cp -a $_pkg/usr/share $fs/usr + cd $fs/usr/share/pixmaps + ln -s gcolor2/icon.png gcolor2.png +} + diff -r 8e742fadbc43 -r 0403ebaf4af0 geany/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/geany/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,35 @@ +# SliTaz package receipt. + +PACKAGE="geany" +VERSION="0.12" +CATEGORY="extra" +SHORT_DESC="Small and fast IDE using GTK+ toolkit." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://geany.uvena.de/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --mandir=/usr/share/man \ + --disable-vte $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale $fs/usr/lib/geany + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/geany/*.so $fs/usr/lib/geany + cp -a $_pkg/usr/share/geany $fs/usr/share + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + rm -f $fs/usr/share/pixmaps/*.ico + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + strip -s $fs/usr/bin/* + strip -s $fs/usr/lib/geany/* +} diff -r 8e742fadbc43 -r 0403ebaf4af0 gftp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gftp/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,42 @@ +# SliTaz package receipt. + +PACKAGE="gftp" +VERSION="2.0.18" +CATEGORY="extra" +SHORT_DESC="Small and speed FTP client." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gftp.org/" +WGET_URL="http://www.gftp.org/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --mandir=/usr/share/man \ + --disable-ssl --disable-textport \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/bin $fs/usr/share/locale + cp -a $_pkg/usr/bin/gftp $fs/usr/bin + cp -a $_pkg/usr/bin/gftp-gtk $fs/usr/bin + cp -a $_pkg/usr/share/gftp $fs/usr/share + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + strip -s $fs/usr/bin/* + chmod 755 $fs/usr/bin/gftp + + # Copy custom bookmarks file and remove license, big logo. + cp -a stuff/bookmarks $fs/usr/share/gftp + rm -f $fs/usr/share/gftp/COPYING + rm -f $fs/usr/share/gftp/gftp-logo.xpm + cd $fs/usr/share/gftp/ + ln -s gftp-mini-logo.xpm gftp-logo.xpm +} diff -r 8e742fadbc43 -r 0403ebaf4af0 gftp/stuff/bookmarks --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gftp/stuff/bookmarks Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,254 @@ +# Bookmarks file for gFTP. Copyright (C) 1998-2002 Brian Masney +# . Warning: Any comments that you add to this file WILL be +# overwritten + +[BSD Sites/FreeBSD] +hostname=ftp.freebsd.org +port=21 +protocol=FTP +remote directory=/pub/FreeBSD +local directory= +username=anonymous +password=@EMAIL@ +account= + +[BSD Sites/NetBSD] +hostname=ftp.netbsd.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[BSD Sites/OpenBSD] +hostname=ftp.openbsd.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[Debian Sites/Debian] +hostname=ftp.debian.org +port=21 +protocol=FTP +remote directory=/debian +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/gFTP] +hostname=www.gftp.org +port=21 +protocol=FTP +remote directory=/pub/gftp +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/GNU Archive] +hostname=prep.ai.mit.edu +port=21 +protocol=FTP +remote directory=/pub/gnu +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Kernel.Org] +hostname=ftp.kernel.org +port=21 +protocol=FTP +remote directory=/ +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Ibiblio] +hostname=ibiblio.unc.edu +port=21 +protocol=FTP +remote directory=/pub/Linux +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Micro$~1 =)] +hostname=ftp.microsoft.com +port=21 +protocol=FTP +remote directory=/ +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Mozilla] +hostname=ftp.mozilla.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Rufus] +hostname=rufus.w3.org +port=21 +protocol=FTP +remote directory=/ +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Source Forge] +hostname=ftp.sourceforge.net +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Tux.Org] +hostname=ftp.tux.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/TSX-11] +hostname=tsx-11.mit.edu +port=21 +protocol=FTP +remote directory=/pub/linux +local directory= +username=anonymous +password=@EMAIL@ +account= + +[General Sites/Wcarchive] +hostname=ftp.cdrom.com +port=21 +protocol=FTP +remote directory=/ +local directory= +username=anonymous +password=@EMAIL@ +account= + +[SliTaz Sites/TuxFamily] +hostname=ftp.tuxfamily.org +port=21 +protocol=FTP +remote directory=/slitaz +local directory= +username=anonymous +password=@EMAIL@ +account= + +[SliTaz Sites/TuxFamily-packages] +hostname=ftp.tuxfamily.org +port=21 +protocol=FTP +remote directory=/slitaz/packages +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/Gimp] +hostname=ftp.gimp.org +port=21 +protocol=FTP +remote directory=/pub/gimp +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/Gnome] +hostname=ftp.gnome.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/GTK+] +hostname=ftp.gtk.org +port=21 +protocol=FTP +remote directory=/pub/gtk +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/KDE] +hostname=ftp.kde.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/LessTif] +hostname=ftp.hungry.com +port=21 +protocol=FTP +remote directory=/pub/hungry/lesstif +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/Qt] +hostname=ftp.troll.no +port=21 +protocol=FTP +remote directory=/qt/source +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/XFree86] +hostname=ftp.xfree86.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + +[X11 Sites/ftp.x.org] +hostname=ftp.x.org +port=21 +protocol=FTP +remote directory=/pub +local directory= +username=anonymous +password=@EMAIL@ +account= + diff -r 8e742fadbc43 -r 0403ebaf4af0 gimp/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gimp/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,51 @@ +# SliTaz package receipt. + +PACKAGE="gimp" +VERSION="2.2.17" +CATEGORY="extra" +SHORT_DESC="Gnu Image Manipulation Program or GIMP!" +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ libart_lgpl" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.gimp.org/" +WGET_URL="ftp://ftp.gimp.org/pub/gimp/v2.2/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man --sysconfdir=/etc \ + --with-html-dir=/usr/share/doc \ + $CONFIGURE_ARGS \ + --disable-print + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr $fs/usr/lib $fs/usr/share/locale $fs/usr/share/pixmaps + + cp -a $_pkg/etc $fs + cp $src/data/images/wilber-icon.png $fs/usr/share/pixmaps/gimp.png + + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $_pkg/usr/lib/gimp $fs/usr/lib + cp -a $_pkg/usr/share/gimp $fs/usr/share + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + + rm $fs/usr/lib/gimp/*/*/*.la + strip --strip-unneeded $fs/usr/lib/*.so* + strip --strip-unneeded $fs/usr/lib/gimp/*/modules/*.so + strip -s $fs/usr/lib/gimp/*/plug-ins/* + strip -s $fs/usr/bin/* 2>/dev/null + + # Put a nice splash with a spider + cp -a stuff/gimp-splash.png $fs/usr/share/gimp/2.0/images/ + +} + diff -r 8e742fadbc43 -r 0403ebaf4af0 gimp/stuff/gimp-splash.png Binary file gimp/stuff/gimp-splash.png has changed diff -r 8e742fadbc43 -r 0403ebaf4af0 gitmail/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gitmail/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="gitmail" +VERSION="0.4" +CATEGORY="extra" +SHORT_DESC="Ghost In The Mail is a simple mail client." +MAINTAINER="pankso@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gitmail.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd GhostInTheMail-$VERSION + ./configure --prefix=/usr $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg \ + gitmaildocdir=/usr/share/doc/GhostInTheMail \ + install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a GhostInTheMail-$VERSION/_pkg/usr/bin $fs/usr + strip -s $fs/usr/bin/* +} diff -r 8e742fadbc43 -r 0403ebaf4af0 gqview/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gqview/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,31 @@ +# SliTaz package receipt. + +PACKAGE="gqview" +VERSION="2.0.4" +CATEGORY="extra" +SHORT_DESC="Images viewer and manager using GTK+." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://gqview.sourceforge.net/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --mandir=/usr/share/man \ + $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/pixmaps $fs/usr/share + cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale + strip -s $fs/usr/bin/* +} diff -r 8e742fadbc43 -r 0403ebaf4af0 grsync/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/grsync/receipt Tue Dec 18 14:18:59 2007 +0100 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="grsync" +VERSION="0.6" +CATEGORY="extra" +SHORT_DESC="GTK+ intuitive interface to rsync." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ rsync" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.opbyte.it/grsync/" +WGET_URL="http://www.opbyte.it/release/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure --prefix=/usr --infodir=/usr/share/info \ + --mandir=/usr/share/man $CONFIGURE_ARGS + make + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/locale + cp -a $_pkg/usr/bin $fs/usr + cp -a $_pkg/usr/share/pixmaps $fs/usr/share/pixmaps + cp -a $_pkg/usr/share/locale/fr_FR $fs/usr/share/locale/fr + strip -s $fs/usr/bin/* +} +