# HG changeset patch # User Pascal Bellard # Date 1366660698 -7200 # Node ID 2abff33a9cd4c13d8710d373f306467b0dabe178 # Parent 2996cce37701124766bc80fb3c68920c0f0af0d2 Move to wok: faenza-icon-theme-emblems fbpdf ffmpegthumbnailer-dev ffmpegthumbnailer foobillardplus-music foobillardplus gnucash hg-git moserial ptxdist re-alpine sbackup slib tumbler-dev tumbler vfu diff -r 2996cce37701 -r 2abff33a9cd4 faenza-icon-theme-emblems/receipt --- a/faenza-icon-theme-emblems/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,39 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="faenza-icon-theme-emblems" -VERSION="1.3" -CATEGORY="x-window" -SHORT_DESC="Faenza icon theme (emblems)" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="" -WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" - -WANTED="faenza-icon-theme" -DEPENDS="faenza-icon-theme" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/icons - cd $fs/usr/share/icons - tar xf $src/Faenza.tar.gz Faenza/emblems - # remove big sizes and scalable - rm -rf $(find . -type d -regex '.*/\(64\|96\|scalable\)') - # SliTaz locale settings - . $WOK/slitaz-i18n/stuff/locale-pack.conf - cd $fs/usr/share/icons/Faenza/emblems/16 - for icon in $(ls -1 *.icon); do - CONTENT=$(cat $icon); - echo "[Icon Data]" > $icon; - echo "$CONTENT" | grep 'DisplayName=' >> $icon; - for lang in $LOCALE_PACK; do - echo "$CONTENT" | fgrep "DisplayName["$lang"]=" >> $icon; - for size in 22 24 32 48; do - rm -f ../$size/$icon - ln -s ../16/$icon ../$size/$icon - done - done - done - true -} - diff -r 2996cce37701 -r 2abff33a9cd4 ffmpegthumbnailer-dev/receipt --- a/ffmpegthumbnailer-dev/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ffmpegthumbnailer-dev" -VERSION="2.0.8" -CATEGORY="development" -SHORT_DESC="Development files for ffmpegthumbnailer" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPLv2" -WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/" - -WANTED="ffmpegthumbnailer" -DEPENDS="ffmpegthumbnailer" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.*a $fs/usr/lib -} diff -r 2996cce37701 -r 2abff33a9cd4 ffmpegthumbnailer/receipt --- a/ffmpegthumbnailer/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,34 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="ffmpegthumbnailer" -VERSION="2.0.8" -CATEGORY="system" -SHORT_DESC="Lightweight video thumbnailer that can be used by file managers" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPLv2" -WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://ffmpegthumbnailer.googlecode.com/files/$TARBALL" - -DEPENDS="ffmpeg gcc-lib-base libjpeg libpng" -BUILD_DEPENDS="ffmpeg-dev libpng-dev jpeg-dev" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --enable-png \ - --enable-jpeg \ - --enable-gio \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/lib/*.so* $fs/usr/lib -} diff -r 2996cce37701 -r 2abff33a9cd4 foobillardplus-music/receipt --- a/foobillardplus-music/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="foobillardplus-music" -VERSION="3.42beta" -CATEGORY="games" -SHORT_DESC="Music files for FooBillard++" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="" -WEB_SITE="http://foobillard.sourceforge.net/" - -WANTED="foobillardplus" -DEPENDS="foobillardplus" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/share/foobillardplus - cp -a $src/data/music $fs/usr/share/foobillardplus -} diff -r 2996cce37701 -r 2abff33a9cd4 foobillardplus/receipt --- a/foobillardplus/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,44 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="foobillardplus" -VERSION="3.42beta" -CATEGORY="games" -SHORT_DESC="FooBillard - free 3D OpenGL billard game for linux" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="" -WEB_SITE="http://foobillard.sourceforge.net/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -DEPENDS="bzlib freetype libglu-mesa libpng libsdl-mixer libsdl-net" - -BUILD_DEPENDS="bash automake autoconf libsdl-dev libsdl-mixer-dev \ -libsdl-net-dev mesa-dev libglu-mesa freetype-dev libpng-dev" - -# Rules to configure and make the package. -compile_rules() -{ - aclocal --force - autoconf -f - autoheader -f -# sed -i '1,64d' $src/src/Makefile.am -# sed -i '56d' $src/src/Makefile.am - automake --gnu -a -c -f - -# --enable-optimization --enable-sse - ./configure && - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin $fs/usr/share/foobillardplus - cp -a $src/src/foobillardplus $fs/usr/bin - DATADIR=$fs/usr/share/foobillardplus - cp -a $src/data/* $DATADIR - rm -f $DATADIR/*.ttf - rm -f $DATADIR/*.ico - # move to package foobillardplus-music - rm -rf $DATADIR/music -} diff -r 2996cce37701 -r 2abff33a9cd4 foobillardplus/stuff/foobillardplus.desktop --- a/foobillardplus/stuff/foobillardplus.desktop Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Name=Foobillard++ -GenericName=OpenGL Billiard Game -Comment=OpenGL Billiard Game -Comment[ru]=Бильярд на OpenGL -Exec=foobillardplus -Terminal=false -Icon=/usr/share/foobillardplus/foobillardplus.png -Categories=Game;SportsGame; diff -r 2996cce37701 -r 2abff33a9cd4 gnucash/receipt --- a/gnucash/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,45 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="gnucash" -VERSION="2.4.11" -CATEGORY="office" -SHORT_DESC="Financial-accounting software" -MAINTAINER="domcox@slitaz.org" -LICENSE="gpl" -WEB_SITE="http://www.gnucash.org" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -DEPENDS="GConf gnome-vfs gmp goffice guile libgnome libgnomeui libgsf libofx libwebkit libxslt slib zlib" -BUILD_DEPENDS="GConf-dev gnome-vfs-dev gmp-dev goffice-dev guile-dev libgnome-dev libgnomeui-dev libgsf-dev libofx-dev libtool libwebkit-dev libxslt-dev slib" - -# Rules to configure and make the package. -compile_rules() -{ - # patch G_CONST_RETURN deprecated - for file_diff in $stuff/*.patch; do - echo -n "Applying patch $(basename $file_diff)" - patch -Np3 -i $file_diff > /dev/null - status - done - # busybox compliant - sed -i 's/cat -s/cat/g' $src/doc/Makefile.in - # build - ./configure $CONFIGURE_ARGS \ - --prefix="/usr" \ - --disable-html-docs \ - --with-html-engine="webkit" \ - --disable-dbi \ - --disable-ofx \ - --disable-aqbanking \ - --disable-deprecated-glib \ - --disable-schemas-install \ - LDFLAGS='-Wl,-O1 -Wl,--as-needed' && - make && make -j1 install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 2996cce37701 -r 2abff33a9cd4 gnucash/stuff/G_CONST_RETURN_deprecated.patch --- a/gnucash/stuff/G_CONST_RETURN_deprecated.patch Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,53 +0,0 @@ -Index: gnucash/trunk/src/gnome-utils/gnc-date-edit.c -=================================================================== ---- a/gnucash/trunk/src/gnome-utils/gnc-date-edit.c -+++ b/gnucash/trunk/src/gnome-utils/gnc-date-edit.c -@@ -748,4 +748,4 @@ - { - GNCDateEdit *gde = data; -- G_CONST_RETURN char *string; -+ const char *string; - struct tm tm; - -Index: gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c -=================================================================== ---- a/gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c -+++ b/gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c -@@ -46,5 +46,5 @@ - static kvp_frame *gnc_ab_get_book_kvp(QofBook *b, gboolean create); - --G_CONST_RETURN gchar * -+const gchar * - gnc_ab_get_account_accountid(const Account *a) - { -@@ -65,5 +65,5 @@ - } - --G_CONST_RETURN gchar * -+const gchar * - gnc_ab_get_account_bankcode(const Account *a) - { - -Index: gnucash/trunk/src/libqof/qof/guid.c -=================================================================== ---- a/gnucash/trunk/src/libqof/qof/guid.c -+++ b/gnucash/trunk/src/libqof/qof/guid.c -@@ -72,5 +72,5 @@ -  * @return the value stored in @a value -  */ --G_CONST_RETURN GncGUID* -+const GncGUID* - gnc_value_get_guid (const GValue *value) - { - -Index: gnucash/trunk/src/libqof/qof/guid.h -=================================================================== ---- a/gnucash/trunk/src/libqof/qof/guid.h -+++ b/gnucash/trunk/src/libqof/qof/guid.h -@@ -65,5 +65,5 @@ - - GType gnc_guid_get_type (void); --G_CONST_RETURN GncGUID* gnc_value_get_guid (const GValue *value); -+const GncGUID* gnc_value_get_guid (const GValue *value); - - /** number of characters needed to encode a guid as a string diff -r 2996cce37701 -r 2abff33a9cd4 hg-git/receipt --- a/hg-git/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,26 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="hg-git" -VERSION="5861777f2f5e" -CATEGORY="misc" -SHORT_DESC="Git plugin for mercurial." -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://hg-git-github.com/" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2" - -DEPENDS="mercurial dulwich python" -BUILD_DEPENDS="wget python-dev" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - python setup.py install --root=$DESTDIR --prefix=/usr -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $_pkg/* $fs -} diff -r 2996cce37701 -r 2abff33a9cd4 re-alpine/receipt --- a/re-alpine/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,33 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="re-alpine" -VERSION="2.03" -CATEGORY="network" -SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)." -MAINTAINER="paul@slitaz.org" -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3" -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://sourceforge.net/projects/re-alpine/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -TAGS="mail client" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ - --with-ssl-dir=/usr \ - $CONFIGURE_ARGS && - make && make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr -} - diff -r 2996cce37701 -r 2abff33a9cd4 sbackup/receipt --- a/sbackup/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="sbackup" -VERSION="0.11.4" -CATEGORY="network" -SHORT_DESC="Simple backup." -MAINTAINER="pascal.bellard@slitaz.org" -WEB_SITE="http://sourceforge.net/projects/sbackup/" -TARBALL="${PACKAGE}_$VERSION.tar.gz" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" - -DEPENDS="python notify-python gettext pygtk gvfs fuse \ -sshfs-fuse curlftpfs desktop-file-utils" -#pygnome pyglade gvfs-fuse gvfs-backends python-expect -#fuse-utils python-gnome2 python-glade2 gconf2 -BUILD_DEPENDS="$DEPENDS setuptools" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make && make DESTDIR=$DESTDIR/usr install - # sudo sbackupconfig -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} diff -r 2996cce37701 -r 2abff33a9cd4 slib/receipt --- a/slib/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,51 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="slib" -VERSION="3b3" -CATEGORY="office" -SHORT_DESC="portable library for the programming language Scheme" -MAINTAINER="domcox@slitaz.org" -LICENSE="Public Domain" -WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL" - -DEPENDS="guile" -BUILD_DEPENDS="guile texinfo" - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --prefix=/usr && - sed -i 's/SCHEME = scm/SCHEME = guile/' Makefile - echo "# install-script" - make install-script - echo "# install files" - mkdir -p $install/usr/share/slib - install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $install/usr/share/slib - echo "# creating SLIB initialization file" - mkdir -p $install/usr/share/guile/1.8 - ln -s $install/usr/share/slib $install/usr/share/guile/site -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - cp -a $install/* $fs -} - -post_install() -{ - # add path to initialization file - sed -i s'#(load-from.*#(load-from-path "/usr/share/slib/guile.init")#' \ - /usr/share/guile/1.8/ice-9/slib.scm - printf "Creating catalog" - guile -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))" - status -} - -post_remove() -{ - rm -f /usr/share/guile/1.8/slibcat -} diff -r 2996cce37701 -r 2abff33a9cd4 slib/stuff/licence --- a/slib/stuff/licence Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,37 +0,0 @@ - SLIB LICENSE - -Each file in SLIB (over a dozen lines in length) is either in the public -domain, or comes with a statement of terms permitting users to copy, -modify, and redistribute it. - -The comments at the beginning each file (containing over a dozen lines) -must specify its terms. For instance, the comments at the beginning of -"Template.scm" declare that it is in the public domain: - - ;;; "Template.scm" configuration template of *features* for Scheme - ;;; Author: Aubrey Jaffer - ;;; - ;;; This code is in the public domain. - -Each copyrighted file lists the names of the copyright holders and gives -permissions to copy, modify, and redistribute the file. For instance, -the beginning of "require.scm" states: - - ;;;; Implementation of VICINITY and MODULES for Scheme - ;Copyright (C) 1991, 1992, 1993, 1994, 1997 Aubrey Jaffer - ; - ;Permission to copy this software, to modify it, to redistribute it, - ;to distribute modified versions, and to use it for any purpose is - ;granted, subject to the following restrictions and understandings. - ; - ;1. Any copy made of this software must include this copyright notice - ;in full. - ; - ;2. I have made no warranty or representation that the operation of - ;this software will be error-free, and I am under no obligation to - ;provide any services, by way of maintenance, update, or otherwise. - ; - ;3. In conjunction with products arising from the use of this - ;material, there shall be no use of my name in any advertising, - ;promotional, or sales literature without prior written consent in - ;each case. diff -r 2996cce37701 -r 2abff33a9cd4 tumbler-dev/receipt --- a/tumbler-dev/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="tumbler-dev" -VERSION="0.1.27" -CATEGORY="development" -SHORT_DESC="Development files for tumbler" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2 LGPL2.1+" -WEB_SITE="http://www.ohloh.net/p/tumbler-xfce" - -WANTED="tumbler" -DEPENDS="tumbler" - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/lib/tumbler-1 - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.la $usr/lib - cp -a $install/usr/lib/tumbler-1/plugins $fs/usr/lib/tumbler-1 - find $fs/usr/lib -name '*.so*' -delete - -} diff -r 2996cce37701 -r 2abff33a9cd4 tumbler/receipt --- a/tumbler/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,50 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="tumbler" -VERSION="0.1.27" -CATEGORY="system" -SHORT_DESC="A D-Bus thumbnailing service based on the thumbnail management D-Bus specification" -MAINTAINER="al.bobylev@gmail.com" -LICENSE="GPL2 LGPL2.1+" -WEB_SITE="http://www.ohloh.net/p/tumbler-xfce" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -HI_VERSION=$(echo $VERSION | cut -d. -f1,2) -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/$HI_VERSION/$TARBALL" -CONFIG_FILES="/etc/xdg/tumbler/tumbler.rc" - -DEPENDS="dbus-glib ffmpegthumbnailer libcurl libgsf poppler" -BUILD_DEPENDS="dbus-glib-dev curl-dev glib-dev libgio-dev gdk-pixbuf-dev \ -freetype-dev jpeg-dev ffmpegthumbnailer-dev gst-plugins-base-dev \ -libgsf-dev poppler-dev libpng-dev lcms-dev" # gstreamer-dev (v.1.0) - -# Rules to configure and make the package. -compile_rules() -{ - ./configure \ - --sysconfdir=/etc \ - --enable-debug=no \ - $CONFIGURE_ARGS && - make && - make install -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p \ - $fs/usr/lib \ - $fs/usr/share/locale - cp -a $install/etc $fs - cp -a $install/usr/lib/*.so* $fs/usr/lib - cp -a $install/usr/lib/tumbler* $fs/usr/lib - find $fs/usr/lib -name '*.la' -delete - cp -a $install/usr/share/dbus* $fs/usr/share - - # SliTaz locale settings - . $WOK/slitaz-i18n/stuff/locale-pack.conf - for lang in $LOCALE_PACK; do - langd=$install/usr/share/locale/$lang - [ -d $langd ] && cp -a $langd $fs/usr/share/locale - done - true -} diff -r 2996cce37701 -r 2abff33a9cd4 vfu/receipt --- a/vfu/receipt Mon Apr 22 23:09:22 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="vfu" -VERSION="4.12" -CATEGORY="utilities" -SHORT_DESC="VFU is a console (text mode) file manager for UNIX/Linux." -MAINTAINER="paul@slitaz.org" -DEPENDS="ncurses pcre" -BUILD_DEPENDS="ncurses-dev pcre-dev" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://cade.datamax.bg/vfu/" -WGET_URL="http://cade.datamax.bg/vfu/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin $fs/usr/lib/vfu $fs/etc - cp -a $src/vfu/vfu $fs/usr/bin - cp -a $src/rx/rx_* $fs/usr/lib/vfu - cp -a $src/vfu.conf $fs/etc - chown root:root $fs/etc/vfu.conf - chown -R root:root $fs/usr/lib/vfu -} -