Magellan Linux

Contents of /trunk/extras/libinput/libinput-1.8.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29586 - (show annotations) (download)
Tue Jul 4 15:16:27 2017 UTC (6 years, 11 months ago) by niro
File size: 736 byte(s)
-added missing libunwind dep
1 # $Id$
2
3 PNAME="libinput"
4 PVER="1.8.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-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 >= x11-libs/gtk3+-3.22"
20
21 SDEPEND=">= dev-util/check-0.10"
22
23 SRCFILE="${PNAME}-${PVER}.tar.xz"
24
25 sminclude xorg multilib
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 mconfigure --disable-documentation || die
37 mmake || die
38 }