1 # Maintainer: AndyRTR <andyrtr@archlinux.org>
6 pkgdesc="library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator"
8 url="https://gitlab.freedesktop.org/xorg/lib/libxcvt"
12 source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
13 sha512sums=('50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005'
15 #validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88@gmail.com>"
16 validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan <fourdan@xfce.org>"
19 arch-meson ${pkgname}-${pkgver} build
20 meson compile -C build
24 meson test -C build #--print-errorlogs
28 DESTDIR="$pkgdir" meson install -C build
29 install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgname}-${pkgver}/COPYING"