wok-next diff gtk2-engine-murrine/receipt @ rev 20043

gdb: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 21:23:15 2017 +0200 (2017-10-22)
parents 40fab26c175d
children 0ec6086e21d6
line diff
     1.1 --- a/gtk2-engine-murrine/receipt	Mon May 09 21:59:10 2016 +0300
     1.2 +++ b/gtk2-engine-murrine/receipt	Sun Oct 22 21:23:15 2017 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="gtk2-engine-murrine"
     1.8  VERSION="0.98.2"
     1.9 @@ -8,12 +8,11 @@
    1.10  LICENSE="LGPL3"
    1.11  #WEB_SITE="http://www.cimitan.com/murrine"
    1.12  WEB_SITE="http://ubuntuforums.org/showthread.php?t=239378"
    1.13 +
    1.14  TARBALL="murrine-$VERSION.tar.xz"
    1.15  WGET_URL="$GNOME_MIRROR/murrine/${VERSION%.*}/$TARBALL"
    1.16 -TAGS="gtk2"
    1.17  
    1.18 -DEPENDS="gtk+"
    1.19 -BUILD_DEPENDS="gtk+-dev libxml2-dev"
    1.20 +BUILD_DEPENDS="gtk+-dev libxml2-dev intltool"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -29,8 +28,7 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr
    1.29 -	cp -a $install/usr/lib $fs/usr
    1.30 -	cp -a $install/usr/share $fs/usr
    1.31 -	find $fs -name '*.la' -delete
    1.32 +	copy @std
    1.33 +	TAGS="gtk2"
    1.34 +	DEPENDS="gtk+"
    1.35  }