Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libinput
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yian Iris
libinput
Commits
7292fb48
Commit
7292fb48
authored
3 years ago
by
Yian Iris
Browse files
Options
Downloads
Patches
Plain Diff
upgpkg: 1.19.0-2
parent
c0571e1f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version/1.19.0-2/PKGBUILD
+84
-0
84 additions, 0 deletions
version/1.19.0-2/PKGBUILD
with
84 additions
and
0 deletions
version/1.19.0-2/PKGBUILD
0 → 100644
+
84
−
0
View file @
7292fb48
# 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.19.0
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
=(
'daf42ce797f2b5aef8d6f7a5c0d967590581e6ac12c26fa6bde5fbc619d75319e39ca55d65d5347e554dd6a48b91f5fed4d3167eabef8ad1ebc43bc0c3e8e220'
# libinput-1.19.0.tar.xz
'da4f9c02976975509cff886cfd42dfa2c169cef4cabafff80135d2042e837427eaaba214222583b0b797b4f43315d961685e43e5d98f365634504e4594935174'
# libinput-1.19.0.tar.xz.sig
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment