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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Mar 13 22:03:10 UTC 2018


    Date: Tuesday, March 13, 2018 @ 22:03:09
  Author: bpiotrowski
Revision: 318907

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libdazzle/repos/gnome-unstable-x86_64/
  libdazzle/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 318906, libdazzle/trunk/PKGBUILD)

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

Copied: libdazzle/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318906, libdazzle/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-03-13 22:03:09 UTC (rev 318907)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.27.92
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://git.gnome.org/browse/libdazzle"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+_commit=6c5506d97a57d496a77334fc4058a3fa4406f75d  # tags/3.27.92^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build -Denable_gtk_doc=true
+  ninja -C build
+}
+
+check() {
+  cd build
+  xvfb-run meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list