summaryrefslogtreecommitdiff
path: root/dev-libs/glib/glib-2.84.4.ebuild
AgeCommit message (Collapse)Author
2025-11-14dev-libs/glib: Stabilize 2.84.4 x86, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-14dev-libs/glib: Stabilize 2.84.4 arm, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-11-04*/*: Use := on virtual/zlib deps, part 5Michał Górny
Done via: ``` git grep -l 'virtual/zlib-' | xargs sed -i -r -e 's@virtual/zlib-[0-9.]*(-r[0-9]*)?@&:=@g' git grep -l 'virtual/zlib-' | xargs sed -i -e 's@:=:=@:=@g' pkgcheck scan --commits \ -c SourcingCheck,VisibilityCheck,DependencyCheck --exit error ``` Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-11-04dev-*/*: update for virtual/zlibMichał Górny
Update done using: ``` git grep -l sys-libs/zlib dev-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Followed by manual revert in dev-python/zlib-ng where it accidentally caught sys-libs/zlib-ng dependencies. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2025-10-26dev-libs/glib: try to constrain scope of PKG_CONFIG_* mangling for bootstrapSam James
Bug: https://bugs.gentoo.org/963031 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26dev-libs/glib: another bootstrap fixSam James
Followup to c4a281bfc7e86f24205a9f0084b16045c9531a08. This actually still doesn't seem to be enough, I must have tested w/ 2.84.4 before which didn't need bootstrapping as I had new enough g-i. Bug: https://bugs.gentoo.org/963031 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26dev-libs/glib: fix tests when gobject-introspection had to be bootstrappedSam James
Avoid clobbering PKG_CONFIG_LIBDIR. Closes: https://bugs.gentoo.org/963031 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26dev-libs/glib: fix tests w/ libpcre2-10.47Sam James
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26Revert "dev-libs/glib: Remove obsolete gio weak blocker"Sam James
This reverts commit 94f109e38561f2c898adbf973a5ecc41404dc310. People still have 2.78 installed and are upgrading from it, as shown by bugs like bug #947058. Bug: https://bugs.gentoo.org/947058 Signed-off-by: Sam James <sam@gentoo.org>
2025-10-18dev-libs/glib: Stabilize 2.84.4 amd64, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-18dev-libs/glib: Stabilize 2.84.4 arm64, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-18dev-libs/glib: Stabilize 2.84.4 ppc64, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-14dev-libs/glib: Stabilize 2.84.4 ppc, #964080Arthur Zamarin
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-10-03dev-libs/glib: Remove obsolete gio weak blockerLukas Schmelting
Signed-off-by: Lukas Schmelting <lschmelting@posteo.com> Part-of: https://github.com/gentoo/gentoo/pull/43754 Closes: https://github.com/gentoo/gentoo/pull/43754 Signed-off-by: Sam James <sam@gentoo.org>
2025-08-31dev-libs/glib: drop broken sed for tests w/o shared-mime-infoSam James
Upstream MR https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3997 should solve it. Closes: https://bugs.gentoo.org/904096 Signed-off-by: Sam James <sam@gentoo.org>
2025-08-22dev-libs/glib: add 2.84.4Sam James
Bug: https://bugs.gentoo.org/961874 Signed-off-by: Sam James <sam@gentoo.org>