wok rev 25729

added recipe for xfce4-whiskermenu-plugin-lang
author Hans-G?nter Theisgen
date Sun Aug 18 10:13:49 2024 +0100 (2 months ago)
parents 20ff04fcec29
children 9456bfc6f1f6
files xfce4-volumed/receipt xfce4-whiskermenu-plugin-lang/receipt xfce4-whiskermenu-plugin/description.txt xfce4-whiskermenu-plugin/receipt
line diff
     1.1 --- a/xfce4-volumed/receipt	Sun Aug 18 09:41:58 2024 +0100
     1.2 +++ b/xfce4-volumed/receipt	Sun Aug 18 10:13:49 2024 +0100
     1.3 @@ -2,18 +2,18 @@
     1.4  
     1.5  PACKAGE="xfce4-volumed"
     1.6  VERSION="0.1.13"
     1.7 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
     1.8  CATEGORY="x-window"
     1.9 -SHORT_DESC="Volume keys daemon"
    1.10 +SHORT_DESC="Volume keys daemon for Xfce."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://launchpad.net/xfce4-volumed/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WGET_URL="https://archive.xfce.org/src/apps/xfce4-volumed/$HI_VERSION/$TARBALL"
    1.17 +WGET_URL="https://archive.xfce.org/src/apps/xfce4-volumed/${VERSION%.*}/$TARBALL"
    1.18  
    1.19  DEPENDS="gst-plugins-base libkeybinder libnotify libxfconf"
    1.20 -BUILD_DEPENDS="libxfconf-dev gstreamer-dev gst-plugins-base-dev \
    1.21 -libkeybinder-dev libxml2-dev libnotify-dev"
    1.22 +BUILD_DEPENDS="gst-plugins-base-dev gstreamer-dev libkeybinder-dev
    1.23 +	libnotify-dev libxfconf-dev libxml2-dev"
    1.24  
    1.25  # What is the latest version available today?
    1.26  current_version()
    1.27 @@ -26,11 +26,13 @@
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	./configure $CONFIGURE_ARGS && make && make install
    1.32 +	./configure $CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40 -	cp -a $install/* $fs
    1.41 +	cook_copy_folders	usr
    1.42  }
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xfce4-whiskermenu-plugin-lang/receipt	Sun Aug 18 10:13:49 2024 +0100
     2.3 @@ -0,0 +1,17 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xfce4-whiskermenu-plugin-lang"
     2.7 +VERSION="1.7.5"
     2.8 +CATEGORY="localization"
     2.9 +SHORT_DESC="An alternate application launcher for Xfce - localised messages."
    2.10 +MAINTAINER="maintainer@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start"
    2.13 +
    2.14 +WANTED="xfce4-whiskermenu-plugin"
    2.15 +
    2.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.17 +genpkg_rules()
    2.18 +{
    2.19 +	cook_copy_folders	locale
    2.20 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/xfce4-whiskermenu-plugin/description.txt	Sun Aug 18 10:13:49 2024 +0100
     3.3 @@ -0,0 +1,2 @@
     3.4 +Written by Graeme Gott, this plugin is a menu that provides access to favorites,
     3.5 +recently used, and searching installed applications.
     4.1 --- a/xfce4-whiskermenu-plugin/receipt	Sun Aug 18 09:41:58 2024 +0100
     4.2 +++ b/xfce4-whiskermenu-plugin/receipt	Sun Aug 18 10:13:49 2024 +0100
     4.3 @@ -6,32 +6,36 @@
     4.4  SHORT_DESC="An alternate application launcher for Xfce."
     4.5  MAINTAINER="pascal.bellard@slitaz.org"
     4.6  LICENSE="GPL2"
     4.7 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-whiskermenu-plugin/start"
     4.8 +
     4.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.10 -WEB_SITE="https://gottcode.org/xfce4-whiskermenu-plugin/"
    4.11 -WGET_URL="https://archive.be.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
    4.12 +WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
    4.13  
    4.14 -DEPENDS="gtk+ libexo garcon xfce4-panel libxfce4ui"
    4.15 -BUILD_DEPENDS="cmake pkg-config gtk+-dev libexo-dev garcon-dev xfce4-panel-dev \
    4.16 -libxfce4ui-dev"
    4.17 +SUGGESTED="xfce4-whiskermenu-plugin-lang"
    4.18 +DEPENDS="garcon gtk+ libexo libxfce4ui xfce4-panel"
    4.19 +BUILD_DEPENDS="cmake garcon-dev gtk+-dev libexo-dev libxfce4ui-dev
    4.20 +	pkg-config xfce4-panel-dev"
    4.21  
    4.22  # What is the latest version available today?
    4.23  current_version()
    4.24  {
    4.25  	wget -O - $WEB_SITE 2>/dev/null | \
    4.26 -	sed '/Version/!d;s|.*sion ||;s|<.*||'
    4.27 +	sed '/released/!d;s| released.*||;s|.*plugin ||'
    4.28  }
    4.29  
    4.30  # Rules to configure and make the package.
    4.31  compile_rules()
    4.32  {
    4.33 -	mkdir build && cd build
    4.34 -	cmake -DCMAKE_INSTALL_PREFIX=/usr ..
    4.35 +	mkdir	_build &&
    4.36 +	cd	_build
    4.37 +	cmake	..				\
    4.38 +		-D CMAKE_INSTALL_PREFIX=/usr &&
    4.39  	make &&
    4.40 -	make DESTDIR=$DESTDIR install
    4.41 +	make install DESTDIR=$DESTDIR
    4.42  }
    4.43  
    4.44  # Rules to gen a SliTaz package suitable for Tazpkg.
    4.45  genpkg_rules()
    4.46  {
    4.47 -	cp -a $install/usr $fs/
    4.48 +	cook_copy_folders	usr
    4.49  }