summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/etherape/.footprint16
-rw-r--r--extra/etherape/Pkgfile3
2 files changed, 2 insertions, 17 deletions
diff --git a/extra/etherape/.footprint b/extra/etherape/.footprint
index d79d5ed9d..08483bc75 100644
--- a/extra/etherape/.footprint
+++ b/extra/etherape/.footprint
@@ -8,22 +8,6 @@ drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/etherape.desktop
drwxr-xr-x root/root usr/share/etherape/
-drwxr-xr-x root/root usr/share/etherape/doc/
-drwxr-xr-x root/root usr/share/etherape/doc/etherape/
-drwxr-xr-x root/root usr/share/etherape/doc/etherape/C/
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/etherape.xml
-drwxr-xr-x root/root usr/share/etherape/doc/etherape/C/figures/
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/appmain.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/capture_file_dlg.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/color_select_dlg.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/eth_toolbar.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/link_info.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/node_info.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_colors_dlg.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_diagram_dlg.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/pref_timings_dlg.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/proto_info.png
--rw-r--r-- root/root usr/share/etherape/doc/etherape/C/figures/protocol_edit_dlg.png
drwxr-xr-x root/root usr/share/etherape/glade/
-rw-r--r-- root/root usr/share/etherape/glade/etherape.glade
-rw-r--r-- root/root usr/share/etherape/glade/etherape.png
diff --git a/extra/etherape/Pkgfile b/extra/etherape/Pkgfile
index ebae42b68..ff55275c7 100644
--- a/extra/etherape/Pkgfile
+++ b/extra/etherape/Pkgfile
@@ -2,7 +2,7 @@
# URL: http://etherape.sourceforge.net/
# Maintainer: NuTyX core team
# Packager: fanch
-# Depends on: libpcap, libgnomeui
+# Depends on: libpcap, libgnomeui, gnome-doc-utils, alsa-lib
name=etherape
version=0.9.9
@@ -14,6 +14,7 @@ build() {
./configure --prefix=/usr
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gnome
}