wok rev 25722

added recipes for xfce4-genmon-plugin and xfce4-genmon-plugin-lang
author Hans-G?nter Theisgen
date Sat Aug 17 16:25:08 2024 +0100 (4 weeks ago)
parents 8cd09f5847ca
children 4e5d77dcfd78
files xfce4-clipman-plugin/receipt xfce4-genmon-plugin-lang/receipt xfce4-genmon-plugin/description.txt xfce4-genmon-plugin/receipt
line diff
     1.1 --- a/xfce4-clipman-plugin/receipt	Sat Aug 17 16:13:26 2024 +0100
     1.2 +++ b/xfce4-clipman-plugin/receipt	Sat Aug 17 16:25:08 2024 +0100
     1.3 @@ -14,8 +14,8 @@
     1.4  SUGGESTED="xfce4-clipman-plugin-lang"
     1.5  DEPENDS="gdk-pixbuf gtk+ libexo libxfcegui4 libxfce4ui libxfconf
     1.6  	startup-notification xcb-util xfce4-panel"
     1.7 -BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev libxfce4ui-dev
     1.8 -	libxfconf-dev pkg-config startup-notification-dev
     1.9 +BUILD_DEPENDS="file gdk-pixbuf-dev gtk+-dev libexo-dev libxfcegui4-dev
    1.10 +	libxfce4ui-dev libxfconf-dev pkg-config startup-notification-dev
    1.11  	xcb-util-dev xfce4-panel-dev"
    1.12  
    1.13  # Rules to configure and make the package.
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xfce4-genmon-plugin-lang/receipt	Sat Aug 17 16:25:08 2024 +0100
     2.3 @@ -0,0 +1,17 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="xfce4-genmon-plugin-lang"
     2.7 +VERSION="3.4.0"
     2.8 +CATEGORY="localization"
     2.9 +SHORT_DESC="Genmon plugin for the Xfce4 panel - localised messages."
    2.10 +MAINTAINER="maintainer@slitaz.org"
    2.11 +LICENSE="GPL2"
    2.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start"
    2.13 +
    2.14 +WANTED="xfce4-genmon-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-genmon-plugin/description.txt	Sat Aug 17 16:25:08 2024 +0100
     3.3 @@ -0,0 +1,5 @@
     3.4 +This plugin cyclically spawns the indicated script or program,
     3.5 +captures its output (stdout) and displays the resulting string
     3.6 +into the panel.
     3.7 +The string can also contain markup to display a formatted text,
     3.8 +an image or icon, a bar, a button, and a personalised tooltip.
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/xfce4-genmon-plugin/receipt	Sat Aug 17 16:25:08 2024 +0100
     4.3 @@ -0,0 +1,35 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="xfce4-genmon-plugin"
     4.7 +VERSION="3.4.0"
     4.8 +CATEGORY="x-window"
     4.9 +SHORT_DESC="Genmon plugin for the Xfce4 panel."
    4.10 +MAINTAINER="maintainer@slitaz.org"
    4.11 +LICENSE="GPL2"
    4.12 +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start"
    4.13 +
    4.14 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.15 +WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL"
    4.16 +
    4.17 +SUGGESTED="xfce4-genmon-plugin-lang"
    4.18 +DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification
    4.19 +	xcb-util xfce4-panel"
    4.20 +BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev
    4.21 +	pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev"
    4.22 +
    4.23 +# Rules to configure and make the package.
    4.24 +compile_rules()
    4.25 +{
    4.26 +	./configure		\
    4.27 +		--prefix=/usr	\
    4.28 +		--enable-nls &&
    4.29 +	make &&
    4.30 +	make install DESTDIR=$DESTDIR
    4.31 +}
    4.32 +
    4.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.34 +genpkg_rules()
    4.35 +{
    4.36 +	cook_copy_folders	plugins
    4.37 +	rm -f			$fs/usr/lib/xfce4/panel/plugins/libgenmon.la
    4.38 +}