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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:43:47
  Author: arojas
Revision: 290409

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 290408, 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 
290408, mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-02-08 21:43:47 UTC (rev 290409)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-icon-theme-faenza
+pkgver=1.20.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=('08f32e19012bc7501ac445b1a6e13f7cba0a113a')
+
+build() {
+cd ${pkgname}-${pkgver}
+./autogen.sh
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-17 Thread Antonio Rojas
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 
+
+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
+}


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

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:43:06
  Author: arojas
Revision: 190290

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 190289, mate-icon-theme-faenza/trunk/PKGBUILD)

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

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 
190289, mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-09-24 13:43:06 UTC (rev 190290)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+pkgname=mate-icon-theme-faenza
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+options=(!strip)
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2a4b5e57d0ea3099bb0683f37e4f9eff62888d86')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}


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

2016-08-06 Thread Balló György
Date: Saturday, August 6, 2016 @ 15:37:42
  Author: bgyorgy
Revision: 185629

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 185628, mate-icon-theme-faenza/trunk/PKGBUILD)

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

Copied: mate-icon-theme-faenza/repos/community-staging-any/PKGBUILD (from rev 
185628, mate-icon-theme-faenza/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-08-06 15:37:42 UTC (rev 185629)
@@ -0,0 +1,32 @@
+# Contributor: Martin Wimpress 
+
+_ver=1.14
+pkgname=mate-icon-theme-faenza
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="Faenza icon theme for MATE"
+url="http://mate-desktop.org;
+arch=('any')
+license=('GPL')
+makedepends=('mate-common')
+options=(!strip)
+groups=('mate-extra' 'mate-extra-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('2a4b5e57d0ea3099bb0683f37e4f9eff62888d86')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+}