mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/muffin: compile glib schemas
This commit is contained in:
parent
254fe8d3cb
commit
cd2cb9634f
@ -2,7 +2,7 @@
|
||||
# Maintainer:
|
||||
pkgname=muffin
|
||||
pkgver=2.0.5
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Cinnamon window manager based on Mutter"
|
||||
url="https://github.com/linuxmint/muffin"
|
||||
arch="all"
|
||||
@ -12,7 +12,7 @@ depends_dev="glib-dev dconf-dev libcanberra-dev gobject-introspection-dev gtk+3.
|
||||
cinnamon-desktop-dev clutter-dev startup-notification-dev"
|
||||
makedepends="$depends_dev autoconf automake libtool gnome-common intltool gnome-doc-utils
|
||||
zenity"
|
||||
install=""
|
||||
install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/archive/$pkgver.tar.gz"
|
||||
|
||||
|
||||
6
testing/muffin/muffin.post-deinstall
Normal file
6
testing/muffin/muffin.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/muffin/muffin.post-install
Normal file
6
testing/muffin/muffin.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/muffin/muffin.post-upgrade
Normal file
6
testing/muffin/muffin.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