diff --git a/talimatname/genel/kf5-extra-cmake-modules/talimat b/talimatname/genel/kf5-extra-cmake-modules/talimat new file mode 100644 index 000000000..4163093fc --- /dev/null +++ b/talimatname/genel/kf5-extra-cmake-modules/talimat @@ -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 +} diff --git a/talimatname/genel/polkit-qt5/talimat b/talimatname/genel/polkit-qt5/talimat index decb3b029..739d25b92 100644 --- a/talimatname/genel/polkit-qt5/talimat +++ b/talimatname/genel/polkit-qt5/talimat @@ -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