libaccounts_glib, cosmetic changes (#11108)

This commit is contained in:
Schrijvers Luc
2024-09-12 14:42:40 +02:00
committed by GitHub
parent 40b8431e01
commit afb13e370e

View File

@@ -1,13 +1,13 @@
SUMMARY="Accounts management library for GLib applications" SUMMARY="Accounts management library for GLib applications"
DESCRIPTION="This project is a library for managing accounts which can be used from GLib \ DESCRIPTION="This project is a library for managing accounts which can be used from GLib \
applications. It is part of the [accounts-sso project][accounts-sso]." applications. It is part of the accounts-sso project."
HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib" HOMEPAGE="https://gitlab.com/accounts-sso/libaccounts-glib"
COPYRIGHT="2024 Accounts SSO" COPYRIGHT="2024 Accounts SSO"
LICENSE="GNU LGPL v2.1" LICENSE="GNU LGPL v2.1"
REVISION="1" REVISION="2"
SOURCE_URI="https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_1.27/libaccounts-glib-VERSION_1.27.tar.bz2" SOURCE_URI="https://gitlab.com/accounts-sso/libaccounts-glib/-/archive/VERSION_$portVersion/libaccounts-glib-VERSION_$portVersion.tar.bz2"
CHECKSUM_SHA256="e178c103e60ca34777afba94019a1c4571aedf9e54291b0faca71e5cad0628af" CHECKSUM_SHA256="e178c103e60ca34777afba94019a1c4571aedf9e54291b0faca71e5cad0628af"
SOURCE_DIR="libaccounts-glib-VERSION_1.27" SOURCE_DIR="libaccounts-glib-VERSION_$portVersion"
ARCHITECTURES="all !x86_gcc2" ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86" SECONDARY_ARCHITECTURES="x86"
@@ -103,5 +103,6 @@ INSTALL()
TEST() TEST()
{ {
# /bin/sh: line 1: /packages/libaccounts_glib-1.26-1/cmd~meson/bin/meson: No such file or directory # /bin/sh: line 1: /packages/libaccounts_glib-1.26-1/cmd~meson/bin/meson: No such file or directory
unset meson
ninja -C build test ninja -C build test
} }