2011-03-02 08:23:17 +00:00
|
|
|
# Template file for 'mutter'
|
|
|
|
pkgname=mutter
|
2011-10-18 06:17:43 +00:00
|
|
|
version=3.2.1
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=3
|
2011-09-28 17:06:43 +00:00
|
|
|
distfiles="${GNOME_SITE}/$pkgname/3.2/$pkgname-$version.tar.xz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-10-16 17:46:38 +00:00
|
|
|
configure_args="--disable-scrollkeeper
|
2011-03-02 08:23:17 +00:00
|
|
|
--with-gconf-schema-file-dir=/usr/share/gconf/schemas
|
|
|
|
--disable-schemas-install"
|
|
|
|
short_desc="Lightweight GTK+3 window manager"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-10-18 06:17:43 +00:00
|
|
|
checksum=d6135d5e6c0852f7dc996798e9455fc2e9cbe6d2672f3750fc9b8d27ab141294
|
2011-03-02 08:23:17 +00:00
|
|
|
long_desc="
|
|
|
|
Mutter is a small window manager, using GTK+ and Clutter to do everything.
|
|
|
|
|
|
|
|
Mutter is the clutter-based evolution of Metacity, which, as the author says,
|
|
|
|
is a 'Boring window manager for the adult in you. Many window managers are
|
|
|
|
like Marshmallow Froot Loops; Metacity is like Cheerios.'"
|
|
|
|
|
|
|
|
gconf_schemas="mutter.schemas"
|
2011-03-02 19:36:07 +00:00
|
|
|
subpackages="mutter-devel"
|
2011-03-02 08:23:17 +00:00
|
|
|
|
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build gnome-doc-utils
|
|
|
|
Add_dependency build gtk+3-devel
|
|
|
|
Add_dependency build GConf-devel
|
|
|
|
Add_dependency build startup-notification-devel
|
|
|
|
Add_dependency build libcanberra-devel
|
|
|
|
Add_dependency build clutter-devel
|
|
|
|
Add_dependency build libgirepository-devel
|
|
|
|
Add_dependency build json-glib-devel
|
|
|
|
Add_dependency build libffi-devel
|
|
|
|
|
2011-07-02 19:24:03 +00:00
|
|
|
Add_dependency full zenity
|
2011-11-14 17:12:47 +00:00
|
|
|
Add_dependency full desktop-file-utils
|
2011-03-04 13:38:01 +00:00
|
|
|
|
|
|
|
post_install()
|
|
|
|
{
|
|
|
|
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
|
|
|
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
|
|
|
--domain ${pkgname} ${wrksrc}/*.schemas
|
|
|
|
}
|