# Description: Outil de modification d'options avancées de GNOME 3. # URL: https://live.gnome.org/GnomeTweakTool # Maintainer: NuTyX GNOME team # Packager: piernov # Depends on: gconf, gsettings-desktop-schemas, pygobject3, gnome-shell # Run on: gconf,gsettings-desktop-schemas,pygobject3,gnome-shell name=gnome-tweak-tool version=3.4.0.1 release=1 source=(http://download.gnome.org/sources/$name/${version%.*.*}/$name-$version.tar.xz) build() { cd $name-$version PYTHON=python2 ./configure --prefix=/usr make make DESTDIR=$PKG install sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" $PKG/usr/bin/gnome-tweak-tool }