# 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, hal, libgnomekbd, gucharmap, system-tools-backends, libnotify, python2 # Run on: gnome-icon-theme,gnome-panel,libgtop,libgweather,gst-plugins-base,hal,libgnomekbd,gucharmap,system-tools-backends,libnotify, python2 name=gnome-applets version=3.1.3 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 make make DESTDIR=$PKG install }