Balló György pushed to branch main at Arch Linux / Packaging / Packages / hana
Commits:
58e1fa6c by Balló György at 2026-01-25T00:34:24+01:00
upgpkg: 1.0.0-2: Don't build in debug mode
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = hana
pkgdesc = Application to capture thumbnails from video files
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://apps.kde.org/hana/
arch = x86_64
license = GPL-3.0-or-later
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=hana
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Application to capture thumbnails from video files'
arch=(x86_64)
url='https://apps.kde.org/hana/'
@@ -32,7 +32,8 @@ validpgpkeys=(4E421C6554B89766DF9B7A37E12AB207C8755905) #
George Florea Bănuș
build() {
cmake -S $pkgname -B build -G Ninja \
- -D CMAKE_INSTALL_PREFIX=/usr
+ -D CMAKE_INSTALL_PREFIX=/usr \
+ -D CMAKE_BUILD_TYPE=None
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hana/-/commit/58e1fa6cf459f6052fbd8f8d1e3a40c10d952c39
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hana/-/commit/58e1fa6cf459f6052fbd8f8d1e3a40c10d952c39
You're receiving this email because of your account on gitlab.archlinux.org.