muffin: add missing run-time dependencies.
This commit is contained in:
parent
a703941d94
commit
0943ebaae8
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'muffin'
|
# Template file for 'muffin'
|
||||||
pkgname=muffin
|
pkgname=muffin
|
||||||
version=2.0.5
|
version=2.0.5
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Cinnamon window manager based on Mutter"
|
short_desc="Cinnamon window manager based on Mutter"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-schemas-compile"
|
configure_args="--disable-static --disable-schemas-compile"
|
||||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||||
gettext-devel intltool which gnome-doc-utils"
|
gettext-devel intltool which gnome-doc-utils"
|
||||||
makedepends="clutter-devel startup-notification-devel libcanberra-devel
|
makedepends="clutter-devel startup-notification-devel libcanberra-devel
|
||||||
cinnamon-desktop-devel libXinerama-devel libSM-devel dconf-devel zenity"
|
cinnamon-desktop-devel libXinerama-devel libSM-devel dconf zenity"
|
||||||
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
maintainer="Roelof Wobben <rwobben@hotmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://cinnamon.linuxmint.com/"
|
homepage="http://cinnamon.linuxmint.com/"
|
||||||
|
@ -32,7 +32,7 @@ muffin-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
muffin_package() {
|
muffin_package() {
|
||||||
depends="xkeyboard-config"
|
depends="dconf zenity"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue