New package: muffin-2.0.5.
This commit is contained in:
parent
8f1dd72ee0
commit
061821584c
|
@ -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
|
||||
|
|
|
@ -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 <rwobben@hotmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue