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

recipes/gui/tango-icon-theme-extras/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: 'tango-icon-theme-extras'
pkgver: '0.1.0'
pkgrel: '2'
pkgdesc: 'Defines an icon style guideline to which artists and designers can adhere.'
url: 'http://tango.freedesktop.org/'
arch: x86_64
depends:
- 'gtk-update-icon-cache'
- 'tango-icon-theme'

makedepends:
- 'icon-naming-utils'
- 'perl-xml-simple'
- imagemagick

source:
- 'https://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install