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

Maxime Gauduin alucryd at archlinux.org
Mon Mar 29 08:39:16 UTC 2021


    Date: Monday, March 29, 2021 @ 08:39:16
  Author: alucryd
Revision: 908795

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pantheon-terminal/repos/community-staging-x86_64/PKGBUILD (from rev 908794, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-03-29 08:39:16 UTC (rev 908795)
@@ -0,0 +1,45 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=5.5.2
+pkgrel=2
+pkgdesc='The Pantheon Terminal Emulator'
+arch=(x86_64)
+url=https://github.com/elementary/terminal
+license=(GPL3)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+  pango
+  vte3
+)
+makedepends=(
+  appstream
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+_tag=5c383d7f4cd31f3fad446ecaf84708ed81485608
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-terminal
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-terminal build \
+    -Dubuntu-bionic-patched-vte=false
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list