🔒 Repository is read-only – file editing is disabled.

recipes/gui/xfce4-elementary-icon-theme/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: xfce4-elementary-icon-theme
pkgver: '0.22'
pkgrel: 1
pkgdesc: Elementary lefty icons theme
url: 'https://github.com/shimmerproject/elementary-xfce'
arch: x86_64
depends:
- gtk-update-icon-cache
makedepends:
- gtk-update-icon-cache
source:
- 'https://github.com/shimmerproject/elementary-xfce/archive/v${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  install -d -m 0755 ${PKGDIR}//usr/share/icons
  mv elementary-xfce-${pkgver}/elementary-xfce{,-dark,-darker} ${PKGDIR}//usr/share/icons

  # Update iconcache
  gtk-update-icon-cache -q -t -f ${PKGDIR}/usr/share/icons/elementary-xfce
  gtk-update-icon-cache -q -t -f ${PKGDIR}/usr/share/icons/elementary-xfce-dark
  gtk-update-icon-cache -q -t -f ${PKGDIR}/usr/share/icons/elementary-xfce-darker
package: |
  true