mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
muffin: fix cross.
This commit is contained in:
parent
2daea19093
commit
d53cb6c559
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'muffin'
|
# Template file for 'muffin'
|
||||||
pkgname=muffin
|
pkgname=muffin
|
||||||
version=2.8.5
|
version=2.8.5
|
||||||
revision=2
|
revision=3
|
||||||
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 --disable-gtk-doc
|
||||||
--enable-compile-warnings=minimum ac_cv_path_ZENITY=/usr/bin/zenity"
|
--enable-compile-warnings=minimum ac_cv_path_ZENITY=/usr/bin/zenity"
|
||||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection
|
||||||
gettext-devel intltool glib-devel gnome-doc-utils gtk-doc"
|
gettext-devel intltool glib-devel gnome-doc-utils gtk-doc gdk-pixbuf-devel
|
||||||
|
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"
|
cinnamon-desktop-devel libXinerama-devel libSM-devel gnome-doc-utils"
|
||||||
depends="dconf zenity"
|
depends="dconf zenity"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue