mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
55 lines
1.3 KiB
Plaintext
55 lines
1.3 KiB
Plaintext
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
|
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
|
pkgname=plasma-browser-integration
|
|
pkgver=5.27.5
|
|
pkgrel=1
|
|
pkgdesc="Components necessary to integrate browsers into the Plasma Desktop"
|
|
# armhf blocked by extra-cmake-modules
|
|
# ppc64le, s390x and riscv64 blocked by qt5-qtwebengine -> purpose
|
|
arch="all !armhf !ppc64le !s390x !riscv64"
|
|
url="https://community.kde.org/Plasma/Browser_Integration"
|
|
license="GPL-3.0-or-later"
|
|
makedepends="
|
|
extra-cmake-modules
|
|
kactivities-dev
|
|
kconfig-dev
|
|
kdbusaddons-dev
|
|
kfilemetadata-dev
|
|
ki18n-dev
|
|
kio-dev
|
|
knotifications-dev
|
|
krunner-dev
|
|
plasma-workspace-dev
|
|
purpose-dev
|
|
qt5-qtbase-dev
|
|
samurai
|
|
"
|
|
|
|
case "$pkgver" in
|
|
*.90*) _rel=unstable;;
|
|
*) _rel=stable;;
|
|
esac
|
|
source="https://download.kde.org/$_rel/plasma/$pkgver/plasma-browser-integration-$pkgver.tar.xz"
|
|
subpackages="$pkgname-lang"
|
|
|
|
build() {
|
|
cmake -B build -G Ninja \
|
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
|
-DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_INSTALL_LIBDIR=lib
|
|
cmake --build build
|
|
}
|
|
|
|
check() {
|
|
cd build
|
|
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" cmake --install build
|
|
}
|
|
|
|
sha512sums="
|
|
f923e5359588aaef0a814fdb286cdb455c6451c8708dd2eff682fd9ab6dbe1f09f91f9c4494f87724d7d3c8a42e7fb082cf8c2fc4f437cea27480fd8fd32ca9d plasma-browser-integration-5.27.5.tar.xz
|
|
"
|