[arch-commits] Commit in atk/repos (2 files)

Jan Steffens heftig at archlinux.org
Thu Mar 8 18:18:50 UTC 2018


    Date: Thursday, March 8, 2018 @ 18:18:48
  Author: heftig
Revision: 318253

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  atk/repos/gnome-unstable-x86_64/
  atk/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 318252, atk/trunk/PKGBUILD)

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

Copied: atk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318252, atk/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-08 18:18:48 UTC (rev 318253)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=atk
+pkgver=2.26.1+2+gcaefa6d
+pkgrel=1
+pkgdesc="The interface definitions of accessibility infrastructure"
+url="https://git.gnome.org/browse/atk"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2)
+makedepends=(gobject-introspection git gtk-doc meson)
+_commit=caefa6d4d305bfd7c7af8e80850cb5c928f7e1f1  # gnome-3-26
+source=("git+https://git.gnome.org/browse/atk#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^ATK_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -Denable_docs=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list