gtk3: added post-install script to compile needed glib schemas

This commit is contained in:
Fredrik Rinnestam 2012-11-10 21:19:26 +01:00
parent 52d916dd40
commit 25ea5fb62c
3 changed files with 5 additions and 9 deletions

View File

@ -5,7 +5,7 @@
name=gtk3
version=3.4.4
release=1
release=2
source=(http://download.gnome.org/sources/gtk+/3.4/gtk+-$version.tar.xz)
build () {

View File

@ -1,8 +0,0 @@
POST-INSTALL
If you come across crashes such as:
(transmission-gtk:19791): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
This can be resolved by generating a glib-schema with the command :
$ glib-compile-schemas /usr/share/glib-2.0/schemas/

4
gtk3/post-install Executable file
View File

@ -0,0 +1,4 @@
#!/bin/sh
# compile needed glib schemas
glib-compile-schemas /usr/share/glib-2.0/schemas