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

Balló György bgyorgy at archlinux.org
Sat Aug 6 20:51:00 UTC 2016


    Date: Saturday, August 6, 2016 @ 20:51:00
  Author: bgyorgy
Revision: 185707

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: mate-terminal-gtk3/repos/community-staging-i686/PKGBUILD (from rev 185706, mate-terminal-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2016-08-06 20:51:00 UTC (rev 185707)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-terminal
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop-gtk3' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('a1b998334ac48147997ac0b596c40e4760edecf1')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=3.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}

Copied: mate-terminal-gtk3/repos/community-staging-x86_64/PKGBUILD (from rev 185706, mate-terminal-gtk3/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2016-08-06 20:51:00 UTC (rev 185707)
@@ -0,0 +1,30 @@
+# Contributor: Martin Wimpress <code at flexion.org>
+
+_ver=1.14
+_pkgbase=mate-terminal
+pkgname=(${_pkgbase}-gtk3)
+pkgver=${_ver}.0
+pkgrel=1
+pkgdesc="The MATE Terminal Emulator (GTK3 version)"
+url="http://mate-desktop.org"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libsm' 'mate-desktop-gtk3' 'vte3')
+makedepends=('intltool' 'itstool')
+groups=('mate-extra-gtk3')
+conflicts=("${_pkgbase}")
+source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
+sha1sums=('a1b998334ac48147997ac0b596c40e4760edecf1')
+
+build() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    ./configure \
+        --prefix=/usr \
+        --with-gtk=3.0
+    make
+}
+
+package() {
+    cd "${srcdir}/${_pkgbase}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list