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

Andreas Radke andyrtr at gemini.archlinux.org
Sat Aug 6 20:58:41 UTC 2022


    Date: Saturday, August 6, 2022 @ 20:58:40
  Author: andyrtr
Revision: 452361

archrelease: copy trunk to extra-x86_64

Added:
  libxcvt/repos/extra-x86_64/PKGBUILD
    (from rev 452360, libxcvt/trunk/PKGBUILD)
  libxcvt/repos/extra-x86_64/keys/
Deleted:
  libxcvt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-06 20:58:26 UTC (rev 452360)
+++ PKGBUILD	2022-08-06 20:58:40 UTC (rev 452361)
@@ -1,30 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=libxcvt
-pkgver=0.1.1
-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})
-sha512sums=('50e9cd0283858823d4cfde75f06e23ffc42983272cb1f75408052fb5b76a4bb6f9de7d42d8ff9ec0dae6e95eefebc6273e03c919a92f237585db55eaf1a57005'
-            'SKIP')
-#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
-validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan <fourdan at xfce.org>"
-
-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"
-}

Copied: libxcvt/repos/extra-x86_64/PKGBUILD (from rev 452360, libxcvt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-06 20:58:40 UTC (rev 452361)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=libxcvt
+pkgver=0.1.2
+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')
+options=('debug')
+source=(https://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha512sums=('3f6b2baca712a4608780686932f8881255c07bb74b1a788f9b07d4e22975c038d75111cd6b452257882a0b2bad57eebb2002f80a3e435d2e2d16936597f039b0'
+            'SKIP')
+#validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') # "Matt Turner <mattst88 at gmail.com>"
+validpgpkeys=('67DC86F2623FC5FD4BB5225D14706DBE1E4B4540') # "Olivier Fourdan <fourdan at xfce.org>"
+
+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