summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2015-11-01 11:45:25 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2015-11-01 11:46:55 +0100
commit2d8d69e8c926f97f1fc8716670a87929b58ba325 (patch)
tree810bf9ecce910e362f21c51e079b15e4a7e9d629 /glib
parent3d63c1abcb13f5447b35bbaff63d0d1fd6517595 (diff)
downloadopt-2d8d69e8c926f97f1fc8716670a87929b58ba325.tar.gz
opt-2d8d69e8c926f97f1fc8716670a87929b58ba325.tar.xz
glib: install gschemas.compiled. Added post-install to regenerate schemas
Diffstat (limited to 'glib')
-rw-r--r--glib/.footprint1
-rw-r--r--glib/.md5sum1
-rw-r--r--glib/Pkgfile6
3 files changed, 6 insertions, 2 deletions
diff --git a/glib/.footprint b/glib/.footprint
index 6efe2dff3..57bd17a9d 100644
--- a/glib/.footprint
+++ b/glib/.footprint
@@ -357,6 +357,7 @@ drwxr-xr-x root/root usr/share/glib-2.0/gettext/po/
-rw-r--r-- root/root usr/share/glib-2.0/gettext/po/Makefile.in.in
drwxr-xr-x root/root usr/share/glib-2.0/schemas/
-rw-r--r-- root/root usr/share/glib-2.0/schemas/gschema.dtd
+-rw-r--r-- root/root usr/share/glib-2.0/schemas/gschemas.compiled
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gapplication.1.gz
diff --git a/glib/.md5sum b/glib/.md5sum
index b3ba3ce0e..2138c8a1d 100644
--- a/glib/.md5sum
+++ b/glib/.md5sum
@@ -1 +1,2 @@
c90e93ceb45100ffc1d40ec5d2ca3248 glib-2.46.1.tar.xz
+3df1b49e24d47881951b0752bce7de70 gschemas.compiled
diff --git a/glib/Pkgfile b/glib/Pkgfile
index 2f92a02e9..574b6dd13 100644
--- a/glib/Pkgfile
+++ b/glib/Pkgfile
@@ -5,8 +5,9 @@
name=glib
version=2.46.1
-release=1
-source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz)
+release=2
+source=(http://download.gnome.org/sources/$name/${version:0:4}/$name-$version.tar.xz \
+ gschemas.compiled)
build () {
cd $name-$version
@@ -20,6 +21,7 @@ build () {
install -d $PKG/usr/share/man/man1
find docs -name '*.1' -exec install -m 0644 {} $PKG/usr/share/man/man1 \;
+ install -m 0644 $SRC/gschemas.compiled $PKG/usr/share/glib-2.0/schemas/gschemas.compiled
rm -rf $PKG/usr/share/{gtk-doc,locale}
rm -r $PKG/usr/share/bash-completion
}

Generated by cgit