plasma-sddm-kcm.paketlendi

This commit is contained in:
giresun28 2016-07-29 16:52:20 +00:00
parent 0889b4f6b2
commit a6c8fbf5f9
1 changed files with 9 additions and 8 deletions

View File

@ -1,21 +1,22 @@
# Description : A simple system settings module to manage the users of your system # Description : KDE Config Module for SDDM.
# URL: https://www.kde.org/ # URL: https://www.kde.org/
# Packager: alihan-ozturk@hotmail.com # Packager: alihan-ozturk@hotmail.com
# Depends on: libpwquality kf5-kconfigwidgets kf5-kcoreaddons kf5-kdelibs4support kf5-ki18n kf5-kiconthemes kf5-kio kf5-kwidgetsaddons # Depends on: kf5-extra-cmake-modules sddm qt5 kf5-kio kf5-kauth kf5-kconfigwidgets kf5-kcoreaddons kf5-ki18n kf5-kxmlgui xorg-libx11 xcb-util-image libxcb xorg-libxcursor
name=plasma-user-manager name=plasma-sddm-kcm
version=5.7.2 version=5.7.2
release=1 release=1
_name=user-manager _name=sddm-kcm
source=( http://download.kde.org/stable/plasma/$version/${_name}-$version.tar.xz) source=( http://download.kde.org/stable/plasma/$version/${_name}-$version.tar.xz)
build() { build() {
cd ${_name}-$version cd ${_name}-$version
cmake -DCMAKE_INSTALL_PREFIX=/usr \ cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_INSTALL_DIR=lib \ -DKDE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \ -DKDE_INSTALL_SYSCONFDIR=/etc \
-DBUILD_TESTING=OFF \
-Wno-dev -Wno-dev
make make