talimat 556 B

123456789101112131415161718
  1. # Description: Faba, Tango etkileri ile seksi ve modern bir simge teması. Faba için tüm varyasyonlar ve ek temalar, bu temel temayı gerektirir. Faba Icon Teması, GNU LGPL-3.0 + veya CC-BY-SA-4.0 şartları kapsamında dağıtılır
  2. # URL: https://github.com/snwh/faba-icon-theme
  3. # Packager: yasarciv
  4. # Depends on: gtk-update-icon-cache
  5. name=faba-icon-theme
  6. version=4.1.2
  7. release=1
  8. source=(https://github.com/snwh/$name/archive/v$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. bash autogen.sh --prefix=/usr
  12. make
  13. make DESTDIR=$PKG install
  14. }