wok diff libwnck-dev/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 86790a278e70
children 870e1ce31226
line diff
     1.1 --- a/libwnck-dev/receipt	Tue Aug 07 23:03:21 2018 +0200
     1.2 +++ b/libwnck-dev/receipt	Tue Apr 14 15:51:31 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libwnck-dev"
     1.7 -VERSION="2.30.7"
     1.8 +VERSION="2.31.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="libwnck devel files."
    1.11 +SHORT_DESC="libwnck development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="LGPL2"
    1.14 +WEB_SITE="https://developer.gnome.org/libwnck/"
    1.15 +
    1.16 +DEPENDS="gtk+-dev libwnck pkg-config startup-notification-dev"
    1.17  WANTED="libwnck"
    1.18 -WEB_SITE="https://www.gnome.org/"
    1.19 -
    1.20 -DEPENDS="libwnck gtk+-dev startup-notification-dev pkg-config"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib $fs/usr/share
    1.26 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/share/gir-1.0 $fs/usr/share
    1.30 +	mkdir -p $fs/usr/lib
    1.31 +	mkdir -p $fs/usr/share
    1.32 +
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35 +	cp -a $install/usr/include		$fs/usr
    1.36 +	cp -a $install/usr/share/gir-1.0	$fs/usr/share
    1.37  }