wok diff lxpanel-dev/receipt @ rev 25176

updated python-formalchemy (1.5.5 -> 1.5.6)
author Hans-G?nter Theisgen
date Fri Jul 01 17:52:21 2022 +0100 (23 months ago)
parents f785404cbaa7
children
line diff
     1.1 --- a/lxpanel-dev/receipt	Thu Apr 30 16:01:51 2020 +0000
     1.2 +++ b/lxpanel-dev/receipt	Fri Jul 01 17:52:21 2022 +0100
     1.3 @@ -1,27 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="lxpanel-dev"
     1.7 -VERSION="0.10.0"
     1.8 +VERSION="0.10.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="LXDE panel (development)"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +TAGS="LXDE"
    1.13 +SHORT_DESC="LXDE panel - development files."
    1.14 +MAINTAINER="maintainer@slitaz.org"
    1.15  LICENSE="GPL2"
    1.16 -WEB_SITE="https://wiki.lxde.org/en/LXPanel"
    1.17 -TAGS="LXDE"
    1.18 +WEB_SITE="https://www.lxde.org/"
    1.19 +
    1.20 +DEPENDS="libfm-dev lxpanel pkg-config"
    1.21 +WANTED="lxpanel"
    1.22 +
    1.23  HOST_ARCH="i486 arm"
    1.24  
    1.25 -WANTED="lxpanel"
    1.26 -DEPENDS="pkg-config libfm-dev lxpanel"
    1.27 -
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	mkdir -p $fs/usr/lib
    1.32 -	cp -a $install/usr/include       $fs/usr
    1.33 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.34 +	cook_copy_folders	include
    1.35 +	cook_copy_folders	pkgconfig
    1.36 +	cook_copy_files		*.*a
    1.37  
    1.38  	# add some private files to build waterline-plugin-multiload
    1.39 -	cp $src/src/private.h $fs/usr/include/lxpanel/
    1.40 -	cp $src/src/lxpanelctl.h $fs/usr/include/lxpanel/
    1.41 -	cp $src/src/ev.h $fs/usr/include/lxpanel/
    1.42 +	cp $src/src/private.h		$fs/usr/include/lxpanel
    1.43 +	cp $src/src/lxpanelctl.h	$fs/usr/include/lxpanel
    1.44 +	cp $src/src/ev.h		$fs/usr/include/lxpanel
    1.45  }