Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
speedcrunch
Commits:
9d742fe2 by Antonio Rojas at 2026-05-24T10:27:14+02:00
upgpkg: 0.12.0-5: gcc-libs--
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,15 @@
pkgbase = speedcrunch
pkgdesc = Simple but powerful calculator using Qt
pkgver = 0.12.0
- pkgrel = 4
+ pkgrel = 5
url = https://speedcrunch.org/
arch = x86_64
license = GPL-2.0-only
makedepends = cmake
makedepends = git
- depends = gcc-libs
depends = glibc
+ depends = libgcc
+ depends = libstdc++
depends = qt5-base
depends = qt5-tools
source =
git+https://bitbucket.org/heldercorreia/speedcrunch#tag=release-0.12.0
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,14 @@
pkgname=speedcrunch
pkgver=0.12.0
-pkgrel=4
+pkgrel=5
pkgdesc="Simple but powerful calculator using Qt"
arch=(x86_64)
url='https://speedcrunch.org/'
license=(GPL-2.0-only)
-depends=(gcc-libs
- glibc
+depends=(glibc
+ libgcc
+ libstdc++
qt5-base
qt5-tools)
makedepends=(cmake
@@ -25,7 +26,8 @@ prepare() {
build() {
cmake -B build -S $pkgname/src \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/speedcrunch/-/commit/9d742fe29ad73ce4882a98cb5b74c878e8dd012c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/speedcrunch/-/commit/9d742fe29ad73ce4882a98cb5b74c878e8dd012c
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