talimat 414 B

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