Merge pull request #20 from giresun28/master

kf5-extra-cmake-modules.paketlendi
This commit is contained in:
Milis İşletim Sistemi 2016-07-21 11:05:51 +00:00 committed by GitHub
commit 986eceba46
2 changed files with 22 additions and 2 deletions

View File

@ -0,0 +1,20 @@
# Description : Extra CMake modules used by all KDE Frameworks 5 packages
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: cmake
name=kf5-extra-cmake-modules
version=5.24.0
release=1
_name=extra-cmake-modules
_version=5.24
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
}

View File

@ -1,10 +1,10 @@
# Description : A library that allows developers to access PolicyKit API with a nice Qt-style API
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: polkit qt5
# Depends on: polkit qt5
name=polkit-qt5
release=3
release=1
version=0.112.0
_name=polkit-qt-1