Rebuild with libutempter
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: elogind
|
name: elogind
|
||||||
description: The systemd project's 'logind', extracted to a standalone package
|
description: The systemd project's 'logind', extracted to a standalone package
|
||||||
version: "255.22"
|
version: "255.22"
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://github.com/elogind/elogind
|
url: https://github.com/elogind/elogind
|
||||||
license: GPL2-only,LGPL2.1-only
|
license: GPL2-only,LGPL2.1-only
|
||||||
architecture: any
|
architecture: any
|
||||||
@@ -14,6 +14,7 @@ make_depends:
|
|||||||
- docbook-xsl-nons
|
- docbook-xsl-nons
|
||||||
- gperf
|
- gperf
|
||||||
- intltool
|
- intltool
|
||||||
|
- libutempter
|
||||||
- meson
|
- meson
|
||||||
- pam
|
- pam
|
||||||
- python-jinja
|
- python-jinja
|
||||||
|
|||||||
@@ -20,12 +20,7 @@ build() {
|
|||||||
# The check function is executed in the source directory
|
# The check function is executed in the source directory
|
||||||
# This function is used to run tests to verify the package has been compiled correctly
|
# This function is used to run tests to verify the package has been compiled correctly
|
||||||
check() {
|
check() {
|
||||||
# Get all tests
|
meson test -C build --print-errorlogs
|
||||||
test_list=$(meson test -C build --list | tr -d ' ' | cut -d'/' -f2) 2> /dev/null
|
|
||||||
# Remove failing test
|
|
||||||
test_list=${test_list//check-version-history}
|
|
||||||
# Run tests
|
|
||||||
meson test -C build $test_list
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_pick() {
|
_pick() {
|
||||||
|
|||||||
Reference in New Issue
Block a user