Bert Peters pushed to branch main at Arch Linux / Packaging / Packages /
kdiskmark
Commits:
535c2777 by Bert Peters at 2026-02-16T16:51:10+01:00
upgpkg: 3.2.0-2: gcc-libs deprecation
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = kdiskmark
pkgdesc = HDD and SSD benchmark tool with a very friendly graphical
user interface
pkgver = 3.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JonMagon/KDiskMark
arch = x86_64
license = GPL-3.0-or-later
@@ -16,10 +16,11 @@ pkgbase = kdiskmark
depends = libaio
depends = hicolor-icon-theme
depends = glibc
- depends = gcc-libs
+ depends = libgcc
+ depends = libstdc++
depends = polkit-qt6
source = git+https://github.com/JonMagon/KDiskMark#tag=3.2.0
- source = git+https://github.com/itay-grudev/SingleApplication.git
+ source =
kdiskmark-SingleApplication::git+https://github.com/itay-grudev/SingleApplication.git
sha256sums =
c4182293e1612fe42bb2cb58d6b3d0fdc7302388820ae420543c8b90df177c8e
sha256sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -6,14 +6,14 @@ arch=('x86_64')
_pkgname=KDiskMark
pkgname=kdiskmark
pkgver=3.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="HDD and SSD benchmark tool with a very friendly graphical user
interface"
url="https://github.com/JonMagon/${_pkgname}"
license=(GPL-3.0-or-later)
-depends=(qt6-base fio libaio hicolor-icon-theme glibc gcc-libs polkit-qt6)
+depends=(qt6-base fio libaio hicolor-icon-theme glibc libgcc libstdc++
polkit-qt6)
makedepends=(git cmake extra-cmake-modules qt6-tools qt6-declarative clang)
source=("git+https://github.com/JonMagon/${_pkgname}#tag=$pkgver"
- "git+https://github.com/itay-grudev/SingleApplication.git")
+
"$pkgname-SingleApplication::git+https://github.com/itay-grudev/SingleApplication.git")
sha256sums=('c4182293e1612fe42bb2cb58d6b3d0fdc7302388820ae420543c8b90df177c8e'
'SKIP')
@@ -22,7 +22,7 @@ prepare() {
git submodule init
- git config submodule."src/singleapplication".url
"${srcdir}/SingleApplication"
+ git config submodule."src/singleapplication".url
"${srcdir}/$pkgname-SingleApplication"
git -c protocol.file.allow=always submodule update
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/535c2777538246f22c4c64cb10b2b8ba865a7811
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/535c2777538246f22c4c64cb10b2b8ba865a7811
You're receiving this email because of your account on gitlab.archlinux.org.