Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / adriconf
Commits: 14ecaae2 by Daniel Bermond at 2026-02-15T12:46:48-03:00 upgpkg: 2.7.3-2: gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,12 +1,11 @@ pkgbase = adriconf pkgdesc = GUI tool to configure Mesa drivers by setting options and writing them to the standard drirc file pkgver = 2.7.3 - pkgrel = 1 + pkgrel = 2 url = https://gitlab.freedesktop.org/mesa/adriconf arch = x86_64 license = GPL-3.0-or-later makedepends = cmake - depends = gcc-libs depends = glib2 depends = glibc depends = glibmm-2.68 @@ -14,7 +13,9 @@ pkgbase = adriconf depends = hicolor-icon-theme depends = mesa depends = libdrm + depends = libgcc depends = libgl + depends = libstdc++ depends = libsigc++-3.0 depends = pciutils depends = pugixml ===================================== PKGBUILD ===================================== @@ -2,13 +2,12 @@ pkgname=adriconf pkgver=2.7.3 -pkgrel=1 +pkgrel=2 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing them to the standard drirc file" arch=(x86_64) url="https://gitlab.freedesktop.org/mesa/adriconf" license=(GPL-3.0-or-later) depends=( - gcc-libs glib2 glibc glibmm-2.68 @@ -16,7 +15,9 @@ depends=( hicolor-icon-theme mesa libdrm + libgcc libgl + libstdc++ libsigc++-3.0 pciutils pugixml) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/commit/14ecaae28e5eabb2a538edc71a70c905dd0c6885 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/commit/14ecaae28e5eabb2a538edc71a70c905dd0c6885 You're receiving this email because of your account on gitlab.archlinux.org.
