[arch-commits] Commit in gnome-font-viewer/repos (2 files)

Jan Steffens heftig at archlinux.org
Sun Mar 8 06:19:43 UTC 2020


    Date: Sunday, March 8, 2020 @ 06:19:43
  Author: heftig
Revision: 377012

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gnome-font-viewer/repos/gnome-unstable-x86_64/
  gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 377010, gnome-font-viewer/trunk/PKGBUILD)

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

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 377010, gnome-font-viewer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-03-08 06:19:43 UTC (rev 377012)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-font-viewer
+pkgver=3.34.0+27+g5ffd1ba
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://gitlab.gnome.org/GNOME/gnome-font-viewer"
+arch=(x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(git meson)
+groups=(gnome)
+_commit=5ffd1bae5061587c500dbc7569ff83820e5142be  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-font-viewer.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list