summaryrefslogtreecommitdiffstats
path: root/qtruby/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'qtruby/Pkgfile')
-rwxr-xr-xqtruby/Pkgfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/qtruby/Pkgfile b/qtruby/Pkgfile
index 2fdbe7923..edf4d7a85 100755
--- a/qtruby/Pkgfile
+++ b/qtruby/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://www.kde.org
# Maintainer: KDE Project : https://projects.kde.org/projects/kde
# Packager: lesibel at free dot fr
-# Depends on: cmake,automoc4,kdelibs,smokegen,smokeqt,ruby
-# Run on: kdelibs,ruby
+# Depends on: cmake,automoc4,kdelibs,smokegen,smokeqt,ruby,qwt
+# Run on: kdelibs,ruby,qwt
name=qtruby
-version=4.8.4
+version=4.9.0
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)
@@ -16,8 +16,6 @@ build() {
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
- -DKDE_DEFAULT_HOME=.kde \
- -DSYSCONF_INSTALL_DIR=/etc \
-DCMAKE_SKIP_RPATH=ON
make
make DESTDIR=$PKG install