summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-14 16:17:19 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-14 16:17:19 +0100
commit8ea8da53d03923a517458278771ec3cdc9df5d66 (patch)
treecec0c06de5521a516488c6bd4770a83e9a7dfedf
parentf6666eb9a97434102944c81797afbc2ae33805e9 (diff)
downloadnutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.gz
nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.bz2
nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.tar.xz
nutyx-extra-8ea8da53d03923a517458278771ec3cdc9df5d66.zip
libcanberra, sup de la doc
-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
}