diff options
Diffstat (limited to 'gnome-applets/Pkgfile')
-rw-r--r-- | gnome-applets/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gnome-applets/Pkgfile b/gnome-applets/Pkgfile new file mode 100644 index 0000000..ba5e1b0 --- /dev/null +++ b/gnome-applets/Pkgfile @@ -0,0 +1,24 @@ +# 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 +} |