Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29144 - (show annotations) (download)
Wed May 24 13:35:46 2017 UTC (7 years ago) by niro
File size: 551 byte(s)
auto added: ver bump to 1.7.2-r1
1 # $Id$
2
3 PNAME="libinput"
4 PVER="1.7.2"
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 >= x11-libs/libevdev-1.5
16 >= x11-libs/libwacom-0.24"
17
18 SRCFILE="${PNAME}-${PVER}.tar.xz"
19
20 sminclude xorg multilib
21
22 SRC_URI=(
23 http://www.freedesktop.org/software/${PNAME}/${SRCFILE}
24 mirror://${PNAME}/${SRCFILE}
25 )
26
27 UP2DATE="updatecmd http://www.freedesktop.org/software/${PNAME}/ | highesttarball xz"