Magellan Linux

Diff of /trunk/extras/shared-mime-info/shared-mime-info-1.2-r1.smage2

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

revision 20312 by niro, Tue Dec 3 09:53:23 2013 UTC revision 20313 by niro, Tue Dec 3 09:55:36 2013 UTC
# Line 27  SRC_URI=( Line 27  SRC_URI=(
27    
28  UP2DATE="updatecmd http://freedesktop.org/~hadess/ | lasttarball xz"  UP2DATE="updatecmd http://freedesktop.org/~hadess/ | lasttarball xz"
29    
30    src_compile()
31    {
32     cd ${SRCDIR}
33    
34     # we update the mime database ourself
35     mconfigure --disable-update-mimedb || die
36     mmake || die
37    }
38    
39  postinstall()  postinstall()
40  {  {
41   # update mime db   # update mime db

Legend:
Removed from v.20312  
changed lines
  Added in v.20313