summaryrefslogtreecommitdiffstats
path: root/kde/kdelibs/Pkgfile
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-30 11:28:52 +0200
committersibel <lesibel at free dot fr>2010-07-30 11:28:52 +0200
commit47fe08466c9234cda42498f4586315708b38175f (patch)
tree544286c711d71e9919fade93ad8aa23d6d87e476 /kde/kdelibs/Pkgfile
parente324c7fabf6a052ca3ca78e70247f477226c6d72 (diff)
downloadnutyx-pakxe-47fe08466c9234cda42498f4586315708b38175f.tar.gz
nutyx-pakxe-47fe08466c9234cda42498f4586315708b38175f.tar.bz2
nutyx-pakxe-47fe08466c9234cda42498f4586315708b38175f.tar.xz
nutyx-pakxe-47fe08466c9234cda42498f4586315708b38175f.zip
maj de kdelibs#4.4.95-2
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
}