wok-next diff xfce4-appfinder/receipt @ rev 20427

Up cookutils (1024), tazpkg (957)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 24 12:19:58 2018 +0200 (2018-01-24)
parents efeb34a6c533
children 757d032c55c7
line diff
     1.1 --- a/xfce4-appfinder/receipt	Mon Apr 07 08:05:24 2014 +0000
     1.2 +++ b/xfce4-appfinder/receipt	Wed Jan 24 12:19:58 2018 +0200
     1.3 @@ -1,35 +1,29 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xfce4-appfinder"
     1.8 -VERSION="4.11.0"
     1.9 +VERSION="4.12.0" # Xfce release 4.12: http://archive.xfce.org/xfce/4.12/src/
    1.10  CATEGORY="x-window"
    1.11 -SHORT_DESC="Xfce Application Finder"
    1.12 +SHORT_DESC="Xfce application finder"
    1.13  MAINTAINER="erjo@slitaz.org"
    1.14  LICENSE="GPL2"
    1.15 +WEB_SITE="http://www.xfce.org/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://www.xfce.org"
    1.19  WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.20  
    1.21 -DEPENDS="gtk+ garcon libxfce4ui xfconf thunar gamin dbus-glib startup-notification \
    1.22 - garcon util-linux-uuid"
    1.23 -BUILD_DEPENDS="intltool libxfce4util-dev libxfce4ui-dev garcon-dev xfconf-dev \
    1.24 - startup-notification-dev dbus-glib-dev util-linux-uuid-dev "
    1.25 +BUILD_DEPENDS="intltool libxfce4util-dev garcon-dev"
    1.26  
    1.27 -# Rules to configure and make the package.
    1.28 -compile_rules()
    1.29 -{
    1.30 -	cd $src
    1.31 -	./configure --prefix=/usr \
    1.32 -		--disable-static \
    1.33 -		--disable-debug $CONFIGURE_ARGS && 
    1.34 -	make && make DESTDIR=$DESTDIR install
    1.35 +compile_rules() {
    1.36 +	./configure \
    1.37 +		--sysconfdir=/etc \
    1.38 +		--localstatedir=/var \
    1.39 +		--disable-debug \
    1.40 +		$CONFIGURE_ARGS &&
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.46 -genpkg_rules()
    1.47 -{
    1.48 -	mkdir -p $fs/usr/share/locale
    1.49 -	cp -a $install/usr/bin $fs/usr
    1.50 -	cp -a $install/usr/share/applications $fs/usr/share
    1.51 +genpkg_rules() {
    1.52 +	copy @std
    1.53 +	DEPENDS="garcon gdk-pixbuf glib gtk+ libxfce4ui libxfce4util xfconf"
    1.54  }
    1.55 -