Date: Tuesday, October 25, 2022 @ 19:23:42
  Author: heftig
Revision: 458988

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-terminal/repos/gnome-unstable-x86_64/
  gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 458986, gnome-terminal/trunk/PKGBUILD)

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

Copied: gnome-terminal/repos/gnome-unstable-x86_64/PKGBUILD (from rev 458986, 
gnome-terminal/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD                              (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD      2022-10-25 19:23:42 UTC (rev 458988)
@@ -0,0 +1,45 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+
+pkgname=gnome-terminal
+pkgver=3.46.3
+pkgrel=1
+pkgdesc="The GNOME Terminal Emulator"
+url="https://wiki.gnome.org/Apps/Terminal";
+arch=(x86_64)
+license=(GPL)
+depends=(vte3 gsettings-desktop-schemas)
+makedepends=(docbook-xsl libnautilus-extension gnome-shell yelp-tools git 
meson)
+groups=(gnome)
+options=(debug)
+_commit=bce00598029491f06a0681834014409dc264bf27  # tags/3.46.3^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-terminal.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  local meson_options=(
+    -D b_lto=false
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to