summaryrefslogtreecommitdiff
path: root/subprojects/shared-modules/gtk2/gtk2.json
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/shared-modules/gtk2/gtk2.json')
-rw-r--r--subprojects/shared-modules/gtk2/gtk2.json21
1 files changed, 12 insertions, 9 deletions
diff --git a/subprojects/shared-modules/gtk2/gtk2.json b/subprojects/shared-modules/gtk2/gtk2.json
index cb39de7d..bfca223a 100644
--- a/subprojects/shared-modules/gtk2/gtk2.json
+++ b/subprojects/shared-modules/gtk2/gtk2.json
@@ -57,18 +57,21 @@
"sources": [
{
"type": "archive",
- "url": "https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.32.tar.xz",
- "sha256": "b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e"
+ "url": "https://download.gnome.org/sources/gtk+/2.24/gtk+-2.24.33.tar.xz",
+ "sha256": "ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da"
},
{
"type": "patch",
"path": "gtk2-use-adwaita-theme.patch"
+ },
+ {
+ "type": "patch",
+ "path": "gtk2-fix-crash-in-show-uri.patch"
}
]
},
{
"name": "ibus-gtk2",
- "no-make-install": true,
"config-opts": [
"--disable-xim",
"--disable-dconf",
@@ -90,18 +93,18 @@
"--disable-introspection",
"--disable-python2"
],
- "ensure-writable": [
- "/lib/gtk-2.0/2.10.0/immodules.cache"
+ "make-install-args": [
+ "-C", "client/gtk2"
],
"post-install": [
- "install -m644 --target-directory=${FLATPAK_DEST}/lib/gtk-2.0/2.10.0/immodules client/gtk2/.libs/im-ibus.so",
- "gtk-query-immodules-2.0 > ${FLATPAK_DEST}/lib/gtk-2.0/2.10.0/immodules.cache"
+ "gtk-query-immodules-2.0 > immodules.cache",
+ "install immodules.cache -t $(pkg-config --variable=libdir gtk+-2.0)/gtk-2.0/2.10.0/"
],
"sources": [
{
"type": "archive",
- "url": "https://github.com/ibus/ibus/releases/download/1.5.21/ibus-1.5.21.tar.gz",
- "sha256": "adc1e5e620d6a89a49306f022b50561f2c05218dec13d0c9b136dc8b6568a2b9"
+ "url": "https://github.com/ibus/ibus/releases/download/1.5.23/ibus-1.5.23.tar.gz",
+ "sha256": "b7e8d5bdb7d71a5ba4ee43cdf374675f77121a71c1679c9b9e7e02875bd0e150"
}
]
}