ports/opt (3.1): glib: install gschemas.compiled. Added post-install to regenerate schemas
commit 2d8d69e8c926f97f1fc8716670a87929b58ba325 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Nov 1 11:45:25 2015 +0100 glib: install gschemas.compiled. Added post-install to regenerate schemas diff --git a/glib/.footprint b/glib/.footprint index 6efe2df..57bd17a 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 b3ba3ce..2138c8a 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 2f92a02..574b6dd 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 }
participants (1)
-
crux@crux.nu