milis/talimatname/genel/a/arc-theme/talimat

17 lines
412 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: GTK 3, GTK 2 ve Gnome-Shell için şeffaf öğeler içeren düz bir tema.
# URL: https://github.com/horst3180/arc-theme
# Paketçi: yasarciv milisarge
# Gerekler: gtk3 gtk-engine-murrine arc-icon-theme
name=arc-theme
version=20170302
release=1
source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
derle() {
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
}