48 Commits

Author SHA1 Message Date
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
Christoph Reiter
60697c0d21
Python 2 Removal - Round 2 (#1874)
* cygrunsrv: Remove Python 2 dependency

Looks unused

* elinks: Move to Python 3

* gyp: Update and build with Python 3

* doxygen: Build with Python 3

* file: Drop Python 2 module

* glib2: Build with Python 3

* libevent: Use Python 3

* setconf: Use Python 3

* jsoncpp: Build with Python 3
2020-02-28 09:36:23 +03:00
Alexey Pavlov
275b05c4b5 glib2: Update to 2.54.3 2018-06-26 10:16:11 +03:00
Viktor Szakats
746a478425 switch to HTTPS where available 2017-09-16 03:45:32 +00:00
atom.long
0455d58166 glib2: Update to 2.48.2 2017-05-30 22:28:45 +08:00
Alexey Pavlov
cad20bf3a8 glib2: Update to 2.48.0 2016-04-01 09:25:44 +03:00
Viktor Szakats
2b119ae43f use secure urls
* follow some redirects
2016-02-23 10:26:02 +01:00
Alexey Pavlov
16ebdf46e9 glib2: Update to 2.44.1 2015-08-19 09:14:24 +03:00
Renato Silva
b176b369d3 Trailing whitespace cleanup. 2015-02-09 18:47:01 -02:00
Masanori Shirayama
f18407d028 glib2: Fix dependencies for build 2014-09-29 12:21:56 +09:00
Alexpux
fa6cdeefad glib2: Install gapplication 2014-09-26 12:43:42 +04:00
mashir43
c466214e7b glib2: Update to 2.42.0 2014-09-26 12:26:22 +09:00
Alexpux
fdf7ad4528 Add dependencies between devel packages. 2014-05-03 09:40:44 +04:00
Alexpux
34ac3cdf22 Fix format in PKGBUILD's 2014-04-28 09:52:34 +04:00
Alexpux
08968f7b94 glib2: Add patches from cygwin. Install missing files in glib2-devel. 2014-01-23 10:29:53 +04:00
Alexpux
deca40f484 glib2: update to 2.38.2 2013-11-13 12:16:04 +04:00
Alexpux
bbac4eec12 glib2: fix splitting. 2013-11-11 08:14:05 +04:00
Alexpux
1994b55167 Change packages groups. Various fixes. 2013-11-10 19:24:27 +04:00
Alexpux
c980cc4caf Add glib2 package 2013-11-06 11:32:10 +04:00