[arch-commits] Commit in libxcvt/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Andreas Radke andyrtr at gemini.archlinux.org
Sat Sep 4 08:39:47 UTC 2021


    Date: Saturday, September 4, 2021 @ 08:39:47
  Author: andyrtr
Revision: 423424

archrelease: copy trunk to extra-x86_64

Added:
  libxcvt/repos/extra-x86_64/
  libxcvt/repos/extra-x86_64/PKGBUILD
    (from rev 423423, libxcvt/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: libxcvt/repos/extra-x86_64/PKGBUILD (from rev 423423, libxcvt/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2021-09-04 08:39:47 UTC (rev 423424)
@@ -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