[arch-commits] Commit in pantheon-terminal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Jun 6 06:47:32 UTC 2019
Date: Thursday, June 6, 2019 @ 06:47:32
Author: alucryd
Revision: 477411
archrelease: copy trunk to community-x86_64
Added:
pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 477410, 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-06-06 06:47:26 UTC (rev 477410)
+++ PKGBUILD 2019-06-06 06:47:32 UTC (rev 477411)
@@ -1,38 +0,0 @@
-# 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:
Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 477410, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-06-06 06:47:32 UTC (rev 477411)
@@ -0,0 +1,38 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=5.3.5
+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