# HG changeset patch # User Hans-G?nter Theisgen # Date 1723910339 -3600 # Node ID 7b4c7e8944cd1b911d9ec1827999a3afca8b3832 # Parent 4e5d77dcfd78e939f285fe07c124a8c517131270 added recipes for xfce4-netload-plugin and xfce4-netload-plugin-lang diff -r 4e5d77dcfd78 -r 7b4c7e8944cd xfce4-netload-plugin-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-netload-plugin-lang/receipt Sat Aug 17 16:58:59 2024 +0100 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-netload-plugin-lang" +VERSION="1.2.4" +CATEGORY="localization" +SHORT_DESC="Netload plugin for the Xfce4 panel - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start" + +WANTED="xfce4-netload-plugin" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +} diff -r 4e5d77dcfd78 -r 7b4c7e8944cd xfce4-netload-plugin/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-netload-plugin/description.txt Sat Aug 17 16:58:59 2024 +0100 @@ -0,0 +1,2 @@ +This plugin displays the current load of the network interfaces +in the panel. diff -r 4e5d77dcfd78 -r 7b4c7e8944cd xfce4-netload-plugin/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xfce4-netload-plugin/receipt Sat Aug 17 16:58:59 2024 +0100 @@ -0,0 +1,37 @@ +# SliTaz package receipt. + +PACKAGE="xfce4-netload-plugin" +VERSION="1.2.4" +CATEGORY="x-window" +SHORT_DESC="Netload plugin for the Xfce4 panel." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://docs.xfce.org/panel-plugins/xfce4-netload-plugin/start" + +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WGET_URL="https://archive.xfce.org/src/panel-plugins/$PACKAGE/${VERSION%.*}/$TARBALL" + +SUGGESTED="xfce4-netload-plugin-lang" +DEPENDS="gdk-pixbuf gtk+ libxfcegui4 libxfce4ui startup-notification + xcb-util xfce4-panel" +BUILD_DEPENDS="gdk-pixbuf-dev gtk+-dev libxfcegui4-dev libxfce4ui-dev + pkg-config startup-notification-dev xcb-util-dev xfce4-panel-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure \ + --prefix=/usr \ + --enable-nls && + make && + make install DESTDIR=$DESTDIR +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders hicolor + cook_copy_folders panel-plugins + cook_copy_folders plugins + rm -f $fs/usr/lib/xfce4/panel/plugins/libnetload.la +}