18 lines
444 B
Bash
18 lines
444 B
Bash
# Template file for 'kde5-baseapps'
|
|
pkgname=kde5-baseapps
|
|
version=24.02.0
|
|
revision=2
|
|
build_style=meta
|
|
depends="
|
|
dolphin>=${version}
|
|
kate>=${version}
|
|
konsole>=${version}"
|
|
short_desc="KDE 5 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
|