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

Jan Steffens heftig at archlinux.org
Wed Apr 4 07:51:00 UTC 2018


    Date: Wednesday, April 4, 2018 @ 07:50:59
  Author: heftig
Revision: 320923

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 07:50:13 UTC (rev 320922)
+++ PKGBUILD	2018-04-04 07:50:59 UTC (rev 320923)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libdazzle
-pkgver=3.28.0
-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=00c71f0b6815c10fec8568f2ece6ffd7255a7af7  # tags/3.28.0^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 320922, libdazzle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 07:50:59 UTC (rev 320923)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libdazzle
+pkgver=3.28.0
+pkgrel=2
+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=00c71f0b6815c10fec8568f2ece6ffd7255a7af7  # tags/3.28.0^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