[arch-commits] Commit in mate-icon-theme-faenza/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Mar 17 20:44:42 UTC 2017


    Date: Friday, March 17, 2017 @ 20:44:41
  Author: arojas
Revision: 216974

archrelease: copy trunk to community-staging-any

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

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

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 216973, mate-icon-theme-faenza/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-03-17 20:44:41 UTC (rev 216974)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org"
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('1def73aaa5e5ee3588ae6bb2315c833adddcc322')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./autogen.sh
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list