[arch-commits] Commit in libdazzle/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Thu Jul 26 20:05:45 UTC 2018
Date: Thursday, July 26, 2018 @ 20:05:44
Author: heftig
Revision: 329569
archrelease: copy trunk to extra-x86_64
Added:
libdazzle/repos/extra-x86_64/PKGBUILD
(from rev 329568, libdazzle/trunk/PKGBUILD)
Deleted:
libdazzle/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 69 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-26 20:05:27 UTC (rev 329568)
+++ PKGBUILD 2018-07-26 20:05:44 UTC (rev 329569)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libdazzle
-pkgver=3.28.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=3e4df964882fbbc1cfed06f145844b1d0bec4e97 # tags/3.28.2^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
-}
Copied: libdazzle/repos/extra-x86_64/PKGBUILD (from rev 329568, libdazzle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-07-26 20:05:44 UTC (rev 329569)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.28.4
+pkgrel=1
+pkgdesc="A library to delight your users with fancy features"
+url="https://gitlab.gnome.org/GNOME/libdazzle"
+arch=(x86_64)
+license=(LGPL)
+depends=(gtk3)
+makedepends=(git meson vala gobject-introspection gtk-doc)
+checkdepends=(xorg-server-xvfb)
+_commit=7e0b543bc45439d59872e6a5a222b6b946c9cf83 # tags/3.28.4^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 -D enable_gtk_doc=true
+ ninja -C build
+}
+
+check() {
+ xvfb-run meson test -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list