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

Maxime Gauduin alucryd at archlinux.org
Sun Jan 6 18:49:13 UTC 2019


    Date: Sunday, January 6, 2019 @ 18:49:12
  Author: alucryd
Revision: 420732

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-06 18:49:04 UTC (rev 420731)
+++ PKGBUILD	2019-01-06 18:49:12 UTC (rev 420732)
@@ -1,38 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-terminal
-pkgver=5.3.2
-pkgrel=1
-pkgdesc='The Pantheon Terminal Emulator'
-arch=(x86_64)
-url='https://github.com/elementary/terminal'
-license=(GPL3)
-depends=(
-  appstream
-  glib2
-  gtk3
-  libgranite.so
-  pango
-  vte3
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-groups=(pantheon)
-source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-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:

Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 420731, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-06 18:49:12 UTC (rev 420732)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=5.3.3
+pkgrel=1
+pkgdesc='The Pantheon Terminal Emulator'
+arch=(x86_64)
+url='https://github.com/elementary/terminal'
+license=(GPL3)
+depends=(
+  appstream
+  glib2
+  gtk3
+  libgranite.so
+  pango
+  vte3
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+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