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

Jan Steffens heftig at archlinux.org
Sat Sep 26 23:05:00 UTC 2020


    Date: Saturday, September 26, 2020 @ 23:05:00
  Author: heftig
Revision: 396676

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  libcloudproviders/repos/gnome-unstable-x86_64/
  libcloudproviders/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 396675, libcloudproviders/trunk/PKGBUILD)

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

Copied: libcloudproviders/repos/gnome-unstable-x86_64/PKGBUILD (from rev 396675, libcloudproviders/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2020-09-26 23:05:00 UTC (rev 396676)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Fina Wilke <fina at felinira.net>
+
+pkgname=libcloudproviders
+pkgver=0.3.1
+pkgrel=2
+pkgdesc="DBus API that allows cloud storage sync clients to expose their services"
+url="https://gitlab.gnome.org/World/libcloudproviders"
+arch=(x86_64)
+license=(LGPL3)
+depends=(glib2)
+makedepends=(git gobject-introspection meson vala gtk-doc)
+_commit=4672d39320f4ef6091a4977b8e6a4ac079296c26  # tags/0.3.1^0
+source=("git+https://gitlab.gnome.org/World/libcloudproviders.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D enable-gtk-doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list