wok-undigest rev 1009

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
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 21:58:18 2013 +0200 (2013-04-22)
parents 2996cce37701
children b6aba65f66be
files faenza-icon-theme-emblems/receipt ffmpegthumbnailer-dev/receipt ffmpegthumbnailer/receipt foobillardplus-music/receipt foobillardplus/receipt foobillardplus/stuff/foobillardplus.desktop gnucash/receipt gnucash/stuff/G_CONST_RETURN_deprecated.patch hg-git/receipt re-alpine/receipt sbackup/receipt slib/receipt slib/stuff/licence tumbler-dev/receipt tumbler/receipt vfu/receipt
line diff
     1.1 --- a/faenza-icon-theme-emblems/receipt	Mon Apr 22 23:09:22 2013 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,39 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="faenza-icon-theme-emblems"
     1.7 -VERSION="1.3"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Faenza icon theme (emblems)"
    1.10 -MAINTAINER="al.bobylev@gmail.com"
    1.11 -LICENSE=""
    1.12 -WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
    1.13 -
    1.14 -WANTED="faenza-icon-theme"
    1.15 -DEPENDS="faenza-icon-theme"
    1.16 -
    1.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 -genpkg_rules()
    1.19 -{
    1.20 -	mkdir -p $fs/usr/share/icons
    1.21 -	cd $fs/usr/share/icons
    1.22 -	tar xf $src/Faenza.tar.gz Faenza/emblems
    1.23 -	# remove big sizes and scalable
    1.24 -	rm -rf $(find . -type d -regex '.*/\(64\|96\|scalable\)')
    1.25 -	# SliTaz locale settings
    1.26 -	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.27 -	cd $fs/usr/share/icons/Faenza/emblems/16
    1.28 -	for icon in $(ls -1 *.icon); do
    1.29 -		CONTENT=$(cat $icon);
    1.30 -		echo "[Icon Data]" > $icon;
    1.31 -		echo "$CONTENT" | grep 'DisplayName=' >> $icon;
    1.32 -		for lang in $LOCALE_PACK; do
    1.33 -			echo "$CONTENT" | fgrep "DisplayName["$lang"]=" >> $icon;
    1.34 -			for size in 22 24 32 48; do
    1.35 -				rm -f ../$size/$icon
    1.36 -				ln -s ../16/$icon ../$size/$icon
    1.37 -			done
    1.38 -		done
    1.39 -	done
    1.40 -	true
    1.41 -}
    1.42 -
     2.1 --- a/ffmpegthumbnailer-dev/receipt	Mon Apr 22 23:09:22 2013 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,21 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="ffmpegthumbnailer-dev"
     2.7 -VERSION="2.0.8"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Development files for ffmpegthumbnailer"
    2.10 -MAINTAINER="al.bobylev@gmail.com"
    2.11 -LICENSE="GPLv2"
    2.12 -WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/"
    2.13 -
    2.14 -WANTED="ffmpegthumbnailer"
    2.15 -DEPENDS="ffmpegthumbnailer"
    2.16 -
    2.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.18 -genpkg_rules()
    2.19 -{
    2.20 -	mkdir -p $fs/usr/lib
    2.21 -	cp -a $install/usr/include $fs/usr
    2.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    2.23 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    2.24 -}
     3.1 --- a/ffmpegthumbnailer/receipt	Mon Apr 22 23:09:22 2013 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,34 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="ffmpegthumbnailer"
     3.7 -VERSION="2.0.8"
     3.8 -CATEGORY="system"
     3.9 -SHORT_DESC="Lightweight video thumbnailer that can be used by file managers"
    3.10 -MAINTAINER="al.bobylev@gmail.com"
    3.11 -LICENSE="GPLv2"
    3.12 -WEB_SITE="http://code.google.com/p/ffmpegthumbnailer/"
    3.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.14 -WGET_URL="http://ffmpegthumbnailer.googlecode.com/files/$TARBALL"
    3.15 -
    3.16 -DEPENDS="ffmpeg gcc-lib-base libjpeg libpng"
    3.17 -BUILD_DEPENDS="ffmpeg-dev libpng-dev jpeg-dev"
    3.18 -
    3.19 -# Rules to configure and make the package.
    3.20 -compile_rules()
    3.21 -{
    3.22 -	./configure \
    3.23 -		--enable-png \
    3.24 -		--enable-jpeg \
    3.25 -		--enable-gio \
    3.26 -		$CONFIGURE_ARGS &&
    3.27 -	make &&
    3.28 -	make install
    3.29 -}
    3.30 -
    3.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.32 -genpkg_rules()
    3.33 -{
    3.34 -	mkdir -p $fs/usr/lib
    3.35 -	cp -a $install/usr/bin $fs/usr
    3.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.37 -}
     4.1 --- a/foobillardplus-music/receipt	Mon Apr 22 23:09:22 2013 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,19 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="foobillardplus-music"
     4.7 -VERSION="3.42beta"
     4.8 -CATEGORY="games"
     4.9 -SHORT_DESC="Music files for FooBillard++"
    4.10 -MAINTAINER="al.bobylev@gmail.com"
    4.11 -LICENSE=""
    4.12 -WEB_SITE="http://foobillard.sourceforge.net/"
    4.13 -
    4.14 -WANTED="foobillardplus"
    4.15 -DEPENDS="foobillardplus"
    4.16 -
    4.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.18 -genpkg_rules()
    4.19 -{
    4.20 -	mkdir -p $fs/usr/share/foobillardplus
    4.21 -	cp -a $src/data/music $fs/usr/share/foobillardplus
    4.22 -}
     5.1 --- a/foobillardplus/receipt	Mon Apr 22 23:09:22 2013 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,44 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="foobillardplus"
     5.7 -VERSION="3.42beta"
     5.8 -CATEGORY="games"
     5.9 -SHORT_DESC="FooBillard - free 3D OpenGL billard game for linux"
    5.10 -MAINTAINER="al.bobylev@gmail.com"
    5.11 -LICENSE=""
    5.12 -WEB_SITE="http://foobillard.sourceforge.net/"
    5.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    5.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    5.15 -
    5.16 -DEPENDS="bzlib freetype libglu-mesa libpng libsdl-mixer libsdl-net"
    5.17 -
    5.18 -BUILD_DEPENDS="bash automake autoconf libsdl-dev libsdl-mixer-dev \
    5.19 -libsdl-net-dev mesa-dev libglu-mesa freetype-dev libpng-dev"
    5.20 -
    5.21 -# Rules to configure and make the package.
    5.22 -compile_rules()
    5.23 -{
    5.24 -	aclocal --force
    5.25 -	autoconf -f
    5.26 -	autoheader -f
    5.27 -#	sed -i '1,64d' $src/src/Makefile.am
    5.28 -#	sed -i '56d' $src/src/Makefile.am
    5.29 -	automake --gnu -a -c -f
    5.30 -
    5.31 -# --enable-optimization --enable-sse
    5.32 -	./configure &&
    5.33 -	make
    5.34 -}
    5.35 -
    5.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.37 -genpkg_rules()
    5.38 -{
    5.39 -	mkdir -p $fs/usr/bin $fs/usr/share/foobillardplus
    5.40 -	cp -a $src/src/foobillardplus $fs/usr/bin
    5.41 -	DATADIR=$fs/usr/share/foobillardplus
    5.42 -	cp -a $src/data/* $DATADIR
    5.43 -	rm -f $DATADIR/*.ttf
    5.44 -	rm -f $DATADIR/*.ico
    5.45 -	# move to package foobillardplus-music
    5.46 -	rm -rf $DATADIR/music
    5.47 -}
     6.1 --- a/foobillardplus/stuff/foobillardplus.desktop	Mon Apr 22 23:09:22 2013 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,10 +0,0 @@
     6.4 -[Desktop Entry]
     6.5 -Type=Application
     6.6 -Name=Foobillard++
     6.7 -GenericName=OpenGL Billiard Game
     6.8 -Comment=OpenGL Billiard Game
     6.9 -Comment[ru]=Бильярд на OpenGL
    6.10 -Exec=foobillardplus
    6.11 -Terminal=false
    6.12 -Icon=/usr/share/foobillardplus/foobillardplus.png
    6.13 -Categories=Game;SportsGame;
     7.1 --- a/gnucash/receipt	Mon Apr 22 23:09:22 2013 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,45 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="gnucash"
     7.7 -VERSION="2.4.11"
     7.8 -CATEGORY="office"
     7.9 -SHORT_DESC="Financial-accounting software"
    7.10 -MAINTAINER="domcox@slitaz.org"
    7.11 -LICENSE="gpl"
    7.12 -WEB_SITE="http://www.gnucash.org"
    7.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    7.14 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    7.15 -
    7.16 -DEPENDS="GConf gnome-vfs gmp goffice guile libgnome libgnomeui libgsf libofx libwebkit libxslt slib zlib"
    7.17 -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"
    7.18 -
    7.19 -# Rules to configure and make the package.
    7.20 -compile_rules()
    7.21 -{
    7.22 -	# patch G_CONST_RETURN deprecated
    7.23 -	for file_diff in $stuff/*.patch; do
    7.24 -		echo -n "Applying patch $(basename $file_diff)"
    7.25 -		patch -Np3 -i $file_diff > /dev/null
    7.26 -		status
    7.27 -	done
    7.28 -	# busybox compliant
    7.29 -	sed -i 's/cat -s/cat/g' $src/doc/Makefile.in
    7.30 -	# build
    7.31 -	./configure $CONFIGURE_ARGS \
    7.32 -		--prefix="/usr" \
    7.33 -		--disable-html-docs \
    7.34 -		--with-html-engine="webkit" \
    7.35 -		--disable-dbi \
    7.36 -		--disable-ofx \
    7.37 -		--disable-aqbanking \
    7.38 -		--disable-deprecated-glib \
    7.39 -		--disable-schemas-install \
    7.40 -		LDFLAGS='-Wl,-O1 -Wl,--as-needed' &&
    7.41 -	make && make -j1 install
    7.42 -}
    7.43 -
    7.44 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.45 -genpkg_rules()
    7.46 -{
    7.47 -	cp -a $install/* $fs
    7.48 -}
     8.1 --- a/gnucash/stuff/G_CONST_RETURN_deprecated.patch	Mon Apr 22 23:09:22 2013 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,53 +0,0 @@
     8.4 -Index: gnucash/trunk/src/gnome-utils/gnc-date-edit.c
     8.5 -===================================================================
     8.6 ---- a/gnucash/trunk/src/gnome-utils/gnc-date-edit.c
     8.7 -+++ b/gnucash/trunk/src/gnome-utils/gnc-date-edit.c
     8.8 -@@ -748,4 +748,4 @@
     8.9 - {
    8.10 -     GNCDateEdit *gde = data;
    8.11 --    G_CONST_RETURN char *string;
    8.12 -+    const char *string;
    8.13 -     struct tm tm;
    8.14 -
    8.15 -Index: gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c
    8.16 -===================================================================
    8.17 ---- a/gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c
    8.18 -+++ b/gnucash/trunk/src/import-export/aqbanking/gnc-ab-kvp.c
    8.19 -@@ -46,5 +46,5 @@
    8.20 - static kvp_frame *gnc_ab_get_book_kvp(QofBook *b, gboolean create);
    8.21 - 
    8.22 --G_CONST_RETURN gchar *
    8.23 -+const gchar *
    8.24 - gnc_ab_get_account_accountid(const Account *a)
    8.25 - {
    8.26 -@@ -65,5 +65,5 @@
    8.27 - }
    8.28 - 
    8.29 --G_CONST_RETURN gchar *
    8.30 -+const gchar *
    8.31 - gnc_ab_get_account_bankcode(const Account *a)
    8.32 - {
    8.33 -
    8.34 -Index: gnucash/trunk/src/libqof/qof/guid.c
    8.35 -===================================================================
    8.36 ---- a/gnucash/trunk/src/libqof/qof/guid.c
    8.37 -+++ b/gnucash/trunk/src/libqof/qof/guid.c
    8.38 -@@ -72,5 +72,5 @@
    8.39 -  * @return the value stored in @a value
    8.40 -  */
    8.41 --G_CONST_RETURN GncGUID*
    8.42 -+const GncGUID*
    8.43 - gnc_value_get_guid (const GValue *value)
    8.44 - {
    8.45 -
    8.46 -Index: gnucash/trunk/src/libqof/qof/guid.h
    8.47 -===================================================================
    8.48 ---- a/gnucash/trunk/src/libqof/qof/guid.h
    8.49 -+++ b/gnucash/trunk/src/libqof/qof/guid.h
    8.50 -@@ -65,5 +65,5 @@
    8.51 - 
    8.52 - GType gnc_guid_get_type (void);
    8.53 --G_CONST_RETURN GncGUID* gnc_value_get_guid (const GValue *value);
    8.54 -+const GncGUID* gnc_value_get_guid (const GValue *value);
    8.55 - 
    8.56 - /** number of characters needed to encode a guid as a string
     9.1 --- a/hg-git/receipt	Mon Apr 22 23:09:22 2013 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,26 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="hg-git"
     9.7 -VERSION="5861777f2f5e"
     9.8 -CATEGORY="misc"
     9.9 -SHORT_DESC="Git plugin for mercurial."
    9.10 -MAINTAINER="pascal.bellard@slitaz.org"
    9.11 -WEB_SITE="http://hg-git-github.com/"
    9.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    9.13 -WGET_URL="https://bitbucket.org/durin42/$PACKAGE/get/$VERSION.tar.bz2"
    9.14 -
    9.15 -DEPENDS="mercurial dulwich python"
    9.16 -BUILD_DEPENDS="wget python-dev"
    9.17 -
    9.18 -# Rules to configure and make the package.
    9.19 -compile_rules()
    9.20 -{
    9.21 -	cd $src
    9.22 -	python setup.py install --root=$DESTDIR --prefix=/usr
    9.23 -}
    9.24 -
    9.25 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.26 -genpkg_rules()
    9.27 -{
    9.28 -	cp -a $_pkg/* $fs
    9.29 -}
    10.1 --- a/re-alpine/receipt	Mon Apr 22 23:09:22 2013 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,33 +0,0 @@
    10.4 -# SliTaz package receipt.
    10.5 -
    10.6 -PACKAGE="re-alpine"
    10.7 -VERSION="2.03"
    10.8 -CATEGORY="network"
    10.9 -SHORT_DESC="Re-alpine is the continuation of Alpine (a text-based email client)."
   10.10 -MAINTAINER="paul@slitaz.org"
   10.11 -DEPENDS="libssl pam libldap libsasl ncurses libkrb5 libcomerr3"
   10.12 -BUILD_DEPENDS="openssl-dev pam-dev openldap-dev cyrus-sasl-dev libldap krb5-dev"
   10.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   10.14 -WEB_SITE="http://sourceforge.net/projects/re-alpine/"
   10.15 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   10.16 -TAGS="mail client"
   10.17 -
   10.18 -# Rules to configure and make the package.
   10.19 -compile_rules()
   10.20 -{
   10.21 -	cd $src
   10.22 -	./configure \
   10.23 -		--prefix=/usr \
   10.24 -		--mandir=/usr/share/man \
   10.25 -		--with-ssl-dir=/usr \
   10.26 -		$CONFIGURE_ARGS &&
   10.27 -	make && make install
   10.28 -}
   10.29 -
   10.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.31 -genpkg_rules()
   10.32 -{
   10.33 -	mkdir -p $fs/usr
   10.34 -	cp -a $install/usr/bin $fs/usr
   10.35 -}
   10.36 -
    11.1 --- a/sbackup/receipt	Mon Apr 22 23:09:22 2013 +0200
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,30 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="sbackup"
    11.7 -VERSION="0.11.4"
    11.8 -CATEGORY="network"
    11.9 -SHORT_DESC="Simple backup."
   11.10 -MAINTAINER="pascal.bellard@slitaz.org"
   11.11 -WEB_SITE="http://sourceforge.net/projects/sbackup/"
   11.12 -TARBALL="${PACKAGE}_$VERSION.tar.gz"
   11.13 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
   11.14 -
   11.15 -DEPENDS="python notify-python gettext pygtk gvfs fuse \
   11.16 -sshfs-fuse curlftpfs desktop-file-utils"
   11.17 -#pygnome pyglade gvfs-fuse gvfs-backends python-expect 
   11.18 -#fuse-utils python-gnome2 python-glade2 gconf2 
   11.19 -BUILD_DEPENDS="$DEPENDS setuptools"
   11.20 -
   11.21 -# Rules to configure and make the package.
   11.22 -compile_rules()
   11.23 -{
   11.24 -	cd $src
   11.25 -	make && make DESTDIR=$DESTDIR/usr install
   11.26 -	# sudo sbackupconfig
   11.27 -}
   11.28 -
   11.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.30 -genpkg_rules()
   11.31 -{
   11.32 -	cp -a $install/* $fs
   11.33 -}
    12.1 --- a/slib/receipt	Mon Apr 22 23:09:22 2013 +0200
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,51 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="slib"
    12.7 -VERSION="3b3"
    12.8 -CATEGORY="office"
    12.9 -SHORT_DESC="portable library for the programming language Scheme"
   12.10 -MAINTAINER="domcox@slitaz.org"
   12.11 -LICENSE="Public Domain"
   12.12 -WEB_SITE="http://people.csail.mit.edu/jaffer/SLIB"
   12.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   12.14 -WGET_URL="http://groups.csail.mit.edu/mac/ftpdir/scm/$TARBALL"
   12.15 -
   12.16 -DEPENDS="guile"
   12.17 -BUILD_DEPENDS="guile texinfo"
   12.18 -
   12.19 -# Rules to configure and make the package.
   12.20 -compile_rules()
   12.21 -{
   12.22 -	./configure  \
   12.23 -		--prefix=/usr &&
   12.24 -	sed -i 's/SCHEME = scm/SCHEME = guile/' Makefile
   12.25 -	echo "# install-script"
   12.26 -	make install-script
   12.27 -	echo "# install files"
   12.28 -	mkdir -p $install/usr/share/slib
   12.29 -	install -m644 *.scm *.init *.xyz *.txt *.dat *.ps $install/usr/share/slib
   12.30 -	echo "# creating SLIB initialization file"
   12.31 -	mkdir -p $install/usr/share/guile/1.8
   12.32 -	ln -s $install/usr/share/slib $install/usr/share/guile/site
   12.33 -}
   12.34 -
   12.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.36 -genpkg_rules()
   12.37 -{
   12.38 -	cp -a $install/* $fs
   12.39 -}
   12.40 -
   12.41 -post_install()
   12.42 -{
   12.43 -	# add path to initialization file
   12.44 -	sed -i s'#(load-from.*#(load-from-path "/usr/share/slib/guile.init")#' \
   12.45 -		/usr/share/guile/1.8/ice-9/slib.scm
   12.46 -	printf "Creating catalog"
   12.47 -	guile -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))"
   12.48 -	status
   12.49 -}
   12.50 -
   12.51 -post_remove()
   12.52 -{
   12.53 -	rm -f /usr/share/guile/1.8/slibcat
   12.54 -}
    13.1 --- a/slib/stuff/licence	Mon Apr 22 23:09:22 2013 +0200
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,37 +0,0 @@
    13.4 -			      SLIB LICENSE
    13.5 -
    13.6 -Each file in SLIB (over a dozen lines in length) is either in the public
    13.7 -domain, or comes with a statement of terms permitting users to copy,
    13.8 -modify, and redistribute it.
    13.9 -
   13.10 -The comments at the beginning each file (containing over a dozen lines)
   13.11 -must specify its terms.  For instance, the comments at the beginning of
   13.12 -"Template.scm" declare that it is in the public domain:
   13.13 -
   13.14 -  ;;; "Template.scm" configuration template of *features* for Scheme
   13.15 -  ;;; Author: Aubrey Jaffer
   13.16 -  ;;;
   13.17 -  ;;; This code is in the public domain.
   13.18 -
   13.19 -Each copyrighted file lists the names of the copyright holders and gives
   13.20 -permissions to copy, modify, and redistribute the file.  For instance,
   13.21 -the beginning of "require.scm" states:
   13.22 -
   13.23 -  ;;;; Implementation of VICINITY and MODULES for Scheme
   13.24 -  ;Copyright (C) 1991, 1992, 1993, 1994, 1997 Aubrey Jaffer
   13.25 -  ;
   13.26 -  ;Permission to copy this software, to modify it, to redistribute it,
   13.27 -  ;to distribute modified versions, and to use it for any purpose is
   13.28 -  ;granted, subject to the following restrictions and understandings.
   13.29 -  ;
   13.30 -  ;1.  Any copy made of this software must include this copyright notice
   13.31 -  ;in full.
   13.32 -  ;
   13.33 -  ;2.  I have made no warranty or representation that the operation of
   13.34 -  ;this software will be error-free, and I am under no obligation to
   13.35 -  ;provide any services, by way of maintenance, update, or otherwise.
   13.36 -  ;
   13.37 -  ;3.  In conjunction with products arising from the use of this
   13.38 -  ;material, there shall be no use of my name in any advertising,
   13.39 -  ;promotional, or sales literature without prior written consent in
   13.40 -  ;each case.
    14.1 --- a/tumbler-dev/receipt	Mon Apr 22 23:09:22 2013 +0200
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,24 +0,0 @@
    14.4 -# SliTaz package receipt.
    14.5 -
    14.6 -PACKAGE="tumbler-dev"
    14.7 -VERSION="0.1.27"
    14.8 -CATEGORY="development"
    14.9 -SHORT_DESC="Development files for tumbler"
   14.10 -MAINTAINER="al.bobylev@gmail.com"
   14.11 -LICENSE="GPL2 LGPL2.1+"
   14.12 -WEB_SITE="http://www.ohloh.net/p/tumbler-xfce"
   14.13 -
   14.14 -WANTED="tumbler"
   14.15 -DEPENDS="tumbler"
   14.16 -
   14.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   14.18 -genpkg_rules()
   14.19 -{
   14.20 -	mkdir -p $fs/usr/lib/tumbler-1
   14.21 -	cp -a $install/usr/include $fs/usr
   14.22 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   14.23 -	cp -a $install/usr/lib/*.la $usr/lib
   14.24 -	cp -a $install/usr/lib/tumbler-1/plugins $fs/usr/lib/tumbler-1
   14.25 -	find $fs/usr/lib -name '*.so*' -delete
   14.26 -
   14.27 -}
    15.1 --- a/tumbler/receipt	Mon Apr 22 23:09:22 2013 +0200
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,50 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="tumbler"
    15.7 -VERSION="0.1.27"
    15.8 -CATEGORY="system"
    15.9 -SHORT_DESC="A D-Bus thumbnailing service based on the thumbnail management D-Bus specification"
   15.10 -MAINTAINER="al.bobylev@gmail.com"
   15.11 -LICENSE="GPL2 LGPL2.1+"
   15.12 -WEB_SITE="http://www.ohloh.net/p/tumbler-xfce"
   15.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   15.14 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
   15.15 -WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/$HI_VERSION/$TARBALL"
   15.16 -CONFIG_FILES="/etc/xdg/tumbler/tumbler.rc"
   15.17 -
   15.18 -DEPENDS="dbus-glib ffmpegthumbnailer libcurl libgsf poppler"
   15.19 -BUILD_DEPENDS="dbus-glib-dev curl-dev  glib-dev libgio-dev gdk-pixbuf-dev \
   15.20 -freetype-dev jpeg-dev ffmpegthumbnailer-dev gst-plugins-base-dev \
   15.21 -libgsf-dev poppler-dev libpng-dev lcms-dev" # gstreamer-dev (v.1.0)
   15.22 -
   15.23 -# Rules to configure and make the package.
   15.24 -compile_rules()
   15.25 -{
   15.26 -	./configure \
   15.27 -		--sysconfdir=/etc \
   15.28 -		--enable-debug=no \
   15.29 -		$CONFIGURE_ARGS &&
   15.30 -	make &&
   15.31 -	make install
   15.32 -}
   15.33 -
   15.34 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.35 -genpkg_rules()
   15.36 -{
   15.37 -	mkdir -p \
   15.38 -		$fs/usr/lib \
   15.39 -		$fs/usr/share/locale
   15.40 -	cp -a $install/etc $fs
   15.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   15.42 -	cp -a $install/usr/lib/tumbler* $fs/usr/lib
   15.43 -	find $fs/usr/lib -name '*.la' -delete
   15.44 -	cp -a $install/usr/share/dbus* $fs/usr/share
   15.45 -
   15.46 -	# SliTaz locale settings
   15.47 -	. $WOK/slitaz-i18n/stuff/locale-pack.conf
   15.48 -	for lang in $LOCALE_PACK; do
   15.49 -		langd=$install/usr/share/locale/$lang
   15.50 -		[ -d $langd ] && cp -a $langd $fs/usr/share/locale
   15.51 -	done
   15.52 -	true
   15.53 -}
    16.1 --- a/vfu/receipt	Mon Apr 22 23:09:22 2013 +0200
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,31 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="vfu"
    16.7 -VERSION="4.12"
    16.8 -CATEGORY="utilities"
    16.9 -SHORT_DESC="VFU is a console (text mode) file manager for UNIX/Linux."
   16.10 -MAINTAINER="paul@slitaz.org"
   16.11 -DEPENDS="ncurses pcre"
   16.12 -BUILD_DEPENDS="ncurses-dev pcre-dev"
   16.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   16.14 -WEB_SITE="http://cade.datamax.bg/vfu/"
   16.15 -WGET_URL="http://cade.datamax.bg/vfu/$TARBALL"
   16.16 -
   16.17 -# Rules to configure and make the package.
   16.18 -compile_rules()
   16.19 -{
   16.20 -	cd $src
   16.21 -	make
   16.22 -}
   16.23 -
   16.24 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.25 -genpkg_rules()
   16.26 -{
   16.27 -	mkdir -p $fs/usr/bin $fs/usr/lib/vfu $fs/etc
   16.28 -	cp -a $src/vfu/vfu $fs/usr/bin
   16.29 -	cp -a $src/rx/rx_* $fs/usr/lib/vfu
   16.30 -	cp -a $src/vfu.conf $fs/etc
   16.31 -	chown root:root $fs/etc/vfu.conf
   16.32 -	chown -R root:root $fs/usr/lib/vfu
   16.33 -}
   16.34 -