21 lines
857 B
Bash
21 lines
857 B
Bash
# Template file for 'plasma-browser-integration'
|
|
pkgname=plasma-browser-integration
|
|
version=5.21.3
|
|
revision=1
|
|
build_style=cmake
|
|
configure_args="-DBUILD_TESTING=OFF"
|
|
hostmakedepends="extra-cmake-modules pkg-config kcoreaddons qt5-host-tools
|
|
gettext qt5-qmake"
|
|
makedepends="qt5-devel kio-devel ki18n-devel krunner-devel kactivities5-devel
|
|
plasma-workspace-devel purpose-devel kfilemetadata5-devel"
|
|
short_desc="Integration of web browsers with the KDE Plasma 5 desktop"
|
|
maintainer="1is7ac3 <isaac.qa13@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://invent.kde.org/plasma/plasma-browser-integration"
|
|
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
|
checksum=deb4e4de2b821942b4d3096f2193d92459bb6b4b6bdedfe80f77efb1a949e9c3
|
|
|
|
if [ "${CROSS_BUILD}" ]; then
|
|
configure_args+=" -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson"
|
|
fi
|