summaryrefslogtreecommitdiffstats
path: root/kde/kdebindings
diff options
context:
space:
mode:
authorsibel sibel <lesibel@free.fr>2010-02-11 22:48:01 +0100
committersibel sibel <lesibel@free.fr>2010-02-11 22:48:01 +0100
commit209163adb01116adb00ad392dda7e2849c9f2351 (patch)
tree19787ca6f81c18f2a72b7ae245af16790e27ec48 /kde/kdebindings
parentbad7c7fc1fc196ac3c6c6030d0a1a78c351b72e7 (diff)
downloadnutyx-extra-209163adb01116adb00ad392dda7e2849c9f2351.tar.gz
nutyx-extra-209163adb01116adb00ad392dda7e2849c9f2351.tar.bz2
nutyx-extra-209163adb01116adb00ad392dda7e2849c9f2351.tar.xz
nutyx-extra-209163adb01116adb00ad392dda7e2849c9f2351.zip
Maj kdebindings#4.4.0-1
Diffstat (limited to 'kde/kdebindings')
-rw-r--r--kde/kdebindings/.md5sum2
-rwxr-xr-xkde/kdebindings/Pkgfile12
2 files changed, 11 insertions, 3 deletions
diff --git a/kde/kdebindings/.md5sum b/kde/kdebindings/.md5sum
index 6d405f280..c7324606f 100644
--- a/kde/kdebindings/.md5sum
+++ b/kde/kdebindings/.md5sum
@@ -1 +1 @@
-1309f89dc092aea932138b1444e64280 kdebindings-4.3.5.tar.bz2
+fe9617eeb6430d12428d4bf1898bc955 kdebindings-4.4.0.tar.bz2
diff --git a/kde/kdebindings/Pkgfile b/kde/kdebindings/Pkgfile
index c1d88624f..a5a545bde 100755
--- a/kde/kdebindings/Pkgfile
+++ b/kde/kdebindings/Pkgfile
@@ -5,13 +5,20 @@
# Depends on: kdebase-runtime, kdebase-workspace, qscintilla, polkit-qt, kdegraphics, kdepimlibs, ruby, pyqt
name=kdebindings
-version=4.3.5
+version=4.4.0
release=1
source=(http://download.kde.org/stable/$version/src/$name-$version.tar.bz2)
build() {
cd $name-$version
mkdir build
cd build
+
+ # fix build with ruby 1.9
+ # see http://bugs.archlinux.org/task/16175
+# find ../$name-$version
+ find ../ruby -name CMakeLists.txt \
+ -exec sed -i "s|\${RUBY_INCLUDE_PATH}|\${RUBY_INCLUDE_PATH} /usr/include/ruby-1.9.1/${CARCH}-linux|" {} \;
+
cmake ../ -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
@@ -22,7 +29,8 @@ build() {
-DBUILD_ruby=OFF \
-DBUILD_falcon=OFF \
-DBUILD_smoke=OFF \
- -DBUILD_doc=OFF
+ -DBUILD_doc=OFF \
+ -DWITH_PolkitQt=OFF
make -j3
make DESTDIR=$PKG install
}