Commit graph

19 commits

Author SHA1 Message Date
Rudi Heitbaum
c8cd278391 gtk3: update to 3.24.37
log:
- https://github.com/GNOME/gtk/compare/3.24.36...3.24.37

Overview of Changes in GTK+ 3.24.37, 02-03-2023
===============================================
* Support the file transfer portal for copy-paste and DND
* Treat XKB_MODE_NAME_LODO as super key
* Refactor startup notification handling to be in sync with GTK 4
* GL: Synchronie when calling MakeCurrent
* CSS: Fix a problem with stopping animations
* Wayland: Drop the legacy text input module
* Windows: Set the default file extension in the native file chooser
* Translation updates:
  Abkhazian
  Turkish
2023-03-19 05:50:19 +00:00
Rudi Heitbaum
ab6e377c32 gtk3: update to 3.24.36
news:
- https://download.gnome.org/sources/gtk+/3.24/gtk%2B-3.24.36.news
2022-12-22 21:52:09 +00:00
Rudi Heitbaum
120256fd0a gtk3: update to 3.24.35 2022-12-05 20:48:24 +00:00
Rudi Heitbaum
e49cc95251 gtk3: drop PKG_TOOLCHAIN hardcoding - was already meson 2022-08-28 04:38:36 +00:00
Rudi Heitbaum
f245a8fbd0 gtk3: update to 3.24.34 2022-07-27 08:09:34 +00:00
heitbaum
176e830a12 gtk3: update to 3.24.31
update 3.24.30 (2021-07-08) to (2021-12-21)

Overview of Changes in GTK+ 3.24.31, 20-12-2021
===============================================

* input:
 - Fix a crash with touch on GtkScale

* clipboard:
 - Avoid a double-free

* css:
 - Avoid a crash with radial gradients

* GtkFileChooser:
 - Don't leak search results

* GtkTextView:
 - Support css letterspacing

* Wayland:
 - Reset position when hiding popups
 - Ignore globals we did not bind ourselves
 - Avoid infinite loops when hiding surfaces
 - Avoid clipboard-related lockups

* X11:
 - Trap errors while doing XRANDR calls
 - Support touchpad gestures with XI 2.4

* win32:
 - Some OpenGL setup fixes
 - Fall back to GLES for OpenGL
 - Fix MinGW autotools build
 - Fix building on Windows 11
 - Support building with Visual Studio 2022
 - Improve DND across monitors
 - Rewrite keymap handling code

* macOS:
 - Accept NSPasteboardTypeFileURL drops
 - Build on macOS 12
 - Fix display on macOS 12
 - Fix keyboard layout notifications
 - Fix a crash
 - Improve performance on Big Sur

* Translation updates:
 Basque
 Brazilian Portuguese
 Chinese (China)
 Chinese (Taiwan)
 Croatian
 Czech
 Danish
 Dutch
 Finnish
 French
 Friulian
 Galician
 German
 Hungarian
 Icelandic
 Italian
 Kazakh
 Korean
 Latvian
 Occitan
 Persian
 Russian
 Serbian
 Spanish
 Swedish
2022-01-05 00:46:56 +00:00
heitbaum
b91ad2b88b gtk3: update to 3.24.30
update 3.24.28 to 3.24.30

Overview of Changes in GTK+ 3.24.29
===================================

* Input:
 - Look for a Compose file in the right place (~/.config/gtk-3.0)
 - Revert some Compose sequence changes (mainly around dead
   acute and apostrophe)
 - Consume all key events during preedit, to avoid unexpected
   interactions
 - Ignore more modifiers during preedit, to allow using 3rd and
   5th level choosers
 - Fix handling of cursor positions in non-ASCII preedit text

* GtkSpinButton:
 - Interpret localized digits

* GtkScale:
 - Fix sporadic criticals

* GtkScrolledWindow:
 - Cancel overshoot on size changes
 - Avoid criticals with non-overlay scrollbars

* GtkFileChooser:
 - Handle smb mounts better

* GtkListBox:
 - Fix extending multi-selections

* Fix a possible crash in gtk_show_uri

* Wayland:
 - Improve font settings fallback

* X11:
 - Avoid log spam on exit
 - Don't beep on untrusted displays

* OS X:
 - Fix building on OS X 10.11
 - Add gdk-quartz-cocoa-access.h with api that provides
   access to native objects

* Translation updates:
 Dutch
 Nepali
 Swedish
2021-07-17 00:09:13 +00:00
heitbaum
aaa10b2675 gtk3: update to 3.24.28 2021-04-04 00:31:40 +00:00
heitbaum
86f4306ef8 gtk3: disable use of to-pixdata during build
to-pixdata is not available during build. errors shown below.
if pixdata is made available, then subsequent errors with shared-mime
occur. this disable rebuild of pngs.

[3/665] Generating gtkresources_c with a custom command
FAILED: gtk/gtkresources.c
/storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/toolchain/bin/glib-compile-resources gtk/gtk.gresources.xml --sourcedir /storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-3.24.28/.x86_64-libreelec-linux-gnu/gtk --sourcedir /storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-3.24.28/gtk --sourcedir ../gtk --c-name _gtk --internal --generate --target gtk/gtkresources.c --manual-register --dependency-file
gtk/gtkresources.c.d
gtk/gtk.gresources.xml: to-pixdata preprocessing requested, but GDK_PIXBUF_PIXDATA is not set, and gdk-pixbuf-pixdata is not in PATH.
[4/665] Generating gtkresources_h with a custom command
FAILED: gtk/gtkresources.h
/storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/toolchain/bin/glib-compile-resources gtk/gtk.gresources.xml --sourcedir /storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-3.24.28/.x86_64-libreelec-linux-gnu/gtk --sourcedir /storage/home-rudi/LibreELEC.tv/build.LibreELEC-Generic.x86_64-10.0-devel/build/gtk3-3.24.28/gtk --sourcedir ../gtk --c-name _gtk --internal --generate --target gtk/gtkresources.h --manual-register
gtk/gtk.gresources.xml: to-pixdata preprocessing requested, but GDK_PIXBUF_PIXDATA is not set, and gdk-pixbuf-pixdata is not in PATH.
2021-04-04 00:31:27 +00:00
Ian Leonard
eeab3d92b4 addons: automated code cleanup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-01-19 19:33:41 +00:00
CvH
1df8a5083c gtk3: update to 3.24.23 2020-11-25 21:54:00 +01:00
Andre Heider
b7c1a9dd6e chrome: cleanup and use the "sysroot" build flag
As with system-tools before.

Use PKG_DEPENDS_CONFIG where appropriate.
2020-02-10 08:53:39 +01:00
MilhouseVH
c05928eaa1 gtk3: update to gtk3-3.24.4 2019-02-03 11:40:28 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
2923f2b56a cleanup: remove PKG_SOURCE_DIR 2018-10-22 15:06:11 +02:00
CvH
fae9504387 chrome-deps: don't copy to toolchain 2018-08-25 08:27:21 +02:00
CvH
ca33bf8cd7 spdx: packages/addons 2018-07-17 23:58:49 +02:00
CvH
697eff4f29 gtk3: initial package 2018-06-25 16:31:36 +02:00