[arch-commits] Commit in (libxcvt libxcvt/repos libxcvt/trunk libxcvt/trunk/PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Sat Sep 4 08:38:01 UTC 2021
Date: Saturday, September 4, 2021 @ 08:38:00
Author: andyrtr
Revision: 423423
add new pkg as dependency for xorg-server - FS#72013
Added:
libxcvt/
libxcvt/repos/
libxcvt/trunk/
libxcvt/trunk/PKGBUILD
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Added: libxcvt/trunk/PKGBUILD
===================================================================
--- libxcvt/trunk/PKGBUILD (rev 0)
+++ libxcvt/trunk/PKGBUILD 2021-09-04 08:38:00 UTC (rev 423423)
@@ -0,0 +1,29 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libxcvt
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator"
+arch=('x86_64')
+url="https://gitlab.freedesktop.org/xorg/lib/libxcvt"
+license=('custom')
+depends=('glibc')
+makedepends=('meson')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha256sums=('266ded49b8aeae5b387768f5be232c6538e321737fa07fbbc9a6f6924d271a00'
+ 'SKIP')
+validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
+
+build() {
+ arch-meson ${pkgname}-${pkgver} build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build #--print-errorlogs
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+ install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" "${pkgname}-${pkgver}/COPYING"
+}
More information about the arch-commits
mailing list