Date: Saturday, September 24, 2016 @ 13:40:53
  Author: arojas
Revision: 190289

archrelease: copy trunk to community-staging-any

Added:
  mate-icon-theme/repos/community-staging-any/
  mate-icon-theme/repos/community-staging-any/PKGBUILD
    (from rev 190288, mate-icon-theme/trunk/PKGBUILD)

----------+
 PKGBUILD |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

Copied: mate-icon-theme/repos/community-staging-any/PKGBUILD (from rev 190288, 
mate-icon-theme/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD                              (rev 0)
+++ community-staging-any/PKGBUILD      2016-09-24 13:40:53 UTC (rev 190289)
@@ -0,0 +1,27 @@
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+_ver=1.16
+pkgname=mate-icon-theme
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="MATE icon theme"
+url="http://mate-desktop.org";
+arch=('any')
+license=('LGPL')
+makedepends=('icon-naming-utils' 'intltool')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('e48ab88a0bf86ca99b1a7fbce8cf6ac4360c5443')
+
+build() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Reply via email to