[arch-commits] Commit in libinput/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu Mar 1 07:13:16 UTC 2018


    Date: Thursday, March 1, 2018 @ 07:13:15
  Author: andyrtr
Revision: 317659

upgpkg: libinput 1.10.1-1

upstream update 1.10.1

Modified:
  libinput/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++-------------
 1 file changed, 9 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-01 07:05:53 UTC (rev 317658)
+++ PKGBUILD	2018-03-01 07:13:15 UTC (rev 317659)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot
 
 pkgname=libinput
-pkgver=1.10.0+25+g3e77f2e9
+pkgver=1.10.1
 pkgrel=1
 pkgdesc="Input device management and event handling library"
 url="https://www.freedesktop.org/wiki/Software/libinput/"
@@ -10,21 +10,17 @@
 arch=(x86_64)
 license=(custom:X11)
 depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-makedepends=('doxygen' 'graphviz' 'gtk3' 'meson' git)
+makedepends=('doxygen' 'graphviz' 'gtk3' 'meson')
 optdepends=('gtk3: libinput debug-gui'
             'python-pyudev: libinput measure'
             'python-evdev: libinput measure')
-_commit=3e77f2e9f5a98fc5917642bd47ceeef89b95c858  # master
-source=("git+https://anongit.freedesktop.org/git/wayland/libinput#commit=$_commit")
-sha512sums=('SKIP')
+source=(https://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha512sums=('69e7cd12f3d686d1b09afd93fe072ddd6f8c9a1f04c0a651c7dd02c5a20b3f8163c5b787b41bf3ae91db0da7d3e2958d315d6c9a2875259c62b0d290ac89d1fb'
+            'SKIP')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
 
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   # Reduce docs size
   printf '%s\n' >>doc/libinput.doxygen.in \
     HAVE_DOT=yes DOT_IMAGE_FORMAT=svg INTERACTIVE_SVG=yes
@@ -31,7 +27,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -Dtests=false
+  arch-meson $pkgname-$pkgver build -Dtests=false
   ninja -C build
 }
 
@@ -38,7 +34,7 @@
 package() {
   DESTDIR="$pkgdir" ninja -C build install
 
-  install -Dvm644 $pkgname/COPYING \
+  install -Dvm644 $pkgname-$pkgver/COPYING \
     "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 
   # install doc - no Makefile target



More information about the arch-commits mailing list