wok rev 25728

added recipe for xfce4-taskmanager-lang
author Hans-G?nter Theisgen
date Sun Aug 18 09:41:58 2024 +0100 (4 weeks ago)
parents 59ec0d609b58
children 3d6dd5de8ef7
files xfce4-taskmanager-lang/receipt xfce4-taskmanager/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xfce4-taskmanager-lang/receipt	Sun Aug 18 09:41:58 2024 +0100
     1.3 @@ -0,0 +1,17 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xfce4-taskmanager-lang"
     1.7 +VERSION="1.0.1"
     1.8 +CATEGORY="localization"
     1.9 +SHORT_DESC="Simple taskmanager for Xfce - localised messages."
    1.10 +MAINTAINER="maintainer@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +WEB_SITE="https://docs.xfce.org/apps/xfce4-taskmanager/start"
    1.13 +
    1.14 +WANTED="xfce4-taskmanager"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	cook_copy_folders	locale
    1.20 +}
     2.1 --- a/xfce4-taskmanager/receipt	Sat Aug 17 17:52:10 2024 +0100
     2.2 +++ b/xfce4-taskmanager/receipt	Sun Aug 18 09:41:58 2024 +0100
     2.3 @@ -6,13 +6,15 @@
     2.4  SHORT_DESC="Simple taskmanager for Xfce."
     2.5  MAINTAINER="erjo@slitaz.org"
     2.6  LICENSE="GPL2"
     2.7 +WEB_SITE="https://docs.xfce.org/apps/xfce4-taskmanager/start"
     2.8 +
     2.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.10 -WEB_SITE="https://goodies.xfce.org/projects/applications/xfce4-taskmanager"
    2.11  WGET_URL="https://archive.xfce.org/src/apps/$PACKAGE/${VERSION%.*}/$TARBALL"
    2.12  
    2.13 +SUGGESTED="xfce4-taskmanager-lang"
    2.14  DEPENDS="libxfce4util libxfcegui4 startup-notification"
    2.15 -BUILD_DEPENDS="libxfce4util-dev libxfcegui4-dev startup-notification-dev \
    2.16 -intltool gtk+-dev"
    2.17 +BUILD_DEPENDS="gtk+-dev intltool libxfce4util-dev libxfcegui4-dev
    2.18 +	startup-notification-dev"
    2.19  
    2.20  # What is the latest version available today?
    2.21  current_version()
    2.22 @@ -25,15 +27,16 @@
    2.23  # Rules to configure and make the package.
    2.24  compile_rules()
    2.25  {
    2.26 -	cd $src
    2.27 -	./configure $CONFIGURE_ARGS && 
    2.28 -	make && make install
    2.29 +	./configure		\
    2.30 +		--enable-nls	\
    2.31 +		$CONFIGURE_ARGS && 
    2.32 +	make &&
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.37  genpkg_rules()
    2.38  {
    2.39 -	mkdir -p $fs/usr
    2.40 -	cp -a $install/usr/bin $fs/usr
    2.41 +	cook_copy_folders	bin
    2.42  }
    2.43