Magellan Linux

Diff of /branches/magellan-next/extras/libunique/libunique-1.1.6-r1.smage2

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

revision 8321 by niro, Thu Jul 14 20:01:32 2011 UTC revision 8322 by niro, Thu Jul 14 20:08:48 2011 UTC
# Line 15  DEPEND=">= x11-libs/gtk2+-2.24 Line 15  DEPEND=">= x11-libs/gtk2+-2.24
15   >= dev-libs/dbus-glib-0.92"   >= dev-libs/dbus-glib-0.92"
16    
17  SDEPEND=">= dev-util/pkgconfig-0.24  SDEPEND=">= dev-util/pkgconfig-0.24
18   >= sys-dev/gettext-0.18"   >= sys-dev/gettext-0.18
19     >= dev-libs/gobject-introspection-0.10"
20    
21  sminclude gnome2  sminclude gnome2
22    
23  UP2DATE="updatecmd_gnome ${PNAME}"  UP2DATE="updatecmd_gnome ${PNAME}"
24    
25    src_compile()
26    {
27     cd ${SRCDIR}
28    
29     mconfigure \
30     --disable-maintainer-flags \
31     --disable-static \
32     --enable-bacon \
33     --enable-introspection \
34     --enable-dbus \
35     || die
36    
37     mmake || die
38    }

Legend:
Removed from v.8321  
changed lines
  Added in v.8322