wok diff compiz-plugins-unsupported-dev/receipt @ rev 23784

updated xvkbd (3.7 -> 4.1)
author Hans-G?nter Theisgen
date Thu May 21 14:49:06 2020 +0100 (2020-05-21)
parents a17c9d3ed9ba
children
line diff
     1.1 --- a/compiz-plugins-unsupported-dev/receipt	Fri Jun 17 16:00:57 2016 +0300
     1.2 +++ b/compiz-plugins-unsupported-dev/receipt	Thu May 21 14:49:06 2020 +0100
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="compiz-plugins-unsupported-dev"
     1.7 -VERSION="0.8.12"
     1.8 +VERSION="0.8.14"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Compiz plugins-extra devel files."
    1.11 +SHORT_DESC="Compiz plugins-unsupported - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 -WEB_SITE="http://www.compiz.org/"
    1.15 +WEB_SITE="https://github.com/compiz-reloaded"
    1.16  
    1.17 +DEPENDS="pkg-config"
    1.18  WANTED="compiz-plugins-unsupported"
    1.19 -DEPENDS="pkg-config"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/include	$fs/usr
    1.27  }