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

Brad Fanella cesura at archlinux.org
Tue Feb 25 19:21:07 UTC 2020


    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
===================================================================
--- PKGBUILD	2020-02-25 19:21:00 UTC (rev 581901)
+++ PKGBUILD	2020-02-25 19:21:07 UTC (rev 581902)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-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)
+++ PKGBUILD	2020-02-25 19:21:07 UTC (rev 581902)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+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
+}



More information about the arch-commits mailing list