Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kdsingleapplication


Commits:
69c73336 by Felix Pehla at 2026-02-27T16:33:09+01:00
PKGBUILD: remove gcc-libs dependency

https://archlinux.org/todo/gcc-libs-deprecation/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -7,8 +7,9 @@ pkgbase = kdsingleapplication
        license = MIT
        makedepends = cmake
        makedepends = git
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = qt6-base
        source = git+https://github.com/KDAB/KDSingleApplication#tag=v1.2.0
        sha256sums = 
bfd4df2db09cf1dac6e14b38e78f9897925b3eb98272a8962eab7f0b0c6e941e


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,9 @@ pkgdesc="KDAB's helper class for single-instance policy 
applications"
 arch=(x86_64)
 url='https://github.com/KDAB/KDSingleApplication'
 license=(MIT)
-depends=(gcc-libs
-         glibc
+depends=(glibc
+         libgcc
+         libstdc++
          qt6-base)
 makedepends=(cmake
              git)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdsingleapplication/-/commit/69c733365bc04f6bfe41b2159651841950ca6718

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdsingleapplication/-/commit/69c733365bc04f6bfe41b2159651841950ca6718
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to