17 lines
414 B
Plaintext
17 lines
414 B
Plaintext
|
# Description: GTK 3, GTK 2 ve Gnome-Shell için şeffaf öğeler içeren düz bir tema.
|
||
|
# URL: https://github.com/horst3180/arc-theme
|
||
|
# Packager: yasarciv
|
||
|
# Depends on: gtk3 gtk-engine-murrine arc-icon-theme
|
||
|
|
||
|
|
||
|
name=arc-theme
|
||
|
version=20161119
|
||
|
release=1
|
||
|
source=(https://github.com/horst3180/$name/archive/$version.tar.gz)
|
||
|
|
||
|
build() {
|
||
|
cd $name-$version
|
||
|
./autogen.sh --prefix=/usr
|
||
|
make DESTDIR=$PKG install
|
||
|
}
|