[arch-commits] Commit in umockdev/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Nov 17 13:51:08 UTC 2020


    Date: Tuesday, November 17, 2020 @ 13:51:08
  Author: jlichtblau
Revision: 756772

archrelease: copy trunk to community-x86_64

Added:
  umockdev/repos/community-x86_64/PKGBUILD
    (from rev 756771, umockdev/trunk/PKGBUILD)
Deleted:
  umockdev/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-17 13:50:59 UTC (rev 756771)
+++ PKGBUILD	2020-11-17 13:51:08 UTC (rev 756772)
@@ -1,34 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
-
-pkgname=umockdev
-pkgver=0.15
-pkgrel=1
-pkgdesc="Record/mock hardware devices for bug reports and regression tests"
-arch=('x86_64')
-url="https://github.com/martinpitt/umockdev/"
-license=('LGPL')
-depends=('systemd' 'libgudev')
-makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
-source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
-sha256sums=('82ea0d204d0d2715f847affc50c10d7bcdd7309eab583440f9f52eb07de35f0d')
-
-build() {
-  cd $pkgname-$pkgver
-
-  arch-meson ../build
-  ninja -v -C ../build
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  meson test -C ../build --print-errorlogs
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  DESTDIR="${pkgdir}" meson install -C ../build
-}

Copied: umockdev/repos/community-x86_64/PKGBUILD (from rev 756771, umockdev/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-17 13:51:08 UTC (rev 756772)
@@ -0,0 +1,34 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Xiao-Long Chen <chenxiaolong at cxl.epac.to>
+
+pkgname=umockdev
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Record/mock hardware devices for bug reports and regression tests"
+arch=('x86_64')
+url="https://github.com/martinpitt/umockdev/"
+license=('LGPL')
+depends=('systemd' 'libgudev')
+makedepends=('meson' 'gobject-introspection' 'gtk-doc' 'vala')
+source=($pkgname-$pkgver.tar.gz::https://github.com/martinpitt/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('a738229c94d5eb9ee9fbd634acdf8b3a25a52bcbac72d93130d3b6b9c71d4099')
+
+build() {
+  cd $pkgname-$pkgver
+
+  arch-meson -Dgtk_doc=true ../build
+  ninja -v -C ../build
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  meson test -C ../build --print-errorlogs
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  DESTDIR="${pkgdir}" meson install -C ../build
+}



More information about the arch-commits mailing list