[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:45:27
  Author: cesura
Revision: 581944

upgpkg: mate-icon-theme 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:44:26 UTC (rev 581943)
+++ PKGBUILD2020-02-25 19:45:27 UTC (rev 581944)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.22.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="https://mate-desktop.org";
@@ -9,10 +9,11 @@
 arch=('any')
 license=('LGPL')
 options=('!emptydirs')
-makedepends=('icon-naming-utils' 'intltool')
+depends=('gettext')
+makedepends=('icon-naming-utils')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
+sha256sums=('ca9e5387439fcf7eed53eb33f10a6d3ae51b4d96af525eed6f8cf31d83f95428')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:31:58
  Author: cesura
Revision: 511282

upgpkg: mate-icon-theme 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:23:03 UTC (rev 511281)
+++ PKGBUILD2019-09-20 22:31:58 UTC (rev 511282)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="https://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
+sha256sums=('99b07fcd43921d67f2711396ea05bddc5142aba54236b54e92729a451d994b64')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2019-05-20 Thread Brad Fanella via arch-commits
Date: Monday, May 20, 2019 @ 09:42:42
  Author: cesura
Revision: 468054

upgpkg: mate-icon-theme 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 09:39:50 UTC (rev 468053)
+++ PKGBUILD2019-05-20 09:42:42 UTC (rev 468054)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="https://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('e1f44745fe06f186dbf7a3c127b5714d3a1b326c1ae7e63cac606f771b24')
+sha256sums=('73448762d46612ebc3317ca50b677d96e6f45180384c6e0b89957092ebeac1de')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2019-04-25 Thread Antonio Rojas via arch-commits
Date: Thursday, April 25, 2019 @ 20:29:48
  Author: arojas
Revision: 454032

https

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 20:29:21 UTC (rev 454031)
+++ PKGBUILD2019-04-25 20:29:48 UTC (rev 454032)
@@ -5,13 +5,13 @@
 pkgver=1.22.0
 pkgrel=1
 pkgdesc="MATE icon theme"
-url="http://mate-desktop.org";
+url="https://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";)
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
 sha256sums=('e1f44745fe06f186dbf7a3c127b5714d3a1b326c1ae7e63cac606f771b24')
 
 build() {


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 02:58:52
  Author: cesura
Revision: 446206

upgpkg: mate-icon-theme 1.22.0-1

Updated to version 1.22

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 02:57:42 UTC (rev 446205)
+++ PKGBUILD2019-03-30 02:58:52 UTC (rev 446206)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.20.3
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('64ae1a5a33f90d95cecc344bbefd5ff62cb4c45674f7ac4fbdc928c164458582')
+sha256sums=('e1f44745fe06f186dbf7a3c127b5714d3a1b326c1ae7e63cac606f771b24')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2018-12-21 Thread Brad Fanella via arch-commits
Date: Friday, December 21, 2018 @ 17:51:34
  Author: cesura
Revision: 417434

upgpkg: mate-icon-theme 1.20.3-1

Updated to version 1.20.3

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |   16 
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-12-21 17:22:50 UTC (rev 417433)
+++ PKGBUILD2018-12-21 17:51:34 UTC (rev 417434)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -12,16 +12,16 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('d69acb308c563399ac560e60783c22a7808e81967e036d48c5df44071a006cda')
+sha256sums=('64ae1a5a33f90d95cecc344bbefd5ff62cb4c45674f7ac4fbdc928c164458582')
 
 build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
 }
 
 package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2018-10-16 Thread Brad Fanella via arch-commits
Date: Wednesday, October 17, 2018 @ 01:45:23
  Author: cesura
Revision: 394885

upgpkg: mate-icon-theme 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-10-17 01:41:20 UTC (rev 394884)
+++ PKGBUILD2018-10-17 01:45:23 UTC (rev 394885)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -12,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7')
+sha256sums=('d69acb308c563399ac560e60783c22a7808e81967e036d48c5df44071a006cda')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2018-07-17 Thread Brad Fanella via arch-commits
Date: Tuesday, July 17, 2018 @ 18:39:12
  Author: cesura
Revision: 361119

upgpkg: mate-icon-theme 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 18:38:30 UTC (rev 361118)
+++ PKGBUILD2018-07-17 18:39:12 UTC (rev 361119)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -11,7 +12,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9')
+sha256sums=('6a6fb81be131c5a9cc2b3e39868e07458e8d619f55039d89d2d3caf079e5f4f7')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:35:42
  Author: arojas
Revision: 290406

Update to 1.20

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:31:41 UTC (rev 290405)
+++ PKGBUILD2018-02-08 21:35:42 UTC (rev 290406)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.18.2
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('f5fd084b18edf27f7522839361683371fdd565c9')
+sha1sums=('4b04f3acc6106876f646fd42cfb5b339dd969bb9')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2017-04-20 Thread Antonio Rojas
Date: Thursday, April 20, 2017 @ 22:50:04
  Author: arojas
Revision: 224028

Update to 1.18.2

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-20 21:59:31 UTC (rev 224027)
+++ PKGBUILD2017-04-20 22:50:04 UTC (rev 224028)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.18.1
+pkgver=1.18.2
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('d015231f8c56b84de5978ff2083ae01b4a2854c9')
+sha1sums=('f5fd084b18edf27f7522839361683371fdd565c9')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2017-04-03 Thread Antonio Rojas
Date: Monday, April 3, 2017 @ 22:09:06
  Author: arojas
Revision: 220448

Update to 1.18.1

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-03 20:57:22 UTC (rev 220447)
+++ PKGBUILD2017-04-03 22:09:06 UTC (rev 220448)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-icon-theme
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
 makedepends=('icon-naming-utils' 'intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('aab434f5e29488c2310dde6ea34845fd50de79f2')
+sha1sums=('d015231f8c56b84de5978ff2083ae01b4a2854c9')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:41:21
  Author: arojas
Revision: 216971

Update to 1.18.0

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |   15 +++
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:36:36 UTC (rev 216970)
+++ PKGBUILD2017-03-17 20:41:21 UTC (rev 216971)
@@ -1,21 +1,20 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-icon-theme
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
 arch=('any')
 license=('LGPL')
+options=('!emptydirs')
 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')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('aab434f5e29488c2310dde6ea34845fd50de79f2')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -22,6 +21,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2016-09-24 Thread Antonio Rojas
Date: Saturday, September 24, 2016 @ 13:40:15
  Author: arojas
Revision: 190288

Update to 1.16.0

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:38:24 UTC (rev 190287)
+++ PKGBUILD2016-09-24 13:40:15 UTC (rev 190288)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgname=mate-icon-theme
 pkgver=${_ver}.0
 pkgrel=1
@@ -12,7 +12,7 @@
 options=(!strip !emptydirs)
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a')
+sha1sums=('e48ab88a0bf86ca99b1a7fbce8cf6ac4360c5443')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

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

upgpkg: mate-icon-theme 1.14.0-1

Update to new version

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 15:14:14 UTC (rev 185621)
+++ PKGBUILD2016-08-06 15:15:18 UTC (rev 185622)
@@ -7,7 +7,7 @@
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
 arch=('any')
-license=('GPL')
+license=('LGPL')
 makedepends=('icon-naming-utils' 'intltool')
 options=(!strip !emptydirs)
 groups=('mate' 'mate-gtk3')


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD mate-icon-theme.install)

2016-08-06 Thread Balló György
Date: Saturday, August 6, 2016 @ 15:12:00
  Author: bgyorgy
Revision: 185618

upgpkg: mate-icon-theme 1.14.0-1

Update to new version

Modified:
  mate-icon-theme/trunk/PKGBUILD
Deleted:
  mate-icon-theme/trunk/mate-icon-theme.install

-+
 PKGBUILD|   11 ---
 mate-icon-theme.install |   12 
 2 files changed, 4 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 14:39:23 UTC (rev 185617)
+++ PKGBUILD2016-08-06 15:12:00 UTC (rev 185618)
@@ -1,6 +1,6 @@
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
-_ver=1.12
+_ver=1.14
 pkgname=mate-icon-theme
 pkgver=${_ver}.0
 pkgrel=1
@@ -8,13 +8,11 @@
 url="http://mate-desktop.org";
 arch=('any')
 license=('GPL')
-depends=('gtk-update-icon-cache')
-makedepends=('icon-naming-utils' 'mate-common')
+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=('26c5da07f617bcfedcc1920cc873c1cea6ee9488')
-install=${pkgname}.install
+sha1sums=('fc59d0763cb8b1405e6b9004aabc672f27215a6a')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,5 +24,4 @@
 package() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 make DESTDIR="${pkgdir}" install
-rm -f "${pkgdir}/usr/share/icons/mate/icon-theme.cache"
 }

Deleted: mate-icon-theme.install
===
--- mate-icon-theme.install 2016-08-06 14:39:23 UTC (rev 185617)
+++ mate-icon-theme.install 2016-08-06 15:12:00 UTC (rev 185618)
@@ -1,12 +0,0 @@
-post_install() {
-gtk-update-icon-cache -q -t -f /usr/share/icons/mate
-gtk-update-icon-cache -q -t -f /usr/share/icons/menta
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2015-11-05 Thread Martin Wimpress
Date: Friday, November 6, 2015 @ 00:18:44
  Author: flexiondotorg
Revision: 146071

upgpkg: mate-icon-theme 1.12.0-1 - New upstream release

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 21:59:17 UTC (rev 146070)
+++ PKGBUILD2015-11-05 23:18:44 UTC (rev 146071)
@@ -1,8 +1,8 @@
 # Maintainer : Martin Wimpress 
 
-_ver=1.10
+_ver=1.12
 pkgname=mate-icon-theme
-pkgver=${_ver}.1
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 options=(!strip !emptydirs)
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0dbf797182147d5a6915714eb4b172f4e4dec28f')
+sha1sums=('26c5da07f617bcfedcc1920cc873c1cea6ee9488')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2015-06-09 Thread Martin Wimpress
Date: Tuesday, June 9, 2015 @ 11:48:48
  Author: flexiondotorg
Revision: 135071

upgpkg: mate-icon-theme 1.10.1-1 - New upstream release

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-06-09 09:23:53 UTC (rev 135070)
+++ PKGBUILD2015-06-09 09:48:48 UTC (rev 135071)
@@ -2,7 +2,7 @@
 
 _ver=1.10
 pkgname=mate-icon-theme
-pkgver=${_ver}.0
+pkgver=${_ver}.1
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
@@ -13,7 +13,7 @@
 options=(!strip !emptydirs)
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('755d8738d38a422ea4bf48a6b4b16b7339ee')
+sha1sums=('0dbf797182147d5a6915714eb4b172f4e4dec28f')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2015-05-07 Thread Martin Wimpress
Date: Thursday, May 7, 2015 @ 23:51:42
  Author: flexiondotorg
Revision: 132903

upgpkg: mate-icon-theme 1.10.0-1 - New upstream release

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-07 20:06:39 UTC (rev 132902)
+++ PKGBUILD2015-05-07 21:51:42 UTC (rev 132903)
@@ -1,18 +1,19 @@
 # Maintainer : Martin Wimpress 
 
+_ver=1.10
 pkgname=mate-icon-theme
-pkgver=1.8.0
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
 arch=('any')
 license=('GPL')
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
-makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
-options=(!emptydirs !strip)
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('6bc8ec63fed8e85390364626cd06d6fb130f0071')
+depends=('gtk-update-icon-cache')
+makedepends=('icon-naming-utils' 'mate-common')
+options=(!strip !emptydirs)
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('755d8738d38a422ea4bf48a6b4b16b7339ee')
 install=${pkgname}.install
 
 build() {


[arch-commits] Commit in mate-icon-theme/trunk (PKGBUILD)

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 21:50:31
  Author: flexiondotorg
Revision: 106546

Updated to 1.8

Modified:
  mate-icon-theme/trunk/PKGBUILD

--+
 PKGBUILD |   11 ---
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 20:50:14 UTC (rev 106545)
+++ PKGBUILD2014-03-05 20:50:31 UTC (rev 106546)
@@ -1,21 +1,18 @@
-# $Id$
 # Maintainer : Martin Wimpress 
-# Contributor: Giovanni "Talorno" Ricciardi 
-# Contributor: Xpander 
 
 pkgname=mate-icon-theme
-pkgver=1.6.3
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="MATE icon theme"
 url="http://mate-desktop.org";
 arch=('any')
 license=('GPL')
-depends=('hicolor-icon-theme' 'gtk-update-icon-cache' 'librsvg')
+depends=('hicolor-icon-theme' 'gtk-update-icon-cache')
 makedepends=('icon-naming-utils' 'mate-common' 'perl-xml-parser')
 options=(!emptydirs !strip)
 groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('e7d2f4060e3b6233c2e37ccef93f40bde53b2873')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6bc8ec63fed8e85390364626cd06d6fb130f0071')
 install=${pkgname}.install
 
 build() {