Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / libsecret


Commits:
07c76743 by Jan Alexander Steffens (heftig) at 2023-08-11T00:58:40+02:00
0.21.0-1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -2,19 +2,39 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgbase=libsecret
-pkgname=(libsecret libsecret-docs)
-pkgver=0.20.5
-pkgrel=2
+pkgname=(
+  libsecret
+  libsecret-docs
+)
+pkgver=0.21.0
+pkgrel=1
 pkgdesc="Library for storing and retrieving passwords and other secrets"
 url="https://wiki.gnome.org/Projects/Libsecret";
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2 libgcrypt tpm2-tss)
-makedepends=(gobject-introspection vala git meson gi-docgen bash-completion)
-checkdepends=(python-dbus python-gobject gjs swtpm tpm2-abrmd)
-_commit=d64530ac70d9723945d68ca079293ea0f9df9e9f  # tags/0.20.5^0
+depends=(
+  glib2
+  libgcrypt
+  tpm2-tss
+)
+makedepends=(
+  bash-completion
+  gi-docgen
+  git
+  gobject-introspection
+  meson
+  vala
+)
+checkdepends=(
+  gjs
+  python-dbus
+  python-gobject
+  swtpm
+  tpm2-abrmd
+)
+_commit=6678c87fed2dbe0b0e13cbd0ebaa3f47fd409817  # tags/0.21.0^0
 source=("git+https://gitlab.gnome.org/GNOME/libsecret.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgbase
@@ -29,7 +49,11 @@ prepare() {
 }
 
 build() {
-  arch-meson $pkgbase build -D tpm2=true
+  local meson_options=(
+    -D tpm2=true
+  )
+
+  arch-meson $pkgbase build "${meson_options[@]}"
   meson compile -C build
 }
 
@@ -78,4 +102,4 @@ package_libsecret-docs() {
   mv doc/* "$pkgdir"
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecret/-/commit/07c7674303d524e5419043533b7e226a68f6f8ed

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libsecret/-/commit/07c7674303d524e5419043533b7e226a68f6f8ed
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to