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:
parent
bfb933dec1
commit
1b9afe9116
2 changed files with 3 additions and 3 deletions
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue