32 lines
956 B
Text
32 lines
956 B
Text
# Template file for 'muffin'
|
|
pkgname=muffin
|
|
version=1.1.1
|
|
revision=1
|
|
subpackages="libmuffin libmuffin-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-static"
|
|
makedepends="git automake gettext-devel pkg-config intltool gnome-doc-utils
|
|
gobject-introspection cogl-devel>=1.12 clutter-devel>=1.12
|
|
GConf-devel libcanberra-devel libXxf86vm-devel startup-notification-devel
|
|
gsettings-desktop-schemas-devel>=3.6.0"
|
|
depends="desktop-file-utils gsettings-desktop-schemas>=3.6.0"
|
|
fulldepends="zenity"
|
|
short_desc="The Cinnamon window manager"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/sed"
|
|
long_desc="
|
|
This package contains muffin, ${short_desc} based on Mutter 3.2.1."
|
|
|
|
nofetch=yes
|
|
noextract=yes
|
|
|
|
do_fetch() {
|
|
local url="git://github.com/linuxmint/muffin.git"
|
|
msg_normal "Fetching source from $url ...\n"
|
|
git clone -b ${version} $url ${pkgname}-${version}
|
|
}
|
|
|
|
pre_configure() {
|
|
autoreconf -vfi
|
|
}
|