Date: Tuesday, January 17, 2023 @ 16:11:52
  Author: andyrtr
Revision: 466826

archrelease: copy trunk to extra-x86_64

Added:
  libinput/repos/extra-x86_64/PKGBUILD
    (from rev 466825, libinput/trunk/PKGBUILD)
Deleted:
  libinput/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-17 16:11:43 UTC (rev 466825)
+++ PKGBUILD    2023-01-17 16:11:52 UTC (rev 466826)
@@ -1,41 +0,0 @@
-# Maintainer: Andreas Radke <[email protected]>
-
-pkgname=libinput
-pkgver=1.22.0
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://gitlab.freedesktop.org/libinput";
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk4' 'meson' 'wayland-protocols' 'check') # 'doxygen' 
'graphviz' 'python-sphinx' 'python-recommonmark'
-optdepends=('gtk4: libinput debug-gui'
-            'python-pyudev: libinput measure'
-            'python-libevdev: libinput measure')
-options=(debug)
-source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b9204a860b4f6f9b2587c484f67a21fbdedd01a97db1f983b0b51cb7bdd428aa')
-#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) <[email protected]>
-
-build() {
-  arch-meson $pkgname-$pkgver build \
-    -D udev-dir=/usr/lib/udev \
-    -D documentation=false
-
-  # Print config
-  meson configure build
-
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-
-  install -Dvm644 $pkgname-$pkgver/COPYING \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 466825, 
libinput/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-17 16:11:52 UTC (rev 466826)
@@ -0,0 +1,40 @@
+# Maintainer: Andreas Radke <[email protected]>
+
+pkgname=libinput
+pkgver=1.22.1
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://gitlab.freedesktop.org/libinput";
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk4' 'meson' 'wayland-protocols' 'check') # 'doxygen' 
'graphviz' 'python-sphinx' 'python-recommonmark'
+optdepends=('gtk4: libinput debug-gui'
+            'python-pyudev: libinput measure'
+            'python-libevdev: libinput measure')
+source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('e13f6f118cfbbdc0b6e0edd5e3504abd96a8d0e33dc67cba31c6942c449f77af')
+#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) <[email protected]>
+
+build() {
+  arch-meson $pkgname-$pkgver build \
+    -D udev-dir=/usr/lib/udev \
+    -D documentation=false
+
+  # Print config
+  meson configure build
+
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+
+  install -Dvm644 $pkgname-$pkgver/COPYING \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Reply via email to