Magellan Linux

Annotation of /trunk/extras/libinput/libinput-1.10.3-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 30719 - (hide annotations) (download)
Wed Mar 21 14:55:49 2018 UTC (6 years, 1 month ago) by niro
File size: 828 byte(s)
auto added: ver bump to 1.10.3-r1
1 niro 30719 # $Id$
2    
3     PNAME="libinput"
4     PVER="1.10.3"
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-230
14     >= sys-libs/mtdev-1.1
15     >= sys-libs/libunwind-1.1
16     >= x11-libs/libevdev-1.5
17     >= x11-libs/libwacom-0.24
18     >= x11-libs/cairo-1.14"
19    
20     SDEPEND=">= dev-util/check-0.10"
21    
22     SRCFILE="${PNAME}-${PVER}.tar.xz"
23    
24     msetfeature "!check"
25     sminclude xorg multilib meson
26    
27     SRC_URI=(
28     http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
29     mirror://${PNAME}/${SRCFILE}
30     )
31    
32     UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"
33    
34     src_compile()
35     {
36     # do not install the debug gui
37     meson_src_compile $(meson_opt documentation false) $(meson_opt debug-gui false) $(meson_opt tests false) || die
38     }