wok-4.x rev 12347

gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 22 01:17:33 2012 +0000 (2012-10-22)
parents 8a7436329750
children b26a3fe9c7bc
files gnome-vfs-i18n/receipt gnome-vfs/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gnome-vfs-i18n/receipt	Mon Oct 22 01:17:33 2012 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gnome-vfs-i18n"
     1.7 +VERSION="2.24.4"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Language files for the GNOME Virtual File System libraries"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS="gnome-vfs"
    1.12 +WEB_SITE="http://www.gnome.org"
    1.13 +WANTED="gnome-vfs"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	mkdir -p $fs/usr/share/locale
    1.19 +	cp -a $_pkg/usr/share/locale/* $fs/usr/share/locale
    1.20 +}
     2.1 --- a/gnome-vfs/receipt	Sun Oct 21 15:39:49 2012 +0200
     2.2 +++ b/gnome-vfs/receipt	Mon Oct 22 01:17:33 2012 +0000
     2.3 @@ -5,11 +5,11 @@
     2.4  CATEGORY="x-window"
     2.5  SHORT_DESC="The GNOME Virtual File System libraries"
     2.6  MAINTAINER="erjo@slitaz.org"
     2.7 -DEPENDS="dbus-glib GConf gnome-mime-data"
     2.8 +DEPENDS="dbus dbus-glib GConf glib glibc-base libffi libgio libxml2 ORBit2 zlib"
     2.9  BUILD_DEPENDS="gtk+-dev dbus-glib-dev GConf-dev bzip2-dev gnome-mime-data libxml2-dev zlib-dev intltool pkg-config"
    2.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.11  WEB_SITE="http://www.gnome.org"
    2.12 -WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.13 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.14  
    2.15  # Rules to configure and make the package.
    2.16  compile_rules()
    2.17 @@ -19,6 +19,7 @@
    2.18  		--prefix=/usr \
    2.19  		--sysconfdir=/etc/gnome \
    2.20  		--libexecdir=/usr/lib/gnome-vfs-2.0 \
    2.21 +		--disable-schemas-install \
    2.22  		$CONFIGURE_ARGS &&
    2.23  	make && make DESTDIR=$PWD/_pkg install
    2.24  }
    2.25 @@ -28,12 +29,12 @@
    2.26  {
    2.27  	mkdir -p $fs/usr/share $fs/usr/lib
    2.28  	cp -a $_pkg/usr/bin $fs/usr
    2.29 -	cp -a $_pkg/usr/share/dbus* $fs/usr/share
    2.30  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.31  	cp -a $_pkg/usr/lib/gnome-vfs* $fs/usr/lib
    2.32 -	
    2.33 +	cp -a $_pkg/usr/share/dbus* $fs/usr/share
    2.34 +	cp -a $_pkg/etc /$fs
    2.35 +
    2.36  	# Clean unwated files
    2.37  	cd $fs/usr/lib/gnome-vfs-2.0 ; find . -name "*.*a" -exec rm -f {} \;
    2.38 -	
    2.39 -	# Stripping all
    2.40 +	rm -rf ./include
    2.41  }