summaryrefslogtreecommitdiffstats
path: root/kde/kdelibs
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-07-29 23:08:37 +0200
committertnut <thierryn1 at hispeed dot ch>2010-07-29 23:08:37 +0200
commit2009a109976fcb8446fa94a7fa327c557c99efae (patch)
tree83f9997225cf6ab4ad0c8f9386a1148e44cc60b4 /kde/kdelibs
parentb94b0376ccec5c0f053eb3e840868818f657a943 (diff)
downloadnutyx-extra-2009a109976fcb8446fa94a7fa327c557c99efae.tar.gz
nutyx-extra-2009a109976fcb8446fa94a7fa327c557c99efae.tar.bz2
nutyx-extra-2009a109976fcb8446fa94a7fa327c557c99efae.tar.xz
nutyx-extra-2009a109976fcb8446fa94a7fa327c557c99efae.zip
maj kdelibs#4.4.95-1, suppression doublon
Diffstat (limited to 'kde/kdelibs')
-rw-r--r--kde/kdelibs/.footprint1
-rwxr-xr-xkde/kdelibs/Pkgfile3
2 files changed, 2 insertions, 2 deletions
diff --git a/kde/kdelibs/.footprint b/kde/kdelibs/.footprint
index cb0c5ea61..a74237d89 100644
--- a/kde/kdelibs/.footprint
+++ b/kde/kdelibs/.footprint
@@ -4,7 +4,6 @@ drwxr-xr-x root/root etc/dbus-1/system.d/
-rw-r--r-- root/root etc/dbus-1/system.d/org.kde.auth.conf
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/menus/
--rw-r--r-- root/root etc/xdg/menus/applications.menu
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/checkXML
diff --git a/kde/kdelibs/Pkgfile b/kde/kdelibs/Pkgfile
index 10ace834c..b7a371fef 100755
--- a/kde/kdelibs/Pkgfile
+++ b/kde/kdelibs/Pkgfile
@@ -6,7 +6,7 @@
name=kdelibs
version=4.4.95
-release=2
+release=1
source=(ftp://ftp.kde.org/pub/kde/unstable/$version/src/$name-$version.tar.bz2)
build() {
@@ -25,5 +25,6 @@ build() {
make -j3
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
+ rm $PKG/etc/xdg/menus/applications.menu
}