summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extra/libcanberra/.footprint15
-rwxr-xr-xextra/libcanberra/Pkgfile3
2 files changed, 2 insertions, 16 deletions
diff --git a/extra/libcanberra/.footprint b/extra/libcanberra/.footprint
index 0b3db5673..a0baac64f 100644
--- a/extra/libcanberra/.footprint
+++ b/extra/libcanberra/.footprint
@@ -48,21 +48,6 @@ drwxr-xr-x root/root usr/share/gnome/autostart/
-rw-r--r-- root/root usr/share/gnome/autostart/libcanberra-login-sound.desktop
drwxr-xr-x root/root usr/share/gnome/shutdown/
-rwxr-xr-x root/root usr/share/gnome/shutdown/libcanberra-logout-sound.sh
-drwxr-xr-x root/root usr/share/gtk-doc/
-drwxr-xr-x root/root usr/share/gtk-doc/html/
-drwxr-xr-x root/root usr/share/gtk-doc/html/libcanberra/
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/ch01.html
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/home.png
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/index.html
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/index.sgml
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/left.png
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/libcanberra-canberra-gtk.html
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/libcanberra-canberra.html
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp2
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/right.png
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/style.css
--rw-r--r-- root/root usr/share/gtk-doc/html/libcanberra/up.png
drwxr-xr-x root/root usr/share/vala/
drwxr-xr-x root/root usr/share/vala/vapi/
-rw-r--r-- root/root usr/share/vala/vapi/libcanberra-gtk.vapi
diff --git a/extra/libcanberra/Pkgfile b/extra/libcanberra/Pkgfile
index d9514ceae..97e12f0c6 100755
--- a/extra/libcanberra/Pkgfile
+++ b/extra/libcanberra/Pkgfile
@@ -6,7 +6,7 @@
name=libcanberra
version=0.18
-release=1
+release=2
source=(http://0pointer.de/lennart/projects/$name/$name-$version.tar.gz)
@@ -18,4 +18,5 @@ build() {
--infodir=/usr/share/info
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/gtk-doc
}