Date: Thursday, August 15, 2019 @ 23:10:53 Author: cesura Revision: 499648
archrelease: copy trunk to community-any Added: mate-themes/repos/community-any/PKGBUILD (from rev 499647, mate-themes/trunk/PKGBUILD) Deleted: mate-themes/repos/community-any/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2019-08-15 23:10:38 UTC (rev 499647) +++ PKGBUILD 2019-08-15 23:10:53 UTC (rev 499648) @@ -1,30 +0,0 @@ -# Maintainer: Brad Fanella <ces...@archlinux.org> -# Contributor: Martin Wimpress <c...@flexion.org> - -pkgname=mate-themes -pkgver=3.22.19 -pkgrel=1 -pkgdesc="Default themes for the MATE desktop" -url="http://mate-desktop.org" -arch=('any') -license=('GPL') -makedepends=('gtk2' 'intltool') -optdepends=('gtk-engines: for gtk2 themes' - 'gtk-engine-murrine: for gtk2 themes' - 'mate-icon-theme: default icon theme') -options=('!emptydirs') -groups=('mate') -source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('988b445079426edad15562b517d0297a946c7d2d239c43020c0d6990d1428bf9') - -build() { - cd "${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr - make -} - -package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: mate-themes/repos/community-any/PKGBUILD (from rev 499647, mate-themes/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-08-15 23:10:53 UTC (rev 499648) @@ -0,0 +1,30 @@ +# Maintainer: Brad Fanella <ces...@archlinux.org> +# Contributor: Martin Wimpress <c...@flexion.org> + +pkgname=mate-themes +pkgver=3.22.20 +pkgrel=1 +pkgdesc="Default themes for the MATE desktop" +url="http://mate-desktop.org" +arch=('any') +license=('GPL') +makedepends=('gtk2' 'intltool') +optdepends=('gtk-engines: for gtk2 themes' + 'gtk-engine-murrine: for gtk2 themes' + 'mate-icon-theme: default icon theme') +options=('!emptydirs') +groups=('mate') +source=("https://pub.mate-desktop.org/releases/themes/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha256sums=('7d098cf524cf51c3a8f5ffc23adbe23cd11809c83d3de2a7aa82d97491836d30') + +build() { + cd "${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +}