19 lines
608 B
Bash
19 lines
608 B
Bash
# Template file for 'keditbookmarks'
|
|
pkgname=keditbookmarks
|
|
version=19.08.2
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="extra-cmake-modules kcoreaddons kconfig kdoctools
|
|
pkg-config qt5-host-tools qt5-qmake"
|
|
makedepends="kparts-devel qt5-devel"
|
|
short_desc="Bookmarks editor"
|
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
|
license="GPL-2.0-or-later, GFDL-1.2-only"
|
|
homepage="https://www.kde.org/"
|
|
distfiles="${KDE_SITE}/applications/${version}/src/keditbookmarks-${version}.tar.xz"
|
|
checksum=6a22c3ccdd89d07ad13b34b89704afcc9bf3b5a177d4dc137dcb5eaf1580f6dd
|
|
|
|
pre_check() {
|
|
export QT_QPA_PLATFORM=offscreen
|
|
}
|