# HG changeset patch # User Samuel Trassare # Date 1329872750 28800 # Node ID c800cc43191550308a53ad3d455db8df93452375 # Parent 177f1a1acedb567dcccb3079313b7f0b44c5d557 wireshark: remove extension for desktop file diff -r 177f1a1acedb -r c800cc431915 wireshark/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wireshark/description.txt Tue Feb 21 17:05:50 2012 -0800 @@ -0,0 +1,4 @@ +Wireshark is the world's foremost network protocol analyzer. It lets you capture +and interactively browse the traffic running on a computer network. It is the +de facto (and often de jure) standard across many industries and educational +institutions. diff -r 177f1a1acedb -r c800cc431915 wireshark/receipt --- a/wireshark/receipt Wed Feb 22 02:06:21 2012 +0100 +++ b/wireshark/receipt Tue Feb 21 17:05:50 2012 -0800 @@ -10,8 +10,9 @@ WGET_URL="http://media-2.cacetech.com/wireshark/src/$TARBALL" TAGS="network analyzer" -DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr libgcrypt portaudio libpcap libkrb5" -BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev +DEPENDS="gnutls libgpg-error libcap gtk+ pcre xorg-libXdamage libcomerr3 attr \ +libgcrypt portaudio libpcap libkrb5" +BUILD_DEPENDS="gnutls-dev libgpg-error-dev libcap-dev libpcap-dev gtk+-dev \ libgcrypt-dev flex libtasn1-dev bison perl" # Rules to configure and make the package. @@ -31,10 +32,17 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib $fs/usr/share + mkdir -p $fs/usr/lib \ + $fs/usr/share \ + $fs/usr/share/applications \ + $fs/usr/share/pixmaps + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/lib/wireshark $fs/usr/lib rm $fs/usr/lib/wireshark/plugins/$VERSION/*.la cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/wireshark $fs/usr/share + + cp -a $stuff/wireshark.desktop $fs/usr/share/applications + cp -a $stuff/wireshark.png $fs/usr/share/pixmaps } diff -r 177f1a1acedb -r c800cc431915 wireshark/stuff/wireshark.desktop --- a/wireshark/stuff/wireshark.desktop Wed Feb 22 02:06:21 2012 +0100 +++ b/wireshark/stuff/wireshark.desktop Tue Feb 21 17:05:50 2012 -0800 @@ -3,6 +3,6 @@ Name=Wireshark Analyzer Name[fr]=Analiseur Wireshark Exec=wireshark -Icon=wireshark.png +Icon=wireshark Type=Application Categories=Network;