template 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # Template file for 'faience-icon-theme'
  2. pkgname=faience-icon-theme
  3. version=0.5.1
  4. revision=2
  5. archs=noarch
  6. wrksrc="faience-icon-theme-${version%.*}"
  7. depends="gtk-update-icon-cache hicolor-icon-theme faenza-icon-theme"
  8. short_desc="An icon theme based on Faenza"
  9. maintainer="Alexander Mamay <alexander@mamay.su>"
  10. license="GPL-3.0-or-later"
  11. homepage="http://tiheum.deviantart.com/art/Faience-icon-theme-255099649"
  12. distfiles="http://ppa.launchpad.net/tiheum/equinox/ubuntu/pool/main/f/faience-icon-theme/faience-icon-theme_${version}.tar.gz"
  13. checksum=da4e6e921c465caeb8904d4fc6a183b173c8000c08abce625b5b6739f5a0867a
  14. # Liberation
  15. # Commands are taken from:
  16. # https://git.parabola.nu/abslibre.git/tree/libre/faience-icon-theme/PKGBUILD
  17. post_patch() {
  18. rm -rv debian
  19. # remove nonfree distros and application logos
  20. for nonfree in archlinux debian fedora frugalware gentoo linux-mint mandriva opensuse redhat slackware ubuntu flash rpmdrake skype; do
  21. find -name *$nonfree* -delete
  22. done
  23. # add the Parabola GNU/Linux-libre logo to the source code
  24. cp -a "${FILESDIR}/start-here-parabola-symbolic.svg" Faience/places/scalable
  25. # set the Parabola GNU/Linux-libre start menu logo
  26. cd Faience/places/scalable
  27. ln -sf start-here{-parabola-symbolic,-symbolic}.svg
  28. }
  29. do_install() {
  30. vmkdir usr/share/icons
  31. vcopy Faience* usr/share/icons/
  32. }