template 1.0 KB

123456789101112131415161718192021222324252627282930
  1. # Template file for 'mate-icon-theme-faenza'
  2. pkgname=mate-icon-theme-faenza
  3. version=1.20.0
  4. revision=2
  5. build_style=gnu-configure
  6. hostmakedepends="mate-common pkg-config intltool itstool icon-naming-utils"
  7. depends="gtk-update-icon-cache hicolor-icon-theme"
  8. short_desc="Faenza icon theme for MATE"
  9. maintainer="Orphaned <orphan@voidlinux.org>"
  10. license="GPL-3.0-or-later"
  11. homepage="https://mate-desktop.org"
  12. distfiles="https://pub.mate-desktop.org/releases/${version%.*}/${pkgname}-${version}.tar.xz"
  13. checksum=ca7202b7c880399d3d1ccd409b79fd0de728350dcf3fe1b4a758d06559ca1b00
  14. # Liberation: Some code has been taken from:
  15. # https://git.parabola.nu/abslibre.git/tree/libre/mate-icon-theme-faenza/PKGBUILD
  16. post_patch() {
  17. # remove nonfree distros and application logos
  18. for nonfree in debian fedora mandriva redhat suse ubuntu alien-arena flash rpmdrake teamviewer novell skype playonlinux picasa spotify; do
  19. find -name *$nonfree* -delete
  20. done
  21. }
  22. pre_configure() {
  23. autoreconf -fi
  24. }
  25. post_install() {
  26. rm -f ${DESTDIR}/usr/share/icons/matefaenza/icon-theme.cache
  27. }