temp/gtk+3.0: fix Plasma Mobile virtual keyboard not opening on GTK apps (MR 3181)

pmOS equivalent of https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/34970
This commit is contained in:
Bart Ribbers 2022-06-01 08:56:15 +02:00
parent bfb933dec1
commit 1b9afe9116
No known key found for this signature in database
GPG key ID: 0BF4C1B5988C50D8
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Forked from Alpine to apply Purism's patches for responsivness
pkgname=gtk+3.0
pkgver=9999_git20210602
pkgrel=1
pkgrel=2
# pureos/byzantium branch
_commit="f05e4021ed82bfbabf566398d0511b6745a5745e"
pkgdesc="The GTK+ Toolkit (v3)"

View file

@ -1,5 +1,5 @@
#!/bin/sh
usr/bin/gtk-query-immodules-3.0 > etc/gtk-3.0/gtk.immodules
usr/bin/gdk-pixbuf-query-loaders > etc/gtk-3.0/gdk-pixbuf.loaders
/usr/bin/gtk-query-immodules-3.0 --update-cache
/usr/bin/gdk-pixbuf-query-loaders --update-cache