24 lines
580 B
Bash
24 lines
580 B
Bash
# Template file for 'kde-baseapps'
|
|
pkgname=kde-baseapps
|
|
version=24.02.0
|
|
revision=3
|
|
build_style=meta
|
|
depends="
|
|
dolphin>=${version}
|
|
kate>=${version}
|
|
konsole>=${version}"
|
|
short_desc="KDE base applications meta-package for Void Linux"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.kde.org"
|
|
|
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
|
depends+=" khelpcenter>=${version}"
|
|
fi
|
|
|
|
kde5-baseapps_package() {
|
|
build_style=meta
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
}
|