Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/libinput/libinput-1.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14895 - (show annotations) (download)
Thu Aug 6 12:27:40 2020 UTC (3 years, 8 months ago) by niro
File size: 1019 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="libinput"
4 PVER="1.16.0"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Library to handle input devices."
10 HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/"
11
12 DEPEND=">= virtual/glibc
13 >= sys-fs/libudev-242
14 >= sys-libs/mtdev-1.1
15 >= sys-libs/libunwind-1.4
16 >= x11-libs/libevdev-1.9
17 >= x11-libs/cairo-1.16"
18
19 SDEPEND=">= dev-util/check-0.10
20 >= sys-fs/libudev-dev-242
21 >= sys-libs/mtdev-dev-1.1
22 >= sys-libs/libunwind-dev-1.4
23 >= x11-libs/libevdev-dev-1.9
24 >= x11-libs/cairo-dev-1.16"
25
26 SRCFILE="${PNAME}-${PVER}.tar.xz"
27
28 msetfeature "!check"
29 sminclude xorg multilib meson alx-split
30
31 SRC_URI=(
32 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"
37
38 src_compile()
39 {
40 # do not install the debug gui
41 # alx only: do not support libwacom
42 meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) $(meson_opt tests false) $(meson_opt libwacom false) || die
43 }