mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/nemo: compile glib schemas
This commit is contained in:
parent
5e89bd802a
commit
a1ded73b53
@ -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
|
||||
|
||||
6
testing/nemo/nemo.post-deinstall
Normal file
6
testing/nemo/nemo.post-deinstall
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Compiling glib schemas"
|
||||
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
6
testing/nemo/nemo.post-install
Normal file
6
testing/nemo/nemo.post-install
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Compiling glib schemas"
|
||||
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
6
testing/nemo/nemo.post-upgrade
Normal file
6
testing/nemo/nemo.post-upgrade
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Compiling glib schemas"
|
||||
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user