pmaports/kde/kwin/APKBUILD
PureTryOut 689b8e4fec Added all missing makedepends, and removed some optional dependencies (#398)
* Added all missing makedepends, and removed some optional dependencies
* Made dbus-nox11-libs properly replace dbus-x11
* Add missing breeze-dev subpackage
2017-08-17 16:19:36 +00:00

47 lines
1.9 KiB
Text

pkgname=kwin
pkgver=5.10.4
pkgrel=1
pkgdesc='An easy to use, but flexible, composited Window Manager'
arch="all"
url='https://www.kde.org/workspaces/plasmadesktop/'
license="LGPL"
depends="xcb-util-cursor xcb-util-keysyms hicolor-icon-theme plasma-framework libinput
consolekit2 xorg-server-xwayland breeze"
makedepends="extra-cmake-modules qt5-qttools-dev kdoctools-dev kdecoration-dev kjobwidgets-dev
libxkbcommon-dev libepoxy-dev libinput-dev kcmutils-dev kscreenlocker-dev
breeze-dev xcb-util-cursor-dev qt5-qtdeclarative-dev qt5-qtscript-dev kcompletion-dev
plasma-framework-dev kinit-dev kio-dev xcb-util-keysyms-dev qt5-x11extras-dev
kcrash-dev kglobalaccel-dev knotifications-dev kiconthemes-dev kconfig-dev
kconfigwidgets-dev kcoreaddons-dev ki18n-dev kpackage-dev kwidgetsaddons-dev
kwindowsystem-dev kidletime-dev kauth-dev kcodecs-dev ktextwidgets-dev
knewstuff-dev kservice-dev kxmlgui-dev kbookmarks-dev kwayland-dev attica-qt5-dev
sonnet-dev kitemviews-dev solid-dev kdeclarative-dev"
source="https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz
D6291.patch"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
prepare() {
mkdir -p $srcdir/build
cd $srcdir/$pkgname-$pkgver
patch -p1 < $srcdir/D6291.patch
}
build() {
cd $srcdir/build
cmake $srcdir/$pkgname-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF \
-DLIBC_IS_GLIBC=0
make
}
package() {
cd $srcdir/build
make DESTDIR="$pkgdir" install
}
sha512sums="54f61e01a7e4dfd980440c0b80da54494d6f9d0f0180dedf82d7de923033d5aae11d8af35b78260b7c8977ed6b78dbdd32a40706e3c05420cdbcbe4277120d2b kwin-5.10.4.tar.xz
c693354311a0fe4064746633a30b205a22bf90f69cae648d1ed5eef98f55062c06e6821c3f646e227b589f4a291b4a23892f8943b2171e10e39ab7f84d24bafb D6291.patch"