Balló György pushed to branch main at Arch Linux / Packaging / Packages /
hydrogen
Commits:
077744d0 by Balló György at 2026-07-15T14:31:27+02:00
upgpkg: 1.2.6-4: Mark the build as non-development version
Without this, the application shows a message dialog on launch about a
development version is used.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hydrogen
pkgdesc = An advanced drum machine
pkgver = 1.2.6
- pkgrel = 3
+ pkgrel = 4
url = http://www.hydrogen-music.org/
arch = x86_64
groups = pro-audio
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=hydrogen
pkgver=1.2.6
-pkgrel=3
+pkgrel=4
pkgdesc="An advanced drum machine"
arch=(x86_64)
url="http://www.hydrogen-music.org/"
@@ -58,6 +58,9 @@ build() {
-W no-dev
)
+ # Mark the build as non-development version
+ sed -i 's|execute_process(COMMAND git describe --exact-match --tags
OUTPUT_VARIABLE GIT_ON_TAG)|set(GIT_ON_TAG 1)|' $pkgname-$pkgver/CMakeLists.txt
+
cmake "${cmake_options[@]}"
cmake --build build --verbose
# update translations
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hydrogen/-/commit/077744d0108f5c29714bba8fd21618d3bf69b3ec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hydrogen/-/commit/077744d0108f5c29714bba8fd21618d3bf69b3ec
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