wok diff libnotify/receipt @ rev 23324

updated perl-extutils-depends (0.405 -> 0.8000)
author Hans-G?nter Theisgen
date Mon Mar 30 17:02:48 2020 +0100 (2020-03-30)
parents da71f20282cc
children 5d79829fa876
line diff
     1.1 --- a/libnotify/receipt	Tue Feb 10 20:07:21 2015 +0000
     1.2 +++ b/libnotify/receipt	Mon Mar 30 17:02:48 2020 +0100
     1.3 @@ -22,7 +22,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cd $src
     1.8 +	patch -p1 -i $stuff/print-and-replace-id-v3.patch
     1.9 +
    1.10  	sed -e 's/REQ_GTK_VERSION=2.90/REQ_GTK_VERSION=2.24/' \
    1.11  	-e 's/tests_modules="gtk+-3.0 >= $REQ_GTK_VERSION"/tests_modules="gtk+-2.0 >= $REQ_GTK_VERSION"/' \
    1.12  	-i configure
    1.13 @@ -35,7 +36,7 @@
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17 -    mkdir -p $fs/usr/lib
    1.18 -    cp -a $install/usr/bin $fs/usr
    1.19 -    cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.20 +	mkdir -p $fs/usr/lib
    1.21 +	cp -a $install/usr/bin $fs/usr
    1.22 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.23  }