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

recipes/gui/arc-icon-theme/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: 'arc-icon-theme'
pkgver: '20161122'
pkgrel: '2'
pkgdesc: 'Arc icon theme'
url: 'https://github.com/horst3180/arc-icon-theme'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'hicolor-icon-theme'

makedepends: []
source:
- 'https://github.com/horst3180/${pkgname}.git'

sha256sums:
- SKIP

hooks:
  'pre-remove': |
    name=arc-icon-theme
    version=20161122
    release=2
    rm -f usr/share/icons/Arc/icon-theme.cache

build: |
  cd arc-icon-theme
  ./autogen.sh --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install	

package: |
  true