# Description: Gestionnaire de fenĂȘtre pour Gnome3 # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: startup-notification, gconf, zenity, libcanberra, clutter, gobject-introspection, gnome-doc-utils # Run on: startup-notification,gconf,zenity,libcanberra,clutter name=mutter version=3.4.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/$name \ --localstatedir=/var \ --enable-introspection=yes \ --disable-scrollkeeper \ --disable-schemas-compile # make CFLAGS+="-DCLUTTER_DISABLE_DEPRECATION_WARNINGS" make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc }