summaryrefslogtreecommitdiffstats
path: root/kde/kdelibs/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'kde/kdelibs/Pkgfile')
-rwxr-xr-xkde/kdelibs/Pkgfile8
1 files changed, 5 insertions, 3 deletions
diff --git a/kde/kdelibs/Pkgfile b/kde/kdelibs/Pkgfile
index b7a371fef..368c0b9a1 100755
--- a/kde/kdelibs/Pkgfile
+++ b/kde/kdelibs/Pkgfile
@@ -6,11 +6,13 @@
name=kdelibs
version=4.4.95
-release=1
-source=(ftp://ftp.kde.org/pub/kde/unstable/$version/src/$name-$version.tar.bz2)
+release=2
+source=(ftp://ftp.kde.org/pub/kde/unstable/$version/src/$name-$version.tar.bz2
+ kde-applications-menu.patch)
build() {
cd $name-$version
+ patch -p1 -i $SRC/kde-applications-menu.patch
sed -i "s/Ethais/Attapu/" plasma/theme.cpp
mkdir build
cd build
@@ -25,6 +27,6 @@ build() {
make -j3
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
- rm $PKG/etc/xdg/menus/applications.menu
+# rm $PKG/etc/xdg/menus/applications.menu
}