[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-19 Thread Brad Fanella via arch-commits
Date: Wednesday, August 19, 2020 @ 15:13:50
  Author: cesura
Revision: 684981

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 684980, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-19 15:13:32 UTC (rev 684980)
+++ PKGBUILD2020-08-19 15:13:50 UTC (rev 684981)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.24.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3' 'gettext')
-makedepends=('itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c188f3f6766c74317fc448c75c3dc6e066ea713a0f63bd3de36c06f25e60f038')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 684980, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-19 15:13:50 UTC (rev 684981)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.24.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'gettext')
+makedepends=('itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('5c2d1b0101c087c3fdae143058994a76093590693a33392bc2329756708dad46')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-08-19 Thread Brad Fanella via arch-commits
Date: Wednesday, August 19, 2020 @ 15:13:32
  Author: cesura
Revision: 684980

upgpkg: mate-calc 1.24.1-1: update 1.24.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-19 15:09:57 UTC (rev 684979)
+++ PKGBUILD2020-08-19 15:13:32 UTC (rev 684980)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.24.0
+pkgver=1.24.1
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('c188f3f6766c74317fc448c75c3dc6e066ea713a0f63bd3de36c06f25e60f038')
+sha256sums=('5c2d1b0101c087c3fdae143058994a76093590693a33392bc2329756708dad46')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:21:07
  Author: cesura
Revision: 581902

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 581901, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 19:21:00 UTC (rev 581901)
+++ PKGBUILD2020-02-25 19:21:07 UTC (rev 581902)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 581901, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 19:21:07 UTC (rev 581902)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3' 'gettext')
+makedepends=('itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('c188f3f6766c74317fc448c75c3dc6e066ea713a0f63bd3de36c06f25e60f038')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2020-02-25 Thread Brad Fanella via arch-commits
Date: Tuesday, February 25, 2020 @ 19:21:00
  Author: cesura
Revision: 581901

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

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 19:20:30 UTC (rev 581900)
+++ PKGBUILD2020-02-25 19:21:00 UTC (rev 581901)
@@ -2,17 +2,17 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.22.2
+pkgver=1.24.0
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
 arch=('x86_64')
 license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
+depends=('gtk3' 'gettext')
+makedepends=('itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
+sha256sums=('c188f3f6766c74317fc448c75c3dc6e066ea713a0f63bd3de36c06f25e60f038')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 511278, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 511278, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-20 22:17:58 UTC (rev 511279)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.22.2
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-09-20 Thread Brad Fanella via arch-commits
Date: Friday, September 20, 2019 @ 22:17:41
  Author: cesura
Revision: 511278

upgpkg: mate-calc 1.22.2-1

Updated to version 1.22.2

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-09-20 22:11:56 UTC (rev 511277)
+++ PKGBUILD2019-09-20 22:17:41 UTC (rev 511278)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.22.1
+pkgver=1.22.2
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
+sha256sums=('efe6818d0a89b5456246412ac3af2c9fea8b6c6a32226cfd26c8b1e6a17e44ab')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 468050, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 09:35:47 UTC (rev 468050)
+++ PKGBUILD2019-05-20 09:36:03 UTC (rev 468051)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('99da581843b2f93aea27067012d616a71457380d79a9ccf68cc9a4f1cf3653da')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 468050, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 09:36:03 UTC (rev 468051)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

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

upgpkg: mate-calc 1.22.1-1

Updated to version 1.22.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 09:33:14 UTC (rev 468049)
+++ PKGBUILD2019-05-20 09:35:47 UTC (rev 468050)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.22.0
+pkgver=1.22.1
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('99da581843b2f93aea27067012d616a71457380d79a9ccf68cc9a4f1cf3653da')
+sha256sums=('8da209abc2d6f564effcb8963c97bfd2ba34dd1ac2ab9d455877e63f001f367e')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 02:41:33
  Author: cesura
Revision: 446200

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 446199, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-30 02:40:49 UTC (rev 446199)
+++ PKGBUILD2019-03-30 02:41:33 UTC (rev 446200)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.3
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr
-   make
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 446199, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-30 02:41:33 UTC (rev 446200)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('99da581843b2f93aea27067012d616a71457380d79a9ccf68cc9a4f1cf3653da')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2019-03-29 Thread Brad Fanella via arch-commits
Date: Saturday, March 30, 2019 @ 02:40:49
  Author: cesura
Revision: 446199

upgpkg: mate-calc 1.22.0-1

Updated to version 1.22

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-30 02:37:31 UTC (rev 446198)
+++ PKGBUILD2019-03-30 02:40:49 UTC (rev 446199)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.3
+pkgver=1.22.0
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
+sha256sums=('99da581843b2f93aea27067012d616a71457380d79a9ccf68cc9a4f1cf3653da')
 
 build() {
cd "${pkgname}-${pkgver}"


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:13:00
  Author: cesura
Revision: 416890

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 416889, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-20 09:12:20 UTC (rev 416889)
+++ PKGBUILD2018-12-20 09:13:00 UTC (rev 416890)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 416889, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-20 09:13:00 UTC (rev 416890)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.3
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr
+   make
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2018-12-20 Thread Brad Fanella via arch-commits
Date: Thursday, December 20, 2018 @ 09:12:20
  Author: cesura
Revision: 416889

upgpkg: mate-calc 1.20.3-1

Updated to version 1.20.3

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-20 09:07:24 UTC (rev 416888)
+++ PKGBUILD2018-12-20 09:12:20 UTC (rev 416889)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.2
+pkgver=1.20.3
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,16 +12,16 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
+sha256sums=('aae461f5c30048ea0eabdaada8b0e7ed9b9501076e9f16613363e79198c0605b')
 
 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-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-07-17 Thread Brad Fanella via arch-commits
Date: Tuesday, July 17, 2018 @ 18:43:32
  Author: cesura
Revision: 361124

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 361123, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-17 18:43:08 UTC (rev 361123)
+++ PKGBUILD2018-07-17 18:43:32 UTC (rev 361124)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 361123, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-17 18:43:32 UTC (rev 361124)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.2
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-07-17 Thread Brad Fanella via arch-commits
Date: Tuesday, July 17, 2018 @ 18:43:08
  Author: cesura
Revision: 361123

upgpkg: mate-calc 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-17 18:39:55 UTC (rev 361122)
+++ PKGBUILD2018-07-17 18:43:08 UTC (rev 361123)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -12,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
+sha256sums=('a0536986f9c1adf04a1e59110c29277caedb06e27ac7876096f9399ae4001fbe')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Wednesday, April 11, 2018 @ 00:08:56
  Author: cesura
Revision: 315680

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 315679, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 00:06:55 UTC (rev 315679)
+++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella 
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.1
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315679, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 00:08:56 UTC (rev 315680)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mate-calc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:58:23
  Author: cesura
Revision: 315665

archrelease: copy trunk to community-x86_64

Added:
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 315664, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-10 22:58:02 UTC (rev 315664)
+++ PKGBUILD2018-04-10 22:58:23 UTC (rev 315665)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="https://mate-desktop.org;
-arch=('x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 315664, 
mate-calc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-10 22:58:23 UTC (rev 315665)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella 
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-04-10 Thread Brad Fanella via arch-commits
Date: Tuesday, April 10, 2018 @ 22:58:02
  Author: cesura
Revision: 315664

upgpkg: mate-calc 1.20.1-1

Updated to version 1.20.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-04-10 22:55:31 UTC (rev 315663)
+++ PKGBUILD2018-04-10 22:58:02 UTC (rev 315664)
@@ -1,7 +1,8 @@
+# Maintainer: Brad Fanella 
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.20.0
+pkgver=1.20.1
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -11,7 +12,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
+sha256sums=('0761c2fff146d9976d586f21598d1ea39812171de3e0f02edb9435a2e2306002')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-calc/repos (2 files)

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:23:16
  Author: arojas
Revision: 290391

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-calc/repos/community-staging-x86_64/
  mate-calc/repos/community-staging-x86_64/PKGBUILD
(from rev 290390, mate-calc/trunk/PKGBUILD)

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

Copied: mate-calc/repos/community-staging-x86_64/PKGBUILD (from rev 290390, 
mate-calc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-02-08 21:23:16 UTC (rev 290391)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.20.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2018-02-08 Thread Antonio Rojas via arch-commits
Date: Thursday, February 8, 2018 @ 21:22:54
  Author: arojas
Revision: 290390

Update to 1.20

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-02-08 21:17:02 UTC (rev 290389)
+++ PKGBUILD2018-02-08 21:22:54 UTC (rev 290390)
@@ -1,7 +1,7 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.18.1
+pkgver=1.20.0
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
 url="https://mate-desktop.org;
@@ -11,7 +11,7 @@
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha256sums=('229c25ea27dda0b4d0a0bb28c8a3e0ba5bcc43c5b59feab6445ccdb070cad3c0')
+sha256sums=('e3b075f7d0a02fb72adbf78678685888dec9402cd0ae6b04200d32009651950d')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-calc/repos (4 files)

2017-11-01 Thread Antonio Rojas
Date: Wednesday, November 1, 2017 @ 17:24:36
  Author: arojas
Revision: 265021

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-calc/repos/community-i686/PKGBUILD
(from rev 265020, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 265020, mate-calc/trunk/PKGBUILD)
Deleted:
  mate-calc/repos/community-i686/PKGBUILD
  mate-calc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   52 
 community-i686/PKGBUILD   |   26 --
 community-x86_64/PKGBUILD |   26 --
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-11-01 17:24:05 UTC (rev 265020)
+++ community-i686/PKGBUILD 2017-11-01 17:24:36 UTC (rev 265021)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 265020, 
mate-calc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-11-01 17:24:36 UTC (rev 265021)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('229c25ea27dda0b4d0a0bb28c8a3e0ba5bcc43c5b59feab6445ccdb070cad3c0')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-11-01 17:24:05 UTC (rev 265020)
+++ community-x86_64/PKGBUILD   2017-11-01 17:24:36 UTC (rev 265021)
@@ -1,26 +0,0 @@
-# Contributor: Martin Wimpress 
-
-pkgname=mate-calc
-pkgver=1.18.0
-pkgrel=1
-pkgdesc="Calculator for the MATE desktop environment"
-url="http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('gtk3')
-makedepends=('intltool' 'itstool')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
-
-build() {
-cd ${pkgname}-${pkgver}
-./configure \
---prefix=/usr
-make
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-make DESTDIR="${pkgdir}" install
-}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 265020, 
mate-calc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-11-01 17:24:36 UTC (rev 265021)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="https://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('229c25ea27dda0b4d0a0bb28c8a3e0ba5bcc43c5b59feab6445ccdb070cad3c0')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-11-01 Thread Antonio Rojas
Date: Wednesday, November 1, 2017 @ 17:24:05
  Author: arojas
Revision: 265020

Update to 1.18.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-01 17:21:44 UTC (rev 265019)
+++ PKGBUILD2017-11-01 17:24:05 UTC (rev 265020)
@@ -1,17 +1,17 @@
 # Contributor: Martin Wimpress 
 
 pkgname=mate-calc
-pkgver=1.18.0
+pkgver=1.18.1
 pkgrel=1
 pkgdesc="Calculator for the MATE desktop environment"
-url="http://mate-desktop.org;
+url="https://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('gtk3')
 makedepends=('intltool' 'itstool')
 groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('229c25ea27dda0b4d0a0bb28c8a3e0ba5bcc43c5b59feab6445ccdb070cad3c0')
 
 build() {
 cd ${pkgname}-${pkgver}


[arch-commits] Commit in mate-calc (5 files)

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:30:45
  Author: bgyorgy
Revision: 220129

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-calc/repos/
  mate-calc/repos/community-i686/
  mate-calc/repos/community-i686/PKGBUILD
(from rev 220128, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 220128, mate-calc/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   26 ++
 community-x86_64/PKGBUILD |   26 ++
 2 files changed, 52 insertions(+)

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 220128, 
mate-calc/trunk/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 220128, 
mate-calc/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2017-03-30 20:30:45 UTC (rev 220129)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


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

2017-03-30 Thread Balló György
Date: Thursday, March 30, 2017 @ 20:30:29
  Author: bgyorgy
Revision: 220128

Add back mate-calc

It's official part of MATE again.

Added:
  mate-calc/
  mate-calc/trunk/
  mate-calc/trunk/PKGBUILD

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

Added: mate-calc/trunk/PKGBUILD
===
--- mate-calc/trunk/PKGBUILD(rev 0)
+++ mate-calc/trunk/PKGBUILD2017-03-30 20:30:29 UTC (rev 220128)
@@ -0,0 +1,26 @@
+# Contributor: Martin Wimpress 
+
+pkgname=mate-calc
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Calculator for the MATE desktop environment"
+url="http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gtk3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('f9f74e5b65c5828249af2ec264099e06ba678209')
+
+build() {
+cd ${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+make DESTDIR="${pkgdir}" install
+}


Property changes on: mate-calc/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (mate-calc)

2014-03-21 Thread Eric Bélanger
Date: Friday, March 21, 2014 @ 20:49:56
  Author: eric
Revision: 108050

clean up svn

Deleted:
  mate-calc/



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

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

Remove unneccessary options.

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-18 11:10:54 UTC (rev 107646)
+++ PKGBUILD2014-03-18 11:10:57 UTC (rev 107647)
@@ -10,7 +10,6 @@
 depends=('dconf' 'gtk2')
 makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
 optdepends=('yelp: for reading MATE help documents')
-options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
 sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')



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

2014-03-05 Thread Martin Wimpress
Date: Wednesday, March 5, 2014 @ 21:49:01
  Author: flexiondotorg
Revision: 106541

Updated to 1.8

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-05 20:48:45 UTC (rev 106540)
+++ PKGBUILD2014-03-05 20:49:01 UTC (rev 106541)
@@ -1,25 +1,26 @@
-# $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
 
 pkgname=mate-calc
-pkgver=1.6.1
-pkgrel=1
+pkgver=1.8.0
+pkgrel=2
 pkgdesc=Calculator for the Mate desktop environment
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
 license=('LGPL' 'GPL')
 depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
 options=('!emptydirs')
 groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
 install=${pkgname}.install
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 ./configure \
---prefix=/usr
+--prefix=/usr \
+--with-gtk=2.0
 make
 }
 



[arch-commits] Commit in mate-calc/repos (6 files)

2014-03-05 Thread Martin Wimpress
Date: Thursday, March 6, 2014 @ 00:24:16
  Author: flexiondotorg
Revision: 106605

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  mate-calc/repos/community-staging-i686/
  mate-calc/repos/community-staging-i686/PKGBUILD
(from rev 106604, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-staging-i686/mate-calc.install
(from rev 106604, mate-calc/trunk/mate-calc.install)
  mate-calc/repos/community-staging-x86_64/
  mate-calc/repos/community-staging-x86_64/PKGBUILD
(from rev 106604, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-staging-x86_64/mate-calc.install
(from rev 106604, mate-calc/trunk/mate-calc.install)

+
 community-staging-i686/PKGBUILD|   30 +++
 community-staging-i686/mate-calc.install   |   11 +
 community-staging-x86_64/PKGBUILD  |   30 +++
 community-staging-x86_64/mate-calc.install |   11 +
 4 files changed, 82 insertions(+)

Copied: mate-calc/repos/community-staging-i686/PKGBUILD (from rev 106604, 
mate-calc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-03-05 23:24:16 UTC (rev 106605)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-calc
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-gtk=2.0
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-calc/repos/community-staging-i686/mate-calc.install (from rev 
106604, mate-calc/trunk/mate-calc.install)
===
--- community-staging-i686/mate-calc.install(rev 0)
+++ community-staging-i686/mate-calc.install2014-03-05 23:24:16 UTC (rev 
106605)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-calc/repos/community-staging-x86_64/PKGBUILD (from rev 106604, 
mate-calc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-03-05 23:24:16 UTC (rev 106605)
@@ -0,0 +1,30 @@
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-calc
+pkgver=1.8.0
+pkgrel=2
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools')
+optdepends=('yelp: for reading MATE help documents')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('d63156db75d8110f0cabf82a12c74c5b9836f327')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr \
+--with-gtk=2.0
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-calc/repos/community-staging-x86_64/mate-calc.install (from rev 
106604, mate-calc/trunk/mate-calc.install)
===
--- community-staging-x86_64/mate-calc.install  (rev 0)
+++ community-staging-x86_64/mate-calc.install  2014-03-05 23:24:16 UTC (rev 
106605)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}



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

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 11:50:41
  Author: flexiondotorg
Revision: 104913

Updated to 1.6.1

Modified:
  mate-calc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-28 09:55:17 UTC (rev 104912)
+++ PKGBUILD2014-01-28 10:50:41 UTC (rev 104913)
@@ -1,11 +1,9 @@
 # $Id$
 # Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
 
 pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
+pkgver=1.6.1
+pkgrel=1
 pkgdesc=Calculator for the Mate desktop environment
 url=http://mate-desktop.org;
 arch=('i686' 'x86_64')
@@ -15,12 +13,12 @@
 options=('!emptydirs')
 groups=('mate-extra')
 source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
 install=${pkgname}.install
 
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
+./configure \
 --prefix=/usr
 make
 }



[arch-commits] Commit in mate-calc/repos (8 files)

2014-01-28 Thread Martin Wimpress
Date: Tuesday, January 28, 2014 @ 11:51:00
  Author: flexiondotorg
Revision: 104914

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-calc/repos/community-i686/PKGBUILD
(from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-i686/mate-calc.install
(from rev 104913, mate-calc/trunk/mate-calc.install)
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 104913, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/mate-calc.install
(from rev 104913, mate-calc/trunk/mate-calc.install)
Deleted:
  mate-calc/repos/community-i686/PKGBUILD
  mate-calc/repos/community-i686/mate-calc.install
  mate-calc/repos/community-x86_64/PKGBUILD
  mate-calc/repos/community-x86_64/mate-calc.install

+
 /PKGBUILD  |   58 +++
 /mate-calc.install |   22 +
 community-i686/PKGBUILD|   31 --
 community-i686/mate-calc.install   |   11 --
 community-x86_64/PKGBUILD  |   31 --
 community-x86_64/mate-calc.install |   11 --
 6 files changed, 80 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/PKGBUILD 2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
-pkgdesc=Calculator for the Mate desktop environment
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
-install=${pkgname}.install
-
-build() {
-cd ${srcdir}/${pkgname}-${pkgver}
-./autogen.sh \
---prefix=/usr
-make
-}
-
-package() {
-cd ${srcdir}/${pkgname}-${pkgver}
-make DESTDIR=${pkgdir} install
-}

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 104913, 
mate-calc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+
+pkgname=mate-calc
+pkgver=1.6.1
+pkgrel=1
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('dca1568748e42d4a019d7cf8effe1be80b20b82b')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./configure \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Deleted: community-i686/mate-calc.install
===
--- community-i686/mate-calc.install2014-01-28 10:50:41 UTC (rev 104913)
+++ community-i686/mate-calc.install2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,11 +0,0 @@
-post_install() {
-glib-compile-schemas /usr/share/glib-2.0/schemas/
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104913, 
mate-calc/trunk/mate-calc.install)
===
--- community-i686/mate-calc.install(rev 0)
+++ community-i686/mate-calc.install2014-01-28 10:51:00 UTC (rev 104914)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-01-28 10:50:41 UTC (rev 104913)
+++ community-x86_64/PKGBUILD   2014-01-28 10:51:00 UTC (rev 104914)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
-# Contributor: Xpander xpand...@gmail.com
-
-pkgname=mate-calc
-pkgver=1.6.0
-pkgrel=4
-pkgdesc=Calculator for the Mate desktop environment
-url=http://mate-desktop.org;
-arch=('i686' 'x86_64')
-license=('LGPL' 'GPL')
-depends=('dconf' 'gtk2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')

[arch-commits] Commit in mate-calc/repos (6 files)

2014-01-16 Thread Martin Wimpress
Date: Thursday, January 16, 2014 @ 18:33:47
  Author: flexiondotorg
Revision: 104222

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mate-calc/repos/community-i686/
  mate-calc/repos/community-i686/PKGBUILD
(from rev 104221, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-i686/mate-calc.install
(from rev 104221, mate-calc/trunk/mate-calc.install)
  mate-calc/repos/community-x86_64/
  mate-calc/repos/community-x86_64/PKGBUILD
(from rev 104221, mate-calc/trunk/PKGBUILD)
  mate-calc/repos/community-x86_64/mate-calc.install
(from rev 104221, mate-calc/trunk/mate-calc.install)

+
 community-i686/PKGBUILD|   31 +++
 community-i686/mate-calc.install   |   11 +++
 community-x86_64/PKGBUILD  |   31 +++
 community-x86_64/mate-calc.install |   11 +++
 4 files changed, 84 insertions(+)

Copied: mate-calc/repos/community-i686/PKGBUILD (from rev 104221, 
mate-calc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-calc/repos/community-i686/mate-calc.install (from rev 104221, 
mate-calc/trunk/mate-calc.install)
===
--- community-i686/mate-calc.install(rev 0)
+++ community-i686/mate-calc.install2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: mate-calc/repos/community-x86_64/PKGBUILD (from rev 104221, 
mate-calc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Contributor: Giovanni Talorno Ricciardi kar98k.sni...@gmail.com
+# Contributor: Xpander xpand...@gmail.com
+
+pkgname=mate-calc
+pkgver=1.6.0
+pkgrel=4
+pkgdesc=Calculator for the Mate desktop environment
+url=http://mate-desktop.org;
+arch=('i686' 'x86_64')
+license=('LGPL' 'GPL')
+depends=('dconf' 'gtk2')
+makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
+options=('!emptydirs')
+groups=('mate-extra')
+source=(http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c793118595cd370ccca9875880e0e6760f6c5a08')
+install=${pkgname}.install
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+./autogen.sh \
+--prefix=/usr
+make
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+make DESTDIR=${pkgdir} install
+}

Copied: mate-calc/repos/community-x86_64/mate-calc.install (from rev 104221, 
mate-calc/trunk/mate-calc.install)
===
--- community-x86_64/mate-calc.install  (rev 0)
+++ community-x86_64/mate-calc.install  2014-01-16 17:33:47 UTC (rev 104222)
@@ -0,0 +1,11 @@
+post_install() {
+glib-compile-schemas /usr/share/glib-2.0/schemas/
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}