[arch-commits] Commit in gnome-font-viewer/repos (2 files)
Jan Steffens
heftig at archlinux.org
Thu Sep 12 20:32:56 UTC 2019
Date: Thursday, September 12, 2019 @ 20:32:55
Author: heftig
Revision: 362337
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 362336, gnome-font-viewer/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 362336, gnome-font-viewer/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2019-09-12 20:32:55 UTC (rev 362337)
@@ -0,0 +1,33 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-font-viewer
+pkgver=3.33.90+19+ga4f864d
+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=a4f864df24a1a3a44b67014b68c228bfb0d915c7 # 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