Martin Rys pushed to branch main at Arch Linux / Packaging / Packages /
tauon-music-box
Commits:
838eef01 by Martin Rys at 2026-04-08T14:36:50+02:00
upgpkg: 9.1.3-2: Fix missing locales
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tauon-music-box
pkgdesc = A modern music player
pkgver = 9.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://tauonmusicbox.rocks
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@ pkgname=tauon-music-box
_pkgname=tauonmb
_gitname=Tauon
pkgver=9.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A modern music player"
arch=("x86_64") # "aarch64"
url="https://tauonmusicbox.rocks"
@@ -88,8 +88,10 @@ package() {
cd "${_gitname}-${pkgver}"
python -m installer --destdir="${pkgdir}" dist/*.whl
- for t in cs de es fr_FR fi hu id ja_JP nb_NO pl pt pt_BR pt_PT ru sv tr
zh_CN; do
- install -Dm644 src/tauon/locale/${t}/LC_MESSAGES/*.mo -t
"${pkgdir}/usr/share/locale/${t}/LC_MESSAGES"
+ for dir in src/tauon/locale/*; do
+ install -Dm644 \
+ "${dir}/LC_MESSAGES/"*.mo \
+ -t "${pkgdir}/usr/share/locale/$(basename
"${dir}")/LC_MESSAGES"
done
install -Dm644 "extra/${_pkgname}.desktop" -t
"${pkgdir}/usr/share/applications"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tauon-music-box/-/commit/838eef01a692f1dde61d19915b18cfcd0fa30bbe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tauon-music-box/-/commit/838eef01a692f1dde61d19915b18cfcd0fa30bbe
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help