mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-06 04:46:42 +02:00
testing/kdesignerplugin: new aport
Closes GH-8328
This commit is contained in:
parent
74ae8c7f3e
commit
bd55e7caf1
33
testing/kdesignerplugin/APKBUILD
Normal file
33
testing/kdesignerplugin/APKBUILD
Normal file
@ -0,0 +1,33 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=kdesignerplugin
|
||||
pkgver=5.58.0
|
||||
pkgrel=0
|
||||
pkgdesc="Integration of Frameworks widgets in Qt Designer/Creator"
|
||||
arch="all"
|
||||
url="https://community.kde.org/Frameworks"
|
||||
license="LGPL-2.1-only"
|
||||
depends_dev="kcoreaddons-dev kconfig-dev kcompletion-dev kconfigwidgets-dev kiconthemes-dev kio-dev kitemviews-dev kplotting-dev ktextwidgets-dev kwidgetsaddons-dev kxmlgui-dev sonnet-dev"
|
||||
makedepends="$depends_dev extra-cmake-modules qt5-qttools-dev kdoctools-dev"
|
||||
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
options="!check" # Fails due to requiring running X11
|
||||
|
||||
build() {
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
||||
}
|
||||
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
}
|
||||
|
||||
sha512sums="65ff89ffb3797d31e4fde69330cb7966b8e01893895cbe7df6de699912deb5863d45833a0bdddcdeb5b038894115ad79817392ee5ed4ca8254fba369c9aeb133 kdesignerplugin-5.58.0.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user