From 061821584c441d1c4d572c13edb27b05891a4aef Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 15 Dec 2013 17:54:32 +0100 Subject: [PATCH] New package: muffin-2.0.5. --- common/shlibs | 2 +- srcpkgs/muffin/template | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/muffin/template diff --git a/common/shlibs b/common/shlibs index e75afa0ed2..d5c5e4d730 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1442,4 +1442,4 @@ libevas.so.1 efl-1.8.1_1 libelementary.so.1 elementary-1.8.0_1 libcjs.so.0 cjs-2.0.0_1 libcjs-dbus.so.0 cjs-2.0.0_1 - +libmuffin.so.0 muffin-2.0.5_1 diff --git a/srcpkgs/muffin/template b/srcpkgs/muffin/template new file mode 100644 index 0000000000..b6a7583ea4 --- /dev/null +++ b/srcpkgs/muffin/template @@ -0,0 +1,40 @@ +# Template file for 'muffin' +pkgname=muffin +version=2.0.5 +revision=1 +short_desc="Cinnamon window manager based on Mutter" +build_style=gnu-configure +configure_args="--disable-static --disable-schemas-compile" +hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection + gettext-devel intltool which gnome-doc-utils" +makedepends="clutter-devel startup-notification-devel libcanberra-devel + cinnamon-desktop-devel libXinerama-devel libSM-devel dconf-devel zenity" +maintainer="Roelof Wobben " +license="GPL-3" +homepage="http://cinnamon.linuxmint.com/" + +do_fetch() { + git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version} +} + +pre_configure() { + ./autogen.sh +} + +muffin-devel_package() { + depends="libX11-devel gtk+3-devel cinnamon-desktop-devel clutter-devel ${sourcepkg}>=${version}_${revision}" + short_desc+=" - development files" + pkg_install() { + vmove "usr/lib/*.so" + vmove usr/include + vmove usr/lib/pkgconfig + } +} + +muffin_package() { + depends="xkeyboard-config" + pkg_install() { + vmove all + } +} +