Date: Tuesday, July 17, 2018 @ 18:39:34 Author: cesura Revision: 361120
archrelease: copy trunk to community-any Added: mate-icon-theme/repos/community-any/PKGBUILD (from rev 361119, mate-icon-theme/trunk/PKGBUILD) Deleted: mate-icon-theme/repos/community-any/PKGBUILD ----------+ PKGBUILD | 53 +++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-07-17 18:39:12 UTC (rev 361119) +++ PKGBUILD 2018-07-17 18:39:34 UTC (rev 361120) @@ -1,26 +0,0 @@ -# Contributor: Martin Wimpress <c...@flexion.org> - -pkgname=mate-icon-theme -pkgver=1.20.0 -pkgrel=1 -pkgdesc="MATE icon theme" -url="http://mate-desktop.org" -arch=('any') -license=('LGPL') -options=('!emptydirs') -makedepends=('icon-naming-utils' 'intltool') -groups=('mate') -source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9') - -build() { - cd ${pkgname}-${pkgver} - ./configure \ - --prefix=/usr - make -} - -package() { - cd ${pkgname}-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: mate-icon-theme/repos/community-any/PKGBUILD (from rev 361119, mate-icon-theme/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-07-17 18:39:34 UTC (rev 361120) @@ -0,0 +1,27 @@ +# Maintainer: Brad Fanella <ces...@archlinux.org> +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=mate-icon-theme +pkgver=1.20.1 +pkgrel=1 +pkgdesc="MATE icon theme" +url="http://mate-desktop.org" +arch=('any') +license=('LGPL') +options=('!emptydirs') +makedepends=('icon-naming-utils' 'intltool') +groups=('mate') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7') + +build() { + cd ${pkgname}-${pkgver} + ./configure \ + --prefix=/usr + make +} + +package() { + cd ${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install +}