summaryrefslogtreecommitdiffstats
path: root/gnome-tweak-tool/Pkgfile
blob: 1bddf0812ed0f1911d9d7a7e4e2eec476e63f046 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Outil de modification d'options avancées de GNOME 3.
# URL: https://live.gnome.org/GnomeTweakTool
# Maintainer: NuTyX GNOME team
# Packager: piernov <piernov@piernov.org>
# 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
}