Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29589 by niro, Tue Jul 4 15:16:27 2017 UTC revision 29590 by niro, Wed Jul 5 08:21:50 2017 UTC
# Line 15  DEPEND=">= virtual/glibc Line 15  DEPEND=">= virtual/glibc
15   >= sys-libs/libunwind-1.1   >= sys-libs/libunwind-1.1
16   >= x11-libs/libevdev-1.5   >= x11-libs/libevdev-1.5
17   >= x11-libs/libwacom-0.24   >= x11-libs/libwacom-0.24
18   >= x11-libs/cairo-1.14   >= x11-libs/cairo-1.14"
  >= x11-libs/gtk3+-3.22"  
19    
20  SDEPEND=">= dev-util/check-0.10"  SDEPEND=">= dev-util/check-0.10"
21    
22  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
23    
24    msetfeature "!check"
25  sminclude xorg multilib  sminclude xorg multilib
26    
27  SRC_URI=(  SRC_URI=(
# Line 33  UP2DATE="updatecmd http://www.freedeskto Line 33  UP2DATE="updatecmd http://www.freedeskto
33    
34  src_compile()  src_compile()
35  {  {
36   mconfigure --disable-documentation || die   # do not install the debug gui
37     mconfigure \
38     --libexecdir="/usr/$(mlibdir)/${PNAME}" \
39     --disable-documentation \
40     --disable-debug-gui \
41     || die
42    
43   mmake || die   mmake || die
44  }  }

Legend:
Removed from v.29589  
changed lines
  Added in v.29590