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

Antonio Rojas arojas at archlinux.org
Fri Feb 9 18:48:53 UTC 2018


    Date: Friday, February 9, 2018 @ 18:48:52
  Author: arojas
Revision: 290535

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: mate-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 290534, mate-terminal/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-02-09 18:48:52 UTC (rev 290535)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-terminal
+pkgver=1.20.0
+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=('5f81ac98793880c03fea143c49b997c4c616d6bc77146faab15ff57a3434660c')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list