# HG changeset patch # User Hans-G?nter Theisgen # Date 1645537701 -3600 # Node ID 69a08b0214f3ecca4772a4e925ec395c31f3e184 # Parent 08ef47c67999387fa5d30c1dc6f52a6004a4cc60 updated etherape (0.9.18 -> 0.9.20) diff -r 08ef47c67999 -r 69a08b0214f3 etherape-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etherape-lang/receipt Tue Feb 22 14:48:21 2022 +0100 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="etherape-lang" +VERSION="0.9.20" +CATEGORY="localization" +SHORT_DESC="A graphical network monitor and visualization tool - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="GPL2" +WEB_SITE="https://etherape.sourceforge.io" + +WANTED="etherape" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +} diff -r 08ef47c67999 -r 69a08b0214f3 etherape/description.txt --- a/etherape/description.txt Tue Feb 22 11:07:44 2022 +0100 +++ b/etherape/description.txt Tue Feb 22 14:48:21 2022 +0100 @@ -1,8 +1,4 @@ -EtherApe - EtherApe is a graphical network monitor modeled after etherman. Featuring Ethernet, IP, TCP, FDDI, Token Ring and wireless modes, it displays network activity graphically. Hosts and links change in size with traffic. Color coded protocols display. - -https://etherape.sourceforge.io diff -r 08ef47c67999 -r 69a08b0214f3 etherape/receipt --- a/etherape/receipt Tue Feb 22 11:07:44 2022 +0100 +++ b/etherape/receipt Tue Feb 22 14:48:21 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="etherape" -VERSION="0.9.18" +VERSION="0.9.20" CATEGORY="network" TAGS="ip monitoring network tcp vlan wlan" SHORT_DESC="A graphical network monitor and visualization tool." @@ -12,11 +12,13 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="gtk+3 libglade libgnome libpcap libgnomeui libltdl - libcrypto libxslt libgnome-keyring util-linux-uuid" -BUILD_DEPENDS="glib-dev glibc-dev gnome-doc-utils-dev goocanvas - goocanvas-dev gtk+3-dev itstool libcrypto-dev libglade-dev - libgnome-dev libgnomeui-dev libpcap-dev libtool libxslt-dev +SUGGESTED="etherape-lang" +DEPENDS="goocanvas gtk+3 libcrypto libglade libgnome libpcap + libgnome-keyring libgnomeui libltdl libxml2 libxslt + util-linux-uuid" +BUILD_DEPENDS="glib-dev glibc-dev gnome-doc-utils-dev goocanvas-dev + gtk+3-dev itstool libcrypto-dev libglade-dev libgnome-dev + libgnomeui-dev libpcap-dev libtool libxml2-dev libxslt-dev ossp-uuid-dev" # What is the latest version available today? @@ -40,22 +42,23 @@ --build=$ARCH-slitaz-linux \ --disable-scrollkeeper make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/bin mkdir -p $fs/usr/share - cp -a $install/usr/bin/* $fs/usr/bin - cp -a $install/usr/share/* $fs/usr/share + cook_copy_folders bin + cp -a $install/usr/share/applications $fs/usr/share + cp -a $install/usr/share/etherape $fs/usr/share + cp -a $install/usr/share/pixmaps $fs/usr/share } post_install() { # The SliTaz use Tazbox. - sed -i 's/^Exec=.*/Exec=tazbox su dbus-launch etherape/' \ + sed -i 's|^Exec=.*|Exec=tazbox su dbus-launch etherape|' \ $1/usr/share/applications/etherape.desktop }