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

Maxime Gauduin alucryd at archlinux.org
Thu Nov 2 16:23:05 UTC 2017


    Date: Thursday, November 2, 2017 @ 16:23:04
  Author: alucryd
Revision: 265199

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

Added:
  pantheon-terminal/repos/community-staging-i686/
  pantheon-terminal/repos/community-staging-i686/PKGBUILD
    (from rev 265198, pantheon-terminal/trunk/PKGBUILD)
  pantheon-terminal/repos/community-staging-x86_64/
  pantheon-terminal/repos/community-staging-x86_64/PKGBUILD
    (from rev 265198, pantheon-terminal/trunk/PKGBUILD)

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

Copied: pantheon-terminal/repos/community-staging-i686/PKGBUILD (from rev 265198, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-11-02 16:23:04 UTC (rev 265199)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz")
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../terminal-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Copied: pantheon-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 265198, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-11-02 16:23:04 UTC (rev 265199)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=0.4.3
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=('i686' 'x86_64')
+url='https://github.com/elementary/terminal'
+license=('GPL3')
+depends=('glib2' 'glibc' 'gtk3' 'pango' 'vte3'
+         'libgranite.so')
+makedepends=('cmake' 'intltool' 'vala')
+groups=('pantheon')
+source=("pantheon-terminal-${pkgver}.tar.gz::https://github.com/elementary/terminal/archive/${pkgver}.tar.gz")
+sha256sums=('b529d367b809e0d344795a68278bc430b5bcd9160103cd920928eaf0cdeece55')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../terminal-${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr' \
+    -DGSETTINGS_COMPILE='OFF'
+  make
+}
+
+package() {
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list