wok-next diff leafpad/receipt @ rev 20749

pcre package was split into separate libs. Update the dependencies of the packages that previously depended on pcre.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 01 00:47:43 2018 +0300 (2018-06-01)
parents 2e9df1b30cc2
children f99935f1778a
line diff
     1.1 --- a/leafpad/receipt	Thu Aug 31 03:20:51 2017 +0300
     1.2 +++ b/leafpad/receipt	Fri Jun 01 00:47:43 2018 +0300
     1.3 @@ -1,33 +1,27 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="leafpad"
     1.8  VERSION="0.8.18.1"
     1.9  CATEGORY="utilities"
    1.10 -SHORT_DESC="GTK simple text editor."
    1.11 +SHORT_DESC="Simple GTK text editor"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://tarot.freeshell.org/leafpad/"
    1.18  WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
    1.19 -TAGS="text-editor"
    1.20 -HOST_ARCH="i486 arm"
    1.21 +
    1.22 +BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
    1.23  GENERIC_PIXMAPS="no"
    1.24  
    1.25 -DEPENDS="gtk+ xorg-libXdamage"
    1.26 -BUILD_DEPENDS="gtk+-dev xorg-libXrender-dev xorg-xproto intltool"
    1.27 -
    1.28 -# Rules to configure and make the package.
    1.29 -compile_rules()
    1.30 -{
    1.31 +compile_rules() {
    1.32  	chmod +x install-sh
    1.33 -	patch -p1 -i $stuff/icon.patch
    1.34  
    1.35  	./configure $CONFIGURE_ARGS && make && make install
    1.36  }
    1.37  
    1.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.39 -genpkg_rules()
    1.40 -{
    1.41 -	mkdir -p $fs/usr
    1.42 -	cp -a $install/usr/bin $fs/usr
    1.43 +genpkg_rules() {
    1.44 +	copy leafpad
    1.45 +	DEPENDS="gtk+ xorg-libXdamage"
    1.46 +	TAGS="text-editor"
    1.47  }