mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libsecret: update to 0.21.1.
This commit is contained in:
parent
555df2c454
commit
6fd3d1a46d
2 changed files with 17 additions and 8 deletions
12
srcpkgs/libsecret/patches/remove-test-collection.diff
Normal file
12
srcpkgs/libsecret/patches/remove-test-collection.diff
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Test is flaky and fails a lot: https://gitlab.gnome.org/GNOME/libsecret/-/issues/80
|
||||||
|
|
||||||
|
--- a/libsecret/meson.build 2023-09-19 22:11:26.000000000 +0100
|
||||||
|
+++ b/libsecret/meson.build 2023-11-16 22:13:37.350182755 +0000
|
||||||
|
@@ -228,7 +228,6 @@
|
||||||
|
'test-methods',
|
||||||
|
'test-password',
|
||||||
|
'test-item',
|
||||||
|
- 'test-collection',
|
||||||
|
]
|
||||||
|
|
||||||
|
if get_option('gcrypt')
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libsecret'
|
# Template file for 'libsecret'
|
||||||
pkgname=libsecret
|
pkgname=libsecret
|
||||||
version=0.20.5
|
version=0.21.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
build_helper="gir"
|
build_helper="gir"
|
||||||
hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
|
hostmakedepends="glib-devel pkg-config libxslt vala gi-docgen docbook-xsl
|
||||||
|
@ -13,12 +13,9 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://wiki.gnome.org/Projects/Libsecret"
|
homepage="https://wiki.gnome.org/Projects/Libsecret"
|
||||||
changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
|
changelog="https://gitlab.gnome.org/GNOME/libsecret/-/raw/master/NEWS"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/libsecret/${version%.*}/libsecret-${version}.tar.xz"
|
||||||
checksum=3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d
|
checksum=674f51323a5f74e4cb7e3277da68b5afddd333eca25bc9fd2d820a92972f90b1
|
||||||
|
make_check_pre="dbus-run-session"
|
||||||
do_check() {
|
|
||||||
dbus-run-session ninja -C build test
|
|
||||||
}
|
|
||||||
|
|
||||||
libsecret-devel_package() {
|
libsecret-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}
|
depends="${sourcepkg}-${version}_${revision}
|
||||||
|
|
Loading…
Add table
Reference in a new issue