wok-next diff lxtask/receipt @ rev 21017

Some maintenance
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 16 16:46:05 2018 +0300 (2018-10-16)
parents c4e53a39395a
children d5aab818505e
line diff
     1.1 --- a/lxtask/receipt	Fri Mar 02 12:12:14 2018 +0200
     1.2 +++ b/lxtask/receipt	Tue Oct 16 16:46:05 2018 +0300
     1.3 @@ -7,27 +7,24 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="GPL2"
     1.6  WEB_SITE="https://wiki.lxde.org/en/LXTask"
     1.7 +LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxtask.html"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$SF_MIRROR/lxde/$TARBALL"
    1.11  
    1.12 -BUILD_DEPENDS="gtk+-dev intltool"
    1.13 +BUILD_DEPENDS="gtk2-dev intltool"
    1.14  
    1.15 -# Rules to configure and make the package.
    1.16 -compile_rules()
    1.17 -{
    1.18 -	# http://www.linuxfromscratch.org/blfs/view/stable/lxde/lxtask.html
    1.19 -
    1.20 +compile_rules() {
    1.21  	# remove keywords from desktop file
    1.22  	sed -i '/^_Keywords=/d' data/lxtask.desktop.in
    1.23  
    1.24 -	./configure $CONFIGURE_ARGS && make && make install
    1.25 +	./configure $CONFIGURE_ARGS &&
    1.26 +	make &&
    1.27 +	make install
    1.28  }
    1.29  
    1.30 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 -genpkg_rules()
    1.32 -{
    1.33 +genpkg_rules() {
    1.34  	copy @std
    1.35 -	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk+ pango"
    1.36 +	DEPENDS="atk cairo fontconfig freetype gdk-pixbuf glib gtk2 pango"
    1.37  	TAGS="LXDE"
    1.38  }