edid-editor
LOW
maintainer sachesi
0 votes
scanned 2026-09-18 17:28:51.851564
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: sachesi <xsachesi@pm.me>
2
3
# pkgver and sha256sums are filled in by .github/workflows/aur.yml for each release.
4
pkgname=edid-editor
5
pkgver=0.4.0
6
pkgrel=1
7
pkgdesc='EDID editor for GNOME, with a command line interface'
8
arch=('x86_64' 'aarch64')
9
url='https://github.com/sachesi/edid-editor'
10
license=('GPL-3.0-or-later')
11
depends=('gtk4>=1:4.10' 'libadwaita>=1:1.8' 'glib2' 'hicolor-icon-theme' 'gcc-libs' 'glibc')
12
# python generates the sample EDID data the tests read.
13
makedepends=('meson' 'gettext' 'python')
14
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
15
sha256sums=('d7866c52077f8270a7406d4d73d4e902ca5ce8295a8b533d73027d27afc5e7c2')
16
17
build() {
18
arch-meson "$pkgname-$pkgver" build -Dgui=enabled
19
meson compile -C build
20
}
21
22
check() {
23
# The ui suite needs a Wayland compositor.
24
meson test -C build --no-suite ui --print-errorlogs
25
}
26
27
package() {
28
meson install -C build --destdir "$pkgdir"
29
}
30
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-18 17:28:51 | Low | 1 |