void-packages/srcpkgs/muffin/template
John Zimmermann df94b7727a cinnamon: update to 3.8.x (#329)
* mozjs38: remove

* cjs: update to 3.8.0.

* cinnamon-translations: update to 3.8.1.

* cinnamon-menus: update to 3.8.2.

* cinnamon-desktop: update to 3.8.1.

* cinnamon-screensaver: update to 3.8.2.

* nemo: update to 3.8.3.

* muffin: update to 3.8.1.

* cinnamon-settings-daemon: update to 3.8.4.

* cinnamon-control-center: update to 3.8.0.

* cinnamon-session: update to 3.8.1.

* New package: python3-pam-1.8.3

* cinnamon: update to 3.8.4.

* xapps: add mising devel dependencies
2018-06-25 20:02:24 +02:00

32 lines
1.1 KiB
Bash

# Template file for 'muffin'
pkgname=muffin
version=3.8.2
revision=1
short_desc="Cinnamon window manager based on Mutter"
build_style=gnu-configure
configure_args="--disable-static --disable-schemas-compile --disable-gtk-doc
--enable-compile-warnings=minimum ac_cv_path_ZENITY=/usr/bin/zenity"
hostmakedepends="automake gdk-pixbuf-devel gettext-devel glib-devel
gnome-doc-utils gobject-introspection gtk-doc intltool pkg-config"
makedepends="cinnamon-desktop-devel clutter-devel gnome-doc-utils libSM-devel
libcanberra-devel startup-notification-devel"
depends="zenity"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2.0-or-later, LGPL-2.0-or-later"
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
distfiles="https://github.com/linuxmint/${pkgname}/archive/${version}.tar.gz"
checksum=b567c96022698f6fdc81118e5ffa5f14d4c95fd20c4ad228eee8c0d1b8cbc902
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}
muffin-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove "usr/lib/*.so"
vmove usr/include
vmove usr/lib/pkgconfig
}
}