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

17 lines
412 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: GTK 3, GTK 2 ve Gnome-Shell için şeffaf öğeler içeren düz bir tema.
2017-02-08 21:16:39 +01:00
# URL: https://github.com/horst3180/arc-theme
2017-10-27 20:46:27 +02:00
# Paketçi: yasarciv milisarge
# Gerekler: gtk3 gtk-engine-murrine arc-icon-theme
2017-02-08 21:16:39 +01:00
name=arc-theme
2017-05-16 19:04:06 +02:00
version=20170302
2017-02-08 21:16:39 +01:00
release=1
source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
2017-10-27 23:59:41 +02:00
derle() {
2017-05-16 19:04:06 +02:00
cd $name-$version
./autogen.sh --prefix=/usr
make DESTDIR=$PKG install
2017-02-08 21:16:39 +01:00
}