[arch-commits] Commit in libdazzle/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Jan 11 19:13:56 UTC 2018


    Date: Thursday, January 11, 2018 @ 19:13:55
  Author: heftig
Revision: 314603

archrelease: copy trunk to extra-x86_64

Added:
  libdazzle/repos/extra-x86_64/PKGBUILD
    (from rev 314602, libdazzle/trunk/PKGBUILD)
Deleted:
  libdazzle/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 39 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 19:13:16 UTC (rev 314602)
+++ PKGBUILD	2018-01-11 19:13:55 UTC (rev 314603)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libdazzle
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A library to delight your users with fancy features"
-url="https://git.gnome.org/browse/libdazzle"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3)
-makedepends=(git meson vala gobject-introspection gtk-doc)
-_commit=05543e750afbfa1d84ec06135c18fd687dd78f0e  # tags/3.26.1^0
-source=("git+https://git.gnome.org/browse/libdazzle#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-}
-
-build() {
-  cd build
-  arch-meson ../$pkgname -Denable_gtk_doc=true
-  ninja
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 314602, libdazzle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 19:13:55 UTC (rev 314603)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.26.2
+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=a078dd5013a624619c54a3373759471eef647169  # tags/3.26.2^0
+source=("git+https://gitlab.gnome.org/GNOME/libdazzle.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+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