summaryrefslogtreecommitdiffstats
path: root/konsole/Pkgfile
diff options
context:
space:
mode:
authororchidman <lesibel@free.fr>2012-08-03 12:34:08 +0200
committerpiernov <piernov@piernov.org>2012-08-07 23:42:34 +0200
commit3512b8a9a960202570167ddb2a13fb2a65aa2c19 (patch)
treef61195ae11c22c7cdd365d7954f4383c5d41c654 /konsole/Pkgfile
parentdc0a757410817188ec6ea160624f456624cc3dcc (diff)
downloadnutyx-extra-3512b8a9a960202570167ddb2a13fb2a65aa2c19.tar.gz
nutyx-extra-3512b8a9a960202570167ddb2a13fb2a65aa2c19.tar.bz2
nutyx-extra-3512b8a9a960202570167ddb2a13fb2a65aa2c19.tar.xz
nutyx-extra-3512b8a9a960202570167ddb2a13fb2a65aa2c19.zip
konsole 4.9.0-1
(cherry picked from commit 0471a1cb668cc5884a351710657f6714c6a085dd)
Diffstat (limited to 'konsole/Pkgfile')
-rwxr-xr-xkonsole/Pkgfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/konsole/Pkgfile b/konsole/Pkgfile
index 50887b888..f38a17379 100755
--- a/konsole/Pkgfile
+++ b/konsole/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,rekonq
-# Run on: kdelibs,rekonq
+# Depends on: cmake,automoc4,kde-runtime, kde-baseapps
+# Run on: kde-baseapps
name=konsole
-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,7 +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