[arch-commits] Commit in ostree/trunk (PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Wed Jan 19 19:35:07 UTC 2022


    Date: Wednesday, January 19, 2022 @ 19:35:07
  Author: heftig
Revision: 434742

2022.1-2: use fuse3

Modified:
  ostree/trunk/PKGBUILD

----------+
 PKGBUILD |   28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 19:21:53 UTC (rev 434741)
+++ PKGBUILD	2022-01-19 19:35:07 UTC (rev 434742)
@@ -1,30 +1,27 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
-# Contributor: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Contributor: Mirco Tischler <mt-ml at gmx dot de>
 
 _name=libostree
 pkgname=ostree
 pkgver=2022.1
-_commit='6c903ab0b66e0542685108e837a23a9e29845949'  # 2022.1^{}
-pkgrel=1
+_commit=6c903ab0b66e0542685108e837a23a9e29845949  # tags/v2022.1^0
+pkgrel=2
 pkgdesc="Operating system and container binary deployment and upgrades"
+url="https://ostreedev.github.io/ostree/"
 arch=(x86_64)
-url="https://ostree.readthedocs.org/en/latest/"
-license=(GPL2)
-depends=(fuse2 glibc libgpg-error libsodium util-linux openssl xz zlib)
+license=(GPL)
+depends=(fuse3 glibc libgpg-error libsodium util-linux openssl xz zlib)
 makedepends=(avahi e2fsprogs git glib2 gobject-introspection gpgme gtk-doc
-libarchive libsoup libxslt mkinitcpio python systemd)
+             libarchive libsoup libxslt mkinitcpio python systemd)
 checkdepends=(cpio elfutils gjs parallel python-yaml syslinux)
-provides=(libostree-1.so)
 source=("git+https://github.com/ostreedev/ostree#commit=${_commit}"
         "git+https://github.com/mendsley/bsdiff"
         "git+https://gitlab.gnome.org/GNOME/libglnx.git")
-sha512sums=('SKIP'
-            'SKIP'
-            'SKIP')
 b2sums=('SKIP'
         'SKIP'
         'SKIP')
+
 # upstream ticket about chain of trust:
 # https://github.com/ostreedev/ostree/issues/2349
 validpgpkeys=('1CEC7A9DF7DA85ABEF843DC0A866D7CCAE087291') # Colin Walters <walters at redhat.com>
@@ -33,8 +30,8 @@
   cd "$pkgname"
 
   git submodule init
-  git config --local submodule.bsdiff.url "$srcdir/bsdiff"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule set-url bsdiff "$srcdir/bsdiff"
+  git submodule set-url libglnx "$srcdir/libglnx"
   git submodule update
 
   NOCONFIGURE=1 ./autogen.sh
@@ -71,8 +68,9 @@
 
 package() {
   depends+=(libarchive.so libavahi-client.so libavahi-common.so
-  libavahi-glib.so libgio-2.0.so libglib-2.0.so libgobject-2.0.so libgpgme.so
-  libsoup-2.4.so libsystemd.so)
+            libavahi-glib.so libgio-2.0.so libglib-2.0.so libgobject-2.0.so
+            libgpgme.so libsoup-2.4.so libsystemd.so)
+  provides+=(libostree-1.so)
 
   cd "$pkgname"
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list