Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / xdg-dbus-proxy
Commits: c50ae432 by Felix Pehla at 2026-02-26T17:59:39+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -9,9 +9,9 @@ pkgbase = xdg-dbus-proxy makedepends = git makedepends = meson depends = dbus - depends = gcc-libs depends = glib2 depends = glibc + depends = libgcc source = git+https://github.com/flatpak/xdg-dbus-proxy#tag=0.1.6 b2sums = fca110423a5657ddc4c197024935ea6794ea2d028678feb5ac0aefc5241b634149e32b230e5eeaee62a8a3d235fd1dfecf803a0bcdfaab7072372ee9141fc945 ===================================== PKGBUILD ===================================== @@ -10,9 +10,9 @@ arch=(x86_64) license=(LGPL-2.1-or-later) depends=( dbus - gcc-libs glib2 glibc + libgcc ) makedepends=( docbook-xsl View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-dbus-proxy/-/commit/c50ae4326a89158f9de32950520729ea95bc40a2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-dbus-proxy/-/commit/c50ae4326a89158f9de32950520729ea95bc40a2 You're receiving this email because of your account on gitlab.archlinux.org.
