testing/nemo: compile glib schemas

This commit is contained in:
Carlo Landmeter 2014-02-10 11:19:43 +00:00
parent 5e89bd802a
commit a1ded73b53
4 changed files with 21 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Maintainer:
pkgname=nemo
pkgver=2.0.8
pkgrel=0
pkgrel=1
pkgdesc="Cinnamon file manager (Nautilus fork)"
url="https://github.com/linuxmint/nemo"
arch="all"
@ -11,7 +11,7 @@ depends="gnome-icon-theme"
depends_dev="glib-dev gtk+3.0-dev gobject-introspection-dev dconf-dev libexif-dev
cinnamon-desktop-dev libnotify-dev"
makedepends="$depends_dev autoconf automake libtool gnome-common intltool gtk-doc"
install=""
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
subpackages="$pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver
stop-gtk-stock-deprecated-errors-for-gtk-3.10.patch"
@ -38,6 +38,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--disable-update-mimedb \
--disable-schemas-compile \
--disable-gtk-doc-html \
|| return 1

View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Compiling glib schemas"
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Compiling glib schemas"
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas

View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Compiling glib schemas"
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas