contrib/kwindowsystem/Pkgfile

21 lines
527 B
Plaintext
Raw Normal View History

2020-12-05 13:57:13 +01:00
# Description: KDE Framework - kwindowsystem
# URL: https://api.kde.org/frameworks/kwindowsystem/html/index.html
# Maintainer: Stamatin Cristina, dear dot volgk at gmail dot com
# Depends on: extra-cmake-modules qt5
name=kwindowsystem
2021-09-20 09:20:31 +02:00
version=5.86.0
2020-12-05 13:57:13 +01:00
release=1
source=(https://download.kde.org/stable/frameworks/${version:0:4}/$name-$version.tar.xz)
build() {
rm -r $name-$version/po/*
cmake -S$name-$version -Bbuild \
-DCMAKE_INSTALL_PREFIX=/usr
cmake --build build -v
DESTDIR=$PKG cmake --install build
}