kde5-baseapps: rename to kde-baseapps
This commit is contained in:
parent
1cfdfd3688
commit
0780e6790f
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'kde5-baseapps'
|
# Template file for 'kde-baseapps'
|
||||||
pkgname=kde5-baseapps
|
pkgname=kde-baseapps
|
||||||
version=24.02.0
|
version=24.02.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=meta
|
build_style=meta
|
||||||
depends="
|
depends="
|
||||||
dolphin>=${version}
|
dolphin>=${version}
|
||||||
kate>=${version}
|
kate>=${version}
|
||||||
konsole>=${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>"
|
maintainer="John <me@johnnynator.dev>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.kde.org"
|
homepage="https://www.kde.org"
|
||||||
|
@ -15,3 +15,9 @@ homepage="https://www.kde.org"
|
||||||
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
if [ "$XBPS_WORDSIZE$XBPS_WORDSIZE" = "64$XBPS_TARGET_WORDSIZE" ]; then
|
||||||
depends+=" khelpcenter>=${version}"
|
depends+=" khelpcenter>=${version}"
|
||||||
fi
|
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