[arch-commits] Commit in libinput/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Mon Dec 13 18:18:44 UTC 2021
Date: Monday, December 13, 2021 @ 18:18:44
Author: andyrtr
Revision: 432412
archrelease: copy trunk to extra-x86_64
Added:
libinput/repos/extra-x86_64/PKGBUILD
(from rev 432411, libinput/trunk/PKGBUILD)
Deleted:
libinput/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-13 18:18:35 UTC (rev 432411)
+++ PKGBUILD 2021-12-13 18:18:44 UTC (rev 432412)
@@ -1,36 +0,0 @@
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-# Maintainer: Jan de Groot
-
-pkgname=libinput
-pkgver=1.19.2
-pkgrel=1
-pkgdesc="Input device management and event handling library"
-url="https://www.freedesktop.org/wiki/Software/libinput/"
-arch=(x86_64)
-license=(custom:X11)
-depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-# upstream doesn't recommend building docs
-makedepends=('gtk3' 'meson' 'wayland-protocols') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
-optdepends=('gtk3: libinput debug-gui'
- 'python-pyudev: libinput measure'
- 'python-libevdev: libinput measure')
-source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha512sums=('fc5244dc90ceb710f7b5bb76a3cafc7dd5a8d5fa05c51122412615bfc3a99435d6a1017b79c3ce73561139fc2f5959acaf16cb9500796ea2f3eb6cb95d1a1acb'
- 'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
-
-build() {
- arch-meson $pkgname-$pkgver build \
- -D b_lto=false \
- -D udev-dir=/usr/lib/udev \
- -D tests=false \
- -D documentation=false
- meson compile -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-
- install -Dvm644 $pkgname-$pkgver/COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: libinput/repos/extra-x86_64/PKGBUILD (from rev 432411, libinput/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-13 18:18:44 UTC (rev 432412)
@@ -0,0 +1,36 @@
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+# Maintainer: Jan de Groot
+
+pkgname=libinput
+pkgver=1.19.3
+pkgrel=1
+pkgdesc="Input device management and event handling library"
+url="https://www.freedesktop.org/wiki/Software/libinput/"
+arch=(x86_64)
+license=(custom:X11)
+depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
+# upstream doesn't recommend building docs
+makedepends=('gtk3' 'meson' 'wayland-protocols') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
+optdepends=('gtk3: libinput debug-gui'
+ 'python-pyudev: libinput measure'
+ 'python-libevdev: libinput measure')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('f4b776d0da78c687ba21b430a04941ac6b43f68970c82ec9f7360358fdea5ed6a873948ce66a25bcdd64d4b95fa4bf705cc24dbc25c7c0f5fd2d0efbd763f298'
+ 'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
+
+build() {
+ arch-meson $pkgname-$pkgver build \
+ -D b_lto=false \
+ -D udev-dir=/usr/lib/udev \
+ -D tests=false \
+ -D documentation=false
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+
+ install -Dvm644 $pkgname-$pkgver/COPYING \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
More information about the arch-commits
mailing list