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

Andreas Radke andyrtr at gemini.archlinux.org
Sun Sep 19 18:02:19 UTC 2021


    Date: Sunday, September 19, 2021 @ 18:02:19
  Author: andyrtr
Revision: 424381

upgpkg: xf86-input-libinput 1.2.0-1: upstream update 1.2.0; avoid overlinking

Modified:
  xf86-input-libinput/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 17:28:52 UTC (rev 424380)
+++ PKGBUILD	2021-09-19 18:02:19 UTC (rev 424381)
@@ -1,25 +1,27 @@
 # Maintainer: Laurent Carlier <lordheavym at gmail.com>
 
 pkgname=xf86-input-libinput
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Generic input driver for the X.Org server based on libinput"
 arch=('x86_64')
 license=('custom:MIT')
 url="http://xorg.freedesktop.org/"
-depends=('libinput>=1.2.0')
+depends=('libinput')
 makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=24.1' 'libxi' 'libx11' 'xorgproto')
 conflicts=('xorg-server<1.19.0' 'X-ABI-XINPUT_VERSION<24' 'X-ABI-XINPUT_VERSION>=25')
 groups=('xorg-drivers')
 source=(https://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig})
-sha512sums=('7def9a4834a9203d1672613b1a4b384a0eb3d664818865b375969bf9ca96c512b752859acc8916de9224f7e488f8d59953308e53b983dfa8031ca01fd707fa2b'
+sha512sums=('ebff9490d33fd7495df2e03203060a76b3274f0e638bc92f3d95257fac57cdb9dac308e90e54006fe9522b6de3b1f1c38fd5f0b0b75b7051e5422290f43de52d'
             'SKIP')
-validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
+#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office at who-t.net>
+validpgpkeys=('FD0004A26EADFE43A4C3F249C6F7AE200374452D') # "Povilas Kanapickas <povilas at radix.lt>"
 
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
     --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 



More information about the arch-commits mailing list