summaryrefslogtreecommitdiffstats
path: root/smokeqt/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'smokeqt/Pkgfile')
-rwxr-xr-xsmokeqt/Pkgfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/smokeqt/Pkgfile b/smokeqt/Pkgfile
index 9657e97d1..d0fc8741c 100755
--- a/smokeqt/Pkgfile
+++ b/smokeqt/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,qt,smokegen,qimageblitz,phonon,qscintilla
-# Run on: qt,smokegen,qimageblitz,phonon,qscintilla
+# Depends on: cmake,qt,kde-runtime,smokegen,qimageblitz,phonon,qscintilla,qwt
+# Run on: kde-runtime,smokegen,qimageblitz,phonon,qscintilla,qwt
name=smokeqt
-version=4.8.4
+version=4.9.0
release=1
source=( ftp://ftp.kde.org/pub/kde/stable/$version/src/$name-$version.tar.xz)
@@ -15,8 +15,7 @@ build() {
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_SKIP_RPATH=ON
+ -DCMAKE_BUILD_TYPE=Release
make
make DESTDIR=$PKG install
}