kde5-baseapps: rename to kde-baseapps
This commit is contained in:
parent
1cfdfd3688
commit
0780e6790f
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'kde5-baseapps'
|
||||
pkgname=kde5-baseapps
|
||||
# Template file for 'kde-baseapps'
|
||||
pkgname=kde-baseapps
|
||||
version=24.02.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=meta
|
||||
depends="
|
||||
dolphin>=${version}
|
||||
kate>=${version}
|
||||
konsole>=${version}"
|
||||
short_desc="KDE 5 base applications meta-package for Void Linux"
|
||||
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"
|
||||
|
@ -15,3 +15,9 @@ 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)"
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
kde-baseapps
|
Loading…
Reference in New Issue