talimat 994 B

123456789101112131415161718192021222324
  1. # Description : KDE pencere yöneticisi
  2. # URL: https://www.kde.org/
  3. # Packager: alihan-ozturk28@hotmail.com
  4. # Depends on: kf5-kauth kf5-kcmutils kf5-kcompletion kf5-kconfig kf5-kconfigwidgets kf5-kcoreaddons kf5-kcrash kf5-kdeclarative kf5-kglobalaccel kf5-ki18n kf5-kiconthemes kf5-kinit kf5-kio kf5-knewstuff kf5-knotifications kf5-kpackage kf5-kservice kf5-kwidgetsaddons kf5-kwindowsystem kf5-kxmlgui kf5-plasma-framework plasma-kdecoration libepoxy libxcb xcb-util-cursor xcb-util-image xcb-util-keysyms kf5-kwayland libinput eudev plasma-kde-cli-tools xorg-mesa xdg-utils kf5-kidletime plasma-kscreenlocker plasma-breeze
  5. name=plasma-kwin
  6. version=5.8.1
  7. release=1
  8. _name=kwin
  9. source=( http://download.kde.org/stable/plasma/$version/${_name}-$version.tar.xz)
  10. build() {
  11. cd ${_name}-$version
  12. cmake -DCMAKE_INSTALL_PREFIX=/usr \
  13. -DCMAKE_BUILD_TYPE=Release \
  14. -DLIB_INSTALL_DIR=lib \
  15. -DBUILD_TESTING=OFF \
  16. -Wno-dev
  17. make
  18. make DESTDIR=$PKG install
  19. }