[arch-commits] Commit in pango/repos (staging-x86_64 staging-x86_64/PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Sep 29 16:46:14 UTC 2020
Date: Tuesday, September 29, 2020 @ 16:46:14
Author: heftig
Revision: 396970
archrelease: copy trunk to staging-x86_64
Added:
pango/repos/staging-x86_64/
pango/repos/staging-x86_64/PKGBUILD
(from rev 396969, pango/trunk/PKGBUILD)
----------+
PKGBUILD | 44 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
Copied: pango/repos/staging-x86_64/PKGBUILD (from rev 396969, pango/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-09-29 16:46:14 UTC (rev 396970)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=pango
+pkgver=1.46.2
+pkgrel=2
+epoch=1
+pkgdesc="A library for layout and rendering of text"
+url="https://www.pango.org/"
+arch=(x86_64)
+license=(LGPL)
+depends=(libthai cairo libxft harfbuzz fribidi)
+makedepends=(gobject-introspection help2man gtk-doc git meson sysprof)
+checkdepends=(ttf-dejavu cantarell-fonts noto-fonts noto-fonts-emoji)
+provides=(libpango{,cairo,ft2,xft}-1.0.so)
+_commit=296711130ef90d9555bd6ada5b258bb75d622c12 # tags/1.46.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd pango
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd pango
+}
+
+build() {
+ arch-meson pango build \
+ -D gtk_doc=true \
+ -D sysprof=enabled
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:
More information about the arch-commits
mailing list