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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:17:14
  Author: cesura
Revision: 581892

upgpkg: mate-backgrounds 1.24.0-1: Updated to version 1.24.0

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:17:02 UTC (rev 581891)
+++ PKGBUILD2020-02-25 19:17:14 UTC (rev 581892)
@@ -2,16 +2,16 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.22.0
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="https://mate-desktop.org";
 arch=('any')
 license=('GPL')
-makedepends=('intltool')
 groups=('mate')
+depends=('gettext')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('496e6cf2817759c06f0bf1ba255c731726958f315ca4b559ab048b8809802cc9')
+sha256sums=('28127b17c74a98a409899ac76367fde31b12a06fb5b0d78dac067b2780d7359b')
 
 build() {
cd "${pkgname}-${pkgver}"


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

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

https

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-25 18:30:15 UTC (rev 454029)
+++ PKGBUILD2019-04-25 20:28:48 UTC (rev 454030)
@@ -5,12 +5,12 @@
 pkgver=1.22.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
-url="http://mate-desktop.org";
+url="https://mate-desktop.org";
 arch=('any')
 license=('GPL')
 makedepends=('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=('496e6cf2817759c06f0bf1ba255c731726958f315ca4b559ab048b8809802cc9')
 
 build() {


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

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 02:35:21
  Author: cesura
Revision: 446196

upgpkg: mate-backgrounds 1.20.0-1

Updated to version 1.22

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 02:35:07 UTC (rev 446195)
+++ PKGBUILD2019-03-30 02:35:21 UTC (rev 446196)
@@ -1,3 +1,4 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
@@ -10,16 +11,16 @@
 makedepends=('intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
+sha256sums=('57b2127cba9233aef1db6fa3ecc85b2c8422e6d26565c797701079003893965d')
 
 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-backgrounds/trunk (PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 02:36:48
  Author: cesura
Revision: 446197

upgpkg: mate-backgrounds 1.22.0-1

Updated to version 1.22

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 02:35:21 UTC (rev 446196)
+++ PKGBUILD2019-03-30 02:36:48 UTC (rev 446197)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.20.0
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org";
@@ -11,7 +11,7 @@
 makedepends=('intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('57b2127cba9233aef1db6fa3ecc85b2c8422e6d26565c797701079003893965d')
+sha256sums=('496e6cf2817759c06f0bf1ba255c731726958f315ca4b559ab048b8809802cc9')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2020-08-21 Thread Brad Fanella via arch-commits
Date: Friday, August 21, 2020 @ 12:35:57
  Author: cesura
Revision: 685955

upgpkg: mate-backgrounds 1.24.1-1: update 1.24.1

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-21 12:34:21 UTC (rev 685954)
+++ PKGBUILD2020-08-21 12:35:57 UTC (rev 685955)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.24.0
+pkgver=1.24.1
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="https://mate-desktop.org";
@@ -11,7 +11,7 @@
 groups=('mate')
 depends=('gettext')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('28127b17c74a98a409899ac76367fde31b12a06fb5b0d78dac067b2780d7359b')
+sha256sums=('b6218b66b5ba681fa97a721ca3a949e3229d3979e227aaf13a06d17491e93e2d')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:07:12
  Author: arojas
Revision: 290380

Update to 1.20

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:05:55 UTC (rev 290379)
+++ PKGBUILD2018-02-08 21:07:12 UTC (rev 290380)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-backgrounds
-pkgver=1.18.0
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org";
@@ -10,7 +10,7 @@
 makedepends=('intltool')
 groups=('mate')
 
source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('b282bd6495175d96c561e8bd468cd0129759978d')
+sha1sums=('55b7a0b409aa1adc40b8f37c2649afc2897e9336')
 
 build() {
 cd ${pkgname}-${pkgver}


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

2015-05-09 Thread Martin Wimpress
Date: Saturday, May 9, 2015 @ 13:47:13
  Author: flexiondotorg
Revision: 133046

upgpkg: mate-backgrounds 1.10.0-1 - New upstream release

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-09 11:42:26 UTC (rev 133045)
+++ PKGBUILD2015-05-09 11:47:13 UTC (rev 133046)
@@ -1,16 +1,17 @@
 # Maintainer : Martin Wimpress 
 
+_ver=1.10
 pkgname=mate-backgrounds
-pkgver=1.8.0
+pkgver=${_ver}.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org";
 arch=('any')
 license=('GPL')
-makedepends=('mate-common' 'perl-xml-parser')
-groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('10ac06edf3255a21535916a44b0d67f3710e8145')
+makedepends=('mate-common')
+groups=('mate' 'mate-gtk3')
+source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('53d2c57982f3fb4c1c1f791eaa4cf3dc8d78bc0a')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

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

Update to 1.16.0

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-24 13:29:53 UTC (rev 190281)
+++ PKGBUILD2016-09-24 13:32:15 UTC (rev 190282)
@@ -1,6 +1,6 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.14
+_ver=1.16
 pkgname=mate-backgrounds
 pkgver=${_ver}.0
 pkgrel=1
@@ -11,7 +11,7 @@
 makedepends=('intltool')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('0dd81659b362862f6da1f48900609a09133053bb')
+sha1sums=('02c3371b24df915cf6fd4168d79d310447c258ec')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

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

upgpkg: mate-backgrounds 1.14.0-1

Update to new version

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 15:37:42 UTC (rev 185629)
+++ PKGBUILD2016-08-06 15:41:08 UTC (rev 185630)
@@ -1,6 +1,6 @@
-# Maintainer : Martin Wimpress 
+# Contributor: Martin Wimpress 
 
-_ver=1.12
+_ver=1.14
 pkgname=mate-backgrounds
 pkgver=${_ver}.0
 pkgrel=1
@@ -8,10 +8,10 @@
 url="http://mate-desktop.org";
 arch=('any')
 license=('GPL')
-makedepends=('mate-common')
+makedepends=('intltool')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('ee2ed5fc7fb370b6f7e6a7cf06897ba98c26ff5b')
+sha1sums=('0dd81659b362862f6da1f48900609a09133053bb')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 21:48:45
  Author: flexiondotorg
Revision: 106540

Updated to 1.8

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 20:48:28 UTC (rev 106539)
+++ PKGBUILD2014-03-05 20:48:45 UTC (rev 106540)
@@ -1,10 +1,7 @@
-# $Id$
 # Maintainer : Martin Wimpress 
-# Contributor: Giovanni "Talorno" Ricciardi 
-# Contributor: Xpander 
 
 pkgname=mate-backgrounds
-pkgver=1.6.1
+pkgver=1.8.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org";
@@ -13,8 +10,8 @@
 makedepends=('mate-common' 'perl-xml-parser')
 options=('!emptydirs')
 groups=('mate')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('7905527e9f4f0edeae15c8a6c444c53b45f260bf')
+source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('10ac06edf3255a21535916a44b0d67f3710e8145')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"



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

2014-03-18 Thread Martin Wimpress
Date: Tuesday, March 18, 2014 @ 12:10:27
  Author: flexiondotorg
Revision: 107637

Remove unneccessary options.

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:24 UTC (rev 107636)
+++ PKGBUILD2014-03-18 11:10:27 UTC (rev 107637)
@@ -8,7 +8,6 @@
 arch=('any')
 license=('GPL')
 makedepends=('mate-common' 'perl-xml-parser')
-options=('!emptydirs')
 groups=('mate')
 source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz";)
 sha1sums=('10ac06edf3255a21535916a44b0d67f3710e8145')



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

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

upgpkg: mate-backgrounds 1.12.0-1 - New upstream release

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-05 23:43:16 UTC (rev 146096)
+++ PKGBUILD2015-11-05 23:44:51 UTC (rev 146097)
@@ -1,6 +1,6 @@
 # Maintainer : Martin Wimpress 
 
-_ver=1.10
+_ver=1.12
 pkgname=mate-backgrounds
 pkgver=${_ver}.0
 pkgrel=1
@@ -11,7 +11,7 @@
 makedepends=('mate-common')
 groups=('mate' 'mate-gtk3')
 
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('53d2c57982f3fb4c1c1f791eaa4cf3dc8d78bc0a')
+sha1sums=('ee2ed5fc7fb370b6f7e6a7cf06897ba98c26ff5b')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2017-03-17 Thread Antonio Rojas
Date: Friday, March 17, 2017 @ 20:24:10
  Author: arojas
Revision: 216959

Update to 1.18.0

Modified:
  mate-backgrounds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-17 20:22:34 UTC (rev 216958)
+++ PKGBUILD2017-03-17 20:24:10 UTC (rev 216959)
@@ -1,8 +1,7 @@
 # Contributor: Martin Wimpress 
 
-_ver=1.16
 pkgname=mate-backgrounds
-pkgver=${_ver}.0
+pkgver=1.18.0
 pkgrel=1
 pkgdesc="Background images and data for MATE"
 url="http://mate-desktop.org";
@@ -9,12 +8,12 @@
 arch=('any')
 license=('GPL')
 makedepends=('intltool')
-groups=('mate' 'mate-gtk3')
-source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('02c3371b24df915cf6fd4168d79d310447c258ec')
+groups=('mate')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('b282bd6495175d96c561e8bd468cd0129759978d')
 
 build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 ./configure \
 --prefix=/usr
 make
@@ -21,6 +20,6 @@
 }
 
 package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
+cd ${pkgname}-${pkgver}
 make DESTDIR="${pkgdir}" install
 }