Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libnotify
Commits: 74459e99 by Felix Pehla at 2026-02-26T15:14:27+01:00 PKGBUILD: remove gcc-libs dependency https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -17,10 +17,10 @@ pkgbase = libnotify makedepends = gobject-introspection makedepends = meson makedepends = xmlto - depends = gcc-libs depends = gdk-pixbuf2 depends = glib2 depends = glibc + depends = libgcc source = git+https://gitlab.gnome.org/GNOME/libnotify.git?signed#tag=0.8.8 validpgpkeys = 98FF7532A4639119B8FB4F15E520923A38618D6C validpgpkeys = D4C501DA48EB797A081750939449C2F50996635F ===================================== PKGBUILD ===================================== @@ -13,10 +13,10 @@ url="https://gitlab.gnome.org/GNOME/libnotify" arch=(x86_64) license=(LGPL-2.1-or-later) depends=( - gcc-libs gdk-pixbuf2 glib2 glibc + libgcc ) makedepends=( docbook-xsl View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/74459e998ada70ce011a9afb9146021ec18cf1d2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/74459e998ada70ce011a9afb9146021ec18cf1d2 You're receiving this email because of your account on gitlab.archlinux.org.
