🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627
pkgname: 'icon-naming-utils'
pkgver: '0.8.90'
pkgrel: '3'
pkgdesc: 'Maps the new names of icons for Tango to the legacy names used by GNOME and KDE desktops'
url: 'http://tango.freedesktop.org/'
arch: x86_64
depends: []
makedepends:
- 'perl-xml-simple'
source:
- 'https://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/icon-naming-utils \
--localstatedir=/var
make
make DESTDIR=${PKGDIR} install
package: |
true