# Description: Petites applications fonctionnant en tâche de fond # URL: http://www.gnome.org/ # Maintainer: NuTyX GNOME team # Packager: b at juglas dot name # Depends on: gnome-icon-theme, gnome-panel, libgtop, libgweather, gst-plugins-base, libgnomekbd, gucharmap, system-tools-backends, libnotify # Run on: gnome-icon-theme,gnome-panel,libgtop,libgweather,gst-plugins-base,libgnomekbd,gucharmap,system-tools-backends,libnotify name=gnome-applets version=3.4.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz) build() { cd $name-$version PYTHON=python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ --libexecdir=/usr/lib/gnome-applets \ --mandir=/usr/share/man \ --enable-mixer-applet \ --disable-scrollkeeper \ --disable-schemas-install make make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$PKG install install -m755 -d $PKG/usr/share/gconf/schemas gconf-merge-schema $PKG/usr/share/gconf/schemas/$name.schemas --domain gnome-applets-3.0 $PKG/etc/gconf/schemas/*.schemas rm -f $PKG/etc/gconf/schemas/*.schemas }