milis/talimatname/genel/kf5-plasma-framework/talimat

26 lines
839 B
Plaintext

# Description : Plasma library and runtime components based upon KF5 and Qt5
# URL: https://www.kde.org/
# Packager: alihan-ozturk28@hotmail.com
# Depends on: kf5-kactivities kf5-karchive kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kdbusaddons kf5-kdeclarative kf5-kglobalaccel kf5-kguiaddons kf5-ki18n kf5-kiconthemes kf5-kio kf5-knotifications kf5-kpackage kf5-kservice kf5-kwindowsystem kf5-kxmlgui xorg-mesa libxcb
name=kf5-plasma-framework
version=5.27.0
release=1
_name=plasma-framework
_version=5.27
source=( http://download.kde.org/stable/frameworks/${_version}/${_name}-$version.tar.xz)
build() {
cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DLIB_INSTALL_DIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev
make
make DESTDIR=$PKG install
}