Merge pull request #308 from oltulu/patch-91

Update talimat
This commit is contained in:
Milli İşletim Sistemi (Milis Linux) 2017-12-28 15:48:51 +02:00 committed by GitHub
commit 2bc6cbc19b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -2,17 +2,18 @@
# URL: https://www.kde.org/ # URL: https://www.kde.org/
# Paketçi: alihan-ozturk28@hotmail.com # Paketçi: alihan-ozturk28@hotmail.com
# Gerekler: gpgmepp kf5-kconfig kf5-kcoreaddons kf5-kdbusaddons kf5-ki18n kf5-kiconthemes kf5-knotifications kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem libgcrypt gnupg # Gerekler: gpgmepp kf5-kconfig kf5-kcoreaddons kf5-kdbusaddons kf5-ki18n kf5-kiconthemes kf5-knotifications kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem libgcrypt gnupg
# Grup: kde
isim=kf5-kwallet isim=kf5-kwallet
surum=5.27.0 surum=5.41.0
devir=1 devir=1
_isim=kwallet _isim=kwallet
_surum=5.27 _surum=5.41
kaynak=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$surum.tar.xz) kaynak=( http://download.kde.org/stable/frameworks/${_surum}/${_isim}-$surum.tar.xz)
derle() { derle() {
cd ${_name}-$surum cd ${_isim}-$surum
cmake -DCMAKE_BUILD_TYPE=Release \ cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \ -DLIB_INSTALL_DIR=lib \