Skip to content
Snippets Groups Projects
Commit c4d7070e authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

Merge branch 'yianiris-master-patch-10605' into 'master'

upgpkg: 1.18.1-2

See merge request pkg/obextra/libinput!4
parents 11605c9e 313268ec
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ pkgname=libinput
pkgdesc="Input device management and event handling library"
pkgver=1.18.0
pkgver=1.18.1
pkgrel=2
url="https://freedesktop.org/software/libinput"
......@@ -79,6 +79,6 @@ license=(custom:X11)
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
sha512sums=(
'9a834f075d7a1f892416bb6b241eb052f749d3aa883c4b39c0f1c9616c115d6b9a541b587508646fddaf0d3fe57af92fe4629b522d1d51196499e7b523e0aa90' # libinput-1.18.0.tar.xz
'd7e6c5abe5f667267e976310e8e22f1637b90240ec62dd59e64c769c4798ddd3d560bb3bb5c3453d9c5f022558175f6e306f27db9fd308fef7f2d8f255dff238' # libinput-1.18.0.tar.xz.sig
'450e38c0f8245aa0165a8047d25aebee646332f0f2ed442bb2d1bd3e723c2082b6d00d6e3bda308981ece8e29b5cddbd56eab900d2b7497705a45fc27b281828' # libinput-1.18.1.tar.xz
'4ae8030fdb010aed6571c1b7587762383f252e16ff520ce14ae6ff17616213989d1d199fadde51821ebdb91f6b8bc48548e21b870fa75545bc8829568aeb8806' # libinput-1.18.1.tar.xz.sig
)
# Obarun : 66 init/supervisor
# Maintainer : Eric Vidal <eric@obarun.org>
# Maintainer : Jean-Michel T.Dydak <jean-michel@obarun.org>
# Maintainer : YianIris <yianiris At disroot Dot org>
# Obarun PkgSrc : https://framagit.org/pkg/obextra/libinput/
#----------------
# Maintainer : Andreas Radke <andyrtr@archlinux.org>
# Maintainer : Jan de Groot
# Arch PkrSrc : https://www.archlinux.org/packages/extra/x86_64/libinput/
#--------------------------------------------------------------------------
# Website : https://www.freedesktop.org/software/libinput/
#--------------------------------------------------------------------------
#--DESCRIPTION-------------------------------------------------------------
pkgname=libinput
pkgdesc="Input device management and event handling library"
pkgver=1.18.1
pkgrel=2
url="https://freedesktop.org/software/libinput"
track=
target=$pkgname-$pkgver.tar.xz
source=($url/$target{,.sig})
#--BUILD CONFIGURATION-----------------------------------------------------
makedepends=(
'gtk3'
'meson')
#--BUILD CONTROL-----------------------------------------------------------
path=(
-Dudev-dir=/usr/lib/udev
)
flags=(
-Dtests=false
-Ddocumentation=false
)
#--BUILD-------------------------------------------------------------------
build() {
arch-meson $pkgname-$pkgver build "${path[@]}" "${flags[@]}"
ninja -C build
}
#--PACKAGE-----------------------------------------------------------------
package() {
DESTDIR="$pkgdir" ninja -C build install
install -Dvm644 $pkgname-$pkgver/COPYING \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
#--INSTALL CONFIGURATION---------------------------------------------------
arch=(x86_64)
depends=(
'mtdev'
'libevdev'
'libwacom')
optdepends=('gtk3: libinput debug-gui'
'python-pyudev: libinput measure'
'python-libevdev: libinput measure')
#--SECURITY AND LICENCE----------------------------------------------------
license=(custom:X11)
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
sha512sums=(
'450e38c0f8245aa0165a8047d25aebee646332f0f2ed442bb2d1bd3e723c2082b6d00d6e3bda308981ece8e29b5cddbd56eab900d2b7497705a45fc27b281828' # libinput-1.18.1.tar.xz
'4ae8030fdb010aed6571c1b7587762383f252e16ff520ce14ae6ff17616213989d1d199fadde51821ebdb91f6b8bc48548e21b870fa75545bc8829568aeb8806' # libinput-1.18.1.tar.xz.sig
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment