[arch-commits] Commit in pantheon-terminal/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Apr 2 21:10:01 UTC 2020
Date: Thursday, April 2, 2020 @ 21:10:00
Author: alucryd
Revision: 610322
archrelease: copy trunk to community-x86_64
Added:
pantheon-terminal/repos/community-x86_64/PKGBUILD
(from rev 610321, pantheon-terminal/trunk/PKGBUILD)
Deleted:
pantheon-terminal/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-02 21:09:56 UTC (rev 610321)
+++ PKGBUILD 2020-04-02 21:10:00 UTC (rev 610322)
@@ -1,44 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-terminal
-pkgver=5.5.1
-pkgrel=1
-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)
-source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=86b386898637aa357dbb93da907abc2fe13ff014)
-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:
Copied: pantheon-terminal/repos/community-x86_64/PKGBUILD (from rev 610321, pantheon-terminal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-02 21:10:00 UTC (rev 610322)
@@ -0,0 +1,44 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-terminal
+pkgver=5.5.2
+pkgrel=1
+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)
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=5c383d7f4cd31f3fad446ecaf84708ed81485608)
+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