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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 18:38:15 UTC 2021


    Date: Sunday, August 8, 2021 @ 18:38:15
  Author: arojas
Revision: 995498

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 18:38:09 UTC (rev 995497)
+++ PKGBUILD	2021-08-08 18:38:15 UTC (rev 995498)
@@ -1,29 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-terminal
-pkgver=1.24.1
-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=('550d38f223d21ab12d39b00af6cd75f083d3790c38d53051537df2ac6a87be62')
-
-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 995497, mate-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 18:38:15 UTC (rev 995498)
@@ -0,0 +1,29 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-terminal
+pkgver=1.26.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=('7727e714c191c3c55e535e30931974e229ca5128e052b62ce74dcc18f7eaaf22')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+	./configure \
+		--prefix=/usr
+	make
+}
+
+package() {
+	cd "${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list