68 Commits

Author SHA1 Message Date
Christoph Reiter
08d26f4619
glib2: Update to 2.86.0 (#5656) 2025-09-22 08:19:36 +02:00
Christoph Reiter
bd8e544a1a
glib2: Update to 2.84.4 (#5559) 2025-08-10 21:02:22 +02:00
Christoph Reiter
b2c008c57e fix some duplicated msys2_references 2025-08-09 22:17:27 +02:00
Christoph Reiter
7967059cde glib2: Update to 2.84.3 2025-06-19 07:36:41 +02:00
Christoph Reiter
33a23ecfbb
glib2: Update to 2.84.2 (#5409) 2025-05-21 07:21:18 +02:00
Christoph Reiter
67a4dd6c80 glib2: Update to 2.84.1 2025-04-03 20:14:24 +02:00
Christoph Reiter
f61f568c43
glib2: Update to 2.84.0 (#5241) 2025-03-07 10:29:48 +01:00
Christoph Reiter
0432941bd5 glib2: Update to 2.82.4 2024-12-13 20:27:36 +01:00
Christoph Reiter
4af8df6215 glib2: Update to 2.82.3 2024-12-11 09:17:38 +01:00
Christoph Reiter
2400637eca glib2: Update to 2.82.2 2024-10-25 21:19:06 +02:00
Christoph Reiter
16e163e550 glib2: Update to 2.82.1 2024-09-20 07:54:00 +02:00
Christoph Reiter
699725924c glib2: Update to 2.82.0
Set new glib_debug as suggested upstream
2024-08-27 08:54:53 +02:00
Christoph Reiter
85f3da7d8d glib2: Update to 2.80.5 2024-08-26 19:13:43 +02:00
Christoph Reiter
d9c9fa732f
glib2: add link to upstream MR 2024-07-09 21:02:00 +02:00
Christoph Reiter
b63832e665 glib2: Update to 2.80.4 2024-07-09 06:56:14 +02:00
Christoph Reiter
d25066b8f1 glib2: Update to 2.80.3
* drop the docs package: it moved from gtk-doc to gi-docgen which
  requires introspection, but we don't have the tooling for that yet
* small patch to fix the build
* it moved from distutils to packaging for version parsing
* rst2man from python-docutils is now used for man pages
* move gobject-query to devel to match Debian
* move gresource from devel, to match Debian
* install man pages
* xslt seems to no longer be used
* install some missing binaries (gio, gio-launch-desktop)
* install missing gettext files
* add conflicts since files have moved
2024-07-06 10:10:49 +02:00
Christoph Reiter
9b64bd6498 python 3.12 rebuilds 2024-07-05 23:01:07 +02:00
Christoph Reiter
32b177f3d9 glib2: Update to 2.78.6 2024-05-08 22:27:22 +02:00
Christoph Reiter
a2ee04bf00 More CPEs 2024-03-24 20:09:34 +01:00
Christoph Reiter
174e938942 more CPEs 2024-03-22 19:04:22 +01:00
Christoph Reiter
0869f2ad08 glib2: Update to 2.78.4 2024-02-15 19:48:13 +01:00
Christoph Reiter
db0d5dd717 glib2: Update to 2.76.6 2023-10-06 14:09:30 +02:00
Christoph Reiter
1f1a74cb26 Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
2023-09-17 20:40:26 +02:00
Christoph Reiter
6a2677d1b7 glib2: Update to 2.76.5 2023-08-31 17:15:02 +02:00
Christoph Reiter
9b271b88ed glib2: Update to 2.76.4 2023-07-14 14:18:14 +02:00
Christoph Reiter
6fc040464c glib2: Update to 2.76.3 2023-05-24 09:37:02 +02:00
Christoph Reiter
ebfe1651b1 glib2: Update to 2.76.2 2023-05-19 10:46:05 +02:00
Christoph Reiter
189b980340 glib2: Update to 2.76.1 2023-03-24 16:18:04 +01:00
Christoph Reiter
eca3fc9f6c glib2: Update to 2.76.0 2023-03-12 12:42:25 +01:00
Christoph Reiter
7c3781938d glib2: fix deps, add more pyc
the tools referenced by optdepends are in the dev package
byte-compile some more things
2023-02-15 08:38:33 +01:00
Christoph Reiter
28c89659b0 python 3.11 rebuilds 2023-02-14 09:48:24 +01:00
Christoph Reiter
7db7479329 glib2: Update to 2.74.4 2022-12-22 18:11:07 +01:00
Christoph Reiter
bece04e5fe glib2: Update to 2.74.3
* 'fam' was dropped upstream
* glib switched from pcre to pcre2
* socklen_t is signed in cygwin which triggers -Werror=pointer-sign
2022-12-02 21:21:31 +01:00
Christoph Reiter
8780e5c2b8 Python 3.10 rebuilds 2022-07-02 18:56:12 +02:00
Christoph Reiter
50e9cda3cf glib2: Update to 2.72.2 2022-06-19 19:05:13 +02:00
Christoph Reiter
6c3cca0b99 Remove mentions of pkg-config
Replace with pkgconf directly so we can eventually remove pkg-config.
Only bump pkgrel where it is depends to avoid too many rebuilds.
2022-05-15 11:11:39 +02:00
Christoph Reiter
06d1e17894 libffi rebuilds 2022-05-07 19:44:23 +02:00
Christoph Reiter
ce3bbb28f6 glib2: Update to 2.72.1 2022-04-18 12:21:08 +02:00
Christoph Reiter
7b33d268cc glib: Update to 2.70.5
Drop the gconvert patch as it was rejected upstream and it's unclear
what exactly it fixed for us.

Drop the gmodule patch as it's unclear if it's still needed, and module
loading seems to work for me.

Add a small patch replacing the cygwin DLL prefix. There are more cases
in the tests where MODULE_FILENAME_PREFIX and G_MODULE_SUFFIX are wrong,
or not set for cygwin, but that's for another time.
2022-04-03 12:41:13 +02:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
jeremyd2019
94111feb77
Revert "libffi: Update to 3.4.2" 2021-12-04 14:05:12 -08:00
Christoph Reiter
bdab5335f8 libffi rebuilds 2021-12-04 17:35:12 +01:00
Christoph Reiter
b9635dbf20 glib2: Update to 2.68.4 2021-08-26 07:33:22 +02:00
Christoph Reiter
63cf6b6573 glib2: Update to 2.68.3 2021-07-26 07:59:37 +02:00
Biswapriyo Nath
394ba58610
glib2: Update to 2.68.1 2021-04-14 19:53:57 +05:30
Christoph Reiter
762a4e0c3f glib2: Update to 2.66.6 2021-02-05 10:14:05 +01:00
Hannes Müller
2e4dabf189 glib2: for glib2-devel add dependency to gettext-devel
Since 'pkg-config glib-2.0 --libs' adds also '-lintl' the related
library should be also available
2021-01-18 18:15:36 +01:00
Christoph Reiter
dbe8b61c68 glib2: Update to 2.66.4 2020-12-19 22:22:41 +01:00
Christoph Reiter
a429f3a2f4 glib: Update to 2.64.6 and port to meson
Reasons for patches being dropped:

* 2.34.3-m4macros.patch: autotools related
* 2.36.3-not-win32.patch:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/751
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/862
* 2.36.3-visibility.patch: autotools related
* 2.36.4-gspawn-cygwin.patch: unclear, that code is gone
* 2.36.4-gutf8-cygwin.patch:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/863
* 2.42.1-goption-cygwin.patch:
  https://gitlab.gnome.org/GNOME/glib/-/merge_requests/754
* glib-2.38.1-msys2.patch: autotools related

I've rebased the remaining, hopefully that worked out..
2020-10-16 16:19:16 +02:00
Alexey Pavlov
56f9434f17 glib2: Rebuild for libffi 3.3 2020-04-16 23:55:22 +03:00