Magellan Linux

Diff of /trunk/extras/libunique1/libunique1-1.1.6-r1.smage2

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

revision 13807 by niro, Wed Oct 24 17:41:12 2012 UTC revision 13808 by niro, Wed Oct 24 17:42:22 2012 UTC
# Line 22  SRCDIR="${BUILDDIR}/${PNAME/1}-${PVER}" Line 22  SRCDIR="${BUILDDIR}/${PNAME/1}-${PVER}"
22    
23  sminclude gnome2  sminclude gnome2
24    
25  SRC_URI+=(  SRC_URI=(
26     gnome://${PNAME/1}/${SRCFILE}
27     mirror://${PNAME/1}/${SRCFILE}
28   mirror://${PNAME/1}/${PNAME/1}-${PVER}-G_CONST_RETURN.patch   mirror://${PNAME/1}/${PNAME/1}-${PVER}-G_CONST_RETURN.patch
29   mirror://${PNAME/1}/${PNAME/1}-${PVER}-unique-gdbus.patch   mirror://${PNAME/1}/${PNAME/1}-${PVER}-unique-gdbus.patch
30  )  )
# Line 35  src_prepare() Line 37  src_prepare()
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
39   # remove G_CONST_RETURN usage, now that its gone in glib   # remove G_CONST_RETURN usage, now that its gone in glib
40   mpatch ${PNAME}-${PVER}-G_CONST_RETURN.patch || die   mpatch ${PNAME/1}-${PVER}-G_CONST_RETURN.patch || die
41    
42   # adds a backend using gdbus, the new dbus binding in >=gio-2.25   # adds a backend using gdbus, the new dbus binding in >=gio-2.25
43   mpatch ${PNAME}-${PVER}-unique-gdbus.patch || die   mpatch ${PNAME/1}-${PVER}-unique-gdbus.patch || die
44  }  }
45    
46  src_compile()  src_compile()

Legend:
Removed from v.13807  
changed lines
  Added in v.13808