wok-stable rev 4147

emov Thunar, Thunar-dev, Terminal
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 14:00:03 2009 +0000 (2009-09-20)
parents 1e286e57a52f
children f9d4fd6e3c36
files Terminal/receipt Thunar-dev/receipt Thunar/receipt
line diff
     1.1 --- a/Terminal/receipt	Sun Sep 20 13:49:54 2009 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,33 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="Terminal"
     1.7 -VERSION="0.2.8.3"
     1.8 -CATEGORY="x-window"
     1.9 -SHORT_DESC="Terminal emunaltor for Xfce Desktop Environment"
    1.10 -MAINTAINER="erjo@slitaz.org"
    1.11 -DEPENDS="libexo vte startup-notification dbus ncurses xorg-libXdamage"
    1.12 -BUILD_DEPENDS="libexo-dev vte vte-dev dbus-dev startup-notification-dev"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 -WEB_SITE="http://www.xfce.org/"
    1.15 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL"
    1.16 -
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 -	cd $src
    1.21 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.22 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.23 -	make && make DESTDIR=$PWD/_pkg install
    1.24 -}
    1.25 -
    1.26 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 -genpkg_rules()
    1.28 -{
    1.29 -	mkdir -p $fs/usr/share/locale
    1.30 -	
    1.31 -	cp -a $_pkg/usr/bin $fs/usr
    1.32 -	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.33 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.34 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.35 -}
    1.36 -
     2.1 --- a/Thunar-dev/receipt	Sun Sep 20 13:49:54 2009 +0000
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,22 +0,0 @@
     2.4 -# SliTaz package receipt."
     2.5 -
     2.6 -PACKAGE="Thunar-dev"
     2.7 -VERSION="0.9.3"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Thunar File Manager dev files"
    2.10 -MAINTAINER="erjo@slitaz.org"
    2.11 -DEPENDS="Thunar"
    2.12 -WANTED="Thunar"
    2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.14 -WEB_SITE="http://www.xfce.org"
    2.15 -
    2.16 -genpkg_rules()
    2.17 -{
    2.18 -	mkdir -p $fs/usr/usr/lib/thunarx-1 \
    2.19 -		$fs/usr/lib/thunarx-1
    2.20 -	
    2.21 -	cp -a $_pkg/usr/include $fs/usr
    2.22 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    2.23 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    2.24 -	cp -a $_pkg/usr/lib/thunarx-1/*.*a $fs/usr/lib/thunarx-1
    2.25 -}
     3.1 --- a/Thunar/receipt	Sun Sep 20 13:49:54 2009 +0000
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,48 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="Thunar"
     3.7 -VERSION="0.9.3"
     3.8 -CATEGORY="x-window"
     3.9 -SHORT_DESC="Thnuar File Manager"
    3.10 -MAINTAINER="erjo@slitaz.org"
    3.11 -DEPENDS="libpng jpeg libxfce4util dbus libexo startup-notification xfce4-panel \
    3.12 -pcre xorg-libXdamage"
    3.13 -BUILD_DEPENDS="libpng-dev jpeg-dev libxfce4util-dev dbus-dev 
    3.14 - libexo-dev startup-notification-dev xfce4-panel-dev"
    3.15 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    3.16 -WEB_SITE="http://www.xfce.org"
    3.17 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.4.3/src/$TARBALL"
    3.18 -
    3.19 -# Rules to configure and make the package.
    3.20 -compile_rules()
    3.21 -{
    3.22 -	cd $src
    3.23 -	./configure --prefix=/usr \
    3.24 -		--sysconfdir=/etc \
    3.25 -		--enable-dbus \
    3.26 -		--enable-startup-notification \
    3.27 -		--mandir=/usr/share/man $CONFIGURE_ARGS && \
    3.28 -	make && make DESTDIR=$PWD/_pkg install
    3.29 -}
    3.30 -
    3.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.32 -genpkg_rules()
    3.33 -{
    3.34 -	
    3.35 -	mkdir -p $fs/usr/share \
    3.36 -		$fs/usr/lib/thunarx-1
    3.37 -
    3.38 -	cp -a $_pkg/usr/bin $fs/usr
    3.39 -	cp -a $_pkg/usr/libexec $fs/usr
    3.40 -	cp -a $_pkg/usr/share $fs/usr/
    3.41 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    3.42 -	cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1
    3.43 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    3.44 -	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    3.45 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    3.46 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    3.47 -	cp -a $_pkg/usr/share/thumbnailers $fs/usr/share
    3.48 -	cp -a $_pkg/usr/share/Thunar $fs/usr/share
    3.49 -	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    3.50 -}
    3.51 -