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

Brad Fanella cesura at archlinux.org
Tue Feb 25 20:11:02 UTC 2020


    Date: Tuesday, February 25, 2020 @ 20:11:01
  Author: cesura
Revision: 581997

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 20:10:54 UTC (rev 581996)
+++ PKGBUILD	2020-02-25 20:11:01 UTC (rev 581997)
@@ -1,29 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-terminal
-pkgver=1.22.1
-pkgrel=1
-pkgdesc="The MATE Terminal Emulator"
-url="https://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('libsm' 'mate-desktop' 'vte3')
-makedepends=('intltool' 'itstool' 'python')
-groups=('mate-extra')
-conflicts=('mate-terminal-gtk3')
-replaces=('mate-terminal-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('b68620d9957adadb78ed977480832e16c80b21cb5db58bffd33b665a7c064120')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-   	make DESTDIR="${pkgdir}" install
-}

Copied: mate-terminal/repos/community-x86_64/PKGBUILD (from rev 581996, mate-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-25 20:11:01 UTC (rev 581997)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-terminal
+pkgver=1.24.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator"
+url="https://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('libsm' 'gettext' 'mate-desktop' 'vte3')
+makedepends=('itstool' 'python')
+groups=('mate-extra')
+conflicts=('mate-terminal-gtk3')
+replaces=('mate-terminal-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('274d98e3646980b93366daa23ca72a91afc85a41bf1879dc7342f9b9aa1d8259')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+   	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list