Magellan Linux

Diff of /trunk/core/libgudev/libgudev-232-r1.smage2

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

revision 30383 by niro, Thu Jan 18 10:47:19 2018 UTC revision 30384 by niro, Thu Jan 18 10:51:24 2018 UTC
# Line 7  PBUILD="r1" Line 7  PBUILD="r1"
7  PCAT="sys-fs"  PCAT="sys-fs"
8  DESCRIPTION="Libraries for adding libudev support to applications that use glib2."  DESCRIPTION="Libraries for adding libudev support to applications that use glib2."
9    
10  DEPEND=">= dev-libs/glib2-2.52  DEPEND=">= dev-libs/glib2-2.54
11   >= sys-fs/libudev-230"   >= sys-fs/libudev-230"
12    
13  SDEPEND=">= dev-util/pkgconfig-0.25  SDEPEND=">= dev-util/pkgconfig-0.25
14   >= dev-libs/gobject-introspection-1.52   >= dev-libs/gobject-introspection-1.54
15   >= dev-lang/vala-0.36"   >= dev-lang/vala-0.38"
16    
17  SRCFILE="${PNAME}-${PVER}.tar.xz"  SRCFILE="${PNAME}-${PVER}.tar.xz"
18    
# Line 22  UP2DATE="updatecmd_gnome ${PNAME} devel" Line 22  UP2DATE="updatecmd_gnome ${PNAME} devel"
22    
23  src_compile()  src_compile()
24  {  {
25   mconfigure --enable-introspection || die   mconfigure --enable-introspection --disable-umockdev || die
26   mmake || die   mmake || die
27  }  }

Legend:
Removed from v.30383  
changed lines
  Added in v.30384