mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
parent
85a7417203
commit
62550aff54
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kstars'
|
# Template file for 'kstars'
|
||||||
pkgname=kstars
|
pkgname=kstars
|
||||||
version=3.5.3
|
version=3.5.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="kdoctools gettext qt5-host-tools qt5-qmake kcoreaddons
|
hostmakedepends="kdoctools gettext qt5-host-tools qt5-qmake kcoreaddons
|
||||||
kconfig"
|
kconfig"
|
||||||
|
@ -18,4 +18,9 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://edu.kde.org/kstars/"
|
homepage="https://edu.kde.org/kstars/"
|
||||||
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=92052c1b69366120001fb79adaa7c6c3880e379085754a10dc4c0e9c04d76798
|
checksum=24275261ca20be8526bbebc1fefc9efba64c209a95a127002ab7a1f3d771a035
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
# https://bugs.kde.org/show_bug.cgi?id=439541
|
||||||
|
rm po/de/docs/kstars/index.docbook
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue