Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libre-graph-api


Commits:
ed4f401b by Felix Pehla at 2026-02-27T22:36:09+01:00
PKGBUILD: remove gcc-libs dependency

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -6,8 +6,9 @@ pkgbase = libre-graph-api
        arch = x86_64
        license = Apache
        makedepends = cmake
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = qt6-base
        source = 
https://github.com/owncloud/libre-graph-api-cpp-qt-client/archive/v1.0.4/libre-graph-api-1.0.4.tar.gz
        sha256sums = 
5504024235b8474eb053dad0051d33f3fcfd9aabdbde96f506a77df181fcd84d


=====================================
PKGBUILD
=====================================
@@ -7,8 +7,9 @@ pkgdesc='An API for open Cloud Collaboration'
 arch=(x86_64)
 url='http://owncloud.org/'
 license=(Apache)
-depends=(gcc-libs
-         glibc
+depends=(glibc
+         libgcc
+         libstdc++
          qt6-base)
 makedepends=(cmake)
 
source=(https://github.com/owncloud/$pkgname-cpp-qt-client/archive/v$pkgver/$pkgname-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libre-graph-api/-/commit/ed4f401b50aba611d562cebf7b345a337b78b4a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libre-graph-api/-/commit/ed4f401b50aba611d562cebf7b345a337b78b4a5
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to