edid-editor

LOW
maintainer sachesi 0 votes scanned 2026-09-18 17:28:51.851564
View on AUR
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.
4pkgname=edid-editor
5pkgver=0.4.0
6pkgrel=1
7pkgdesc='EDID editor for GNOME, with a command line interface'
8arch=('x86_64' 'aarch64')
9url='https://github.com/sachesi/edid-editor'
10license=('GPL-3.0-or-later')
11depends=('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.
13makedepends=('meson' 'gettext' 'python')
14source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
15sha256sums=('d7866c52077f8270a7406d4d73d4e902ca5ce8295a8b533d73027d27afc5e7c2')
16
17build() {
18 arch-meson "$pkgname-$pkgver" build -Dgui=enabled
19 meson compile -C build
20}
21
22check() {
23 # The ui suite needs a Wayland compositor.
24 meson test -C build --no-suite ui --print-errorlogs
25}
26
27package() {
28 meson install -C build --destdir "$pkgdir"
29}
30

Scan history

Scanned at (UTC)SeverityRules
2026-09-18 17:28:51 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion