Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
libdisplay-info
Commits:
625b8dc2 by Jelle van der Waa at 2024-11-11T21:45:49+01:00
Enable check() function as new libdisplay-info was released
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libdisplay-info
pkgdesc = EDID and DisplayID library
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.freedesktop.org/emersion/libdisplay-info
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -1,13 +1,9 @@
# Maintainer: Caleb Maclennan <[email protected]>
# Contributor: Simon Ser <[email protected]>
-# Enable checks in next release when edid-decode is not required for tests:
-# https://gitlab.freedesktop.org/emersion/libdisplay-info/-/issues/35
-BUILDENV+=(!check)
-
pkgname=libdisplay-info
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='EDID and DisplayID library'
url="https://gitlab.freedesktop.org/emersion/$pkgname"
arch=(x86_64)
@@ -30,7 +26,7 @@ build() {
}
check() {
- meson test -C build --no-rebeuild --print-errorlogs
+ meson test -C build --no-rebuild --print-errorlogs
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdisplay-info/-/commit/625b8dc27fcc59579132c8d4bead7c23c0e3afdf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libdisplay-info/-/commit/625b8dc27fcc59579132c8d4bead7c23c0e3afdf
You're receiving this email because of your account on gitlab.archlinux.org.