diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 12:29:43 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-05-01 12:29:43 +0200 |
commit | 5f232dd81f343c720334f7a6d8794fbe9bd4d26e (patch) | |
tree | 33a4b629f162270f3c7b2a2a5255423512f74224 /kde | |
parent | 819ff8e258f438b118b3949c8327378ebaf3e483 (diff) | |
download | nutyx-pakxe-5f232dd81f343c720334f7a6d8794fbe9bd4d26e.tar.gz nutyx-pakxe-5f232dd81f343c720334f7a6d8794fbe9bd4d26e.tar.bz2 nutyx-pakxe-5f232dd81f343c720334f7a6d8794fbe9bd4d26e.tar.xz nutyx-pakxe-5f232dd81f343c720334f7a6d8794fbe9bd4d26e.zip |
kdepimlibs, maj footprint
Diffstat (limited to 'kde')
-rw-r--r-- | kde/kdepimlibs/.footprint | 29 | ||||
-rwxr-xr-x | kde/kdepimlibs/Pkgfile | 1 |
2 files changed, 1 insertions, 29 deletions
diff --git a/kde/kdepimlibs/.footprint b/kde/kdepimlibs/.footprint index 6f607b2a3..48ca5034a 100644 --- a/kde/kdepimlibs/.footprint +++ b/kde/kdepimlibs/.footprint @@ -994,35 +994,6 @@ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/interfaces/ -rw-r--r-- root/root usr/share/dbus-1/interfaces/org.kde.KResourcesManager.xml -rw-r--r-- root/root usr/share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/HTML/ -drwxr-xr-x root/root usr/share/doc/HTML/en/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kcontrol/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kcontrol/kresources/ --rw-r--r-- root/root usr/share/doc/HTML/en/kcontrol/kresources/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kcontrol/kresources/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/imap/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/imap/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/imap/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/ldap/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/ldap/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/ldap/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/mbox/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/mbox/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/mbox/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/nntp/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/nntp/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/nntp/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/pop3/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/pop3/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/pop3/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/sieve/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/sieve/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/sieve/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/smtp/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/smtp/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/smtp/index.docbook drwxr-xr-x root/root usr/share/kde4/ drwxr-xr-x root/root usr/share/kde4/services/ -rw-r--r-- root/root usr/share/kde4/services/akonadicontact_actions.desktop diff --git a/kde/kdepimlibs/Pkgfile b/kde/kdepimlibs/Pkgfile index 0e9a47a15..ca5d20d56 100755 --- a/kde/kdepimlibs/Pkgfile +++ b/kde/kdepimlibs/Pkgfile @@ -17,4 +17,5 @@ build() { cmake ../ -DCMAKE_INSTALL_PREFIX=/usr make -j3 make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } |