milis/talimatname/genel/gnome-tweak-tool/talimat

18 lines
487 B
Plaintext

# Description: Gelişmiş GNOME3 seçeneklerini özelleştiren bir araç.
# URL: https://live.gnome.org/GnomeTweakTool
# Packager: yasarciv67@gmail.com
# Depends on: gtk3 gconf python-gobject gsettings-desktop-schemas desktop-file-utils gtk-update-icon-cache
name=gnome-tweak-tool
version=3.22.0
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}