Magellan Linux

Diff of /trunk/core/hal/hal-0.5.13-r1.smage2

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

revision 3285 by niro, Mon Oct 19 11:52:22 2009 UTC revision 3286 by niro, Mon Oct 19 13:22:57 2009 UTC
# Line 43  SRC_URI=( Line 43  SRC_URI=(
43   mirror://${PNAME}/${PNAME}-0.5.10-hide-recovery-partitions.patch   mirror://${PNAME}/${PNAME}-0.5.10-hide-recovery-partitions.patch
44   mirror://${PNAME}/${PNAME}-0.5.12-ntfs3g-valid-options.patch   mirror://${PNAME}/${PNAME}-0.5.12-ntfs3g-valid-options.patch
45   mirror://${PNAME}/${PNAME}-0.5.11-ntfs3g-rethink-extra-options-fix.patch   mirror://${PNAME}/${PNAME}-0.5.11-ntfs3g-rethink-extra-options-fix.patch
  mirror://${PNAME}/${PNAME}-0.5.12-storage-mount-fix-2.patch  
  mirror://${PNAME}/${PNAME}-0.5.12-set-property-direct.patch  
46  )  )
47    
48  UP2TARBALL="${PNAME}-[0-9]"  UP2TARBALL="${PNAME}-[0-9]"
# Line 66  src_prepare() Line 64  src_prepare()
64    
65   # fixes "TODO: have to rethink extra options" error message in KDE   # fixes "TODO: have to rethink extra options" error message in KDE
66   mpatch ${PNAME}-0.5.11-ntfs3g-rethink-extra-options-fix.patch || die   mpatch ${PNAME}-0.5.11-ntfs3g-rethink-extra-options-fix.patch || die
   
  # fixes segfaults on mount, see: http://bugs.frugalware.org/task/3783  
  mpatch ${PNAME}-0.5.12-storage-mount-fix-2.patch || die  
   
  # adds --direct option to hal-set-property, needed by xf86-input-vmmouse  
  mpatch ${PNAME}-0.5.12-set-property-direct.patch || die  
67  }  }
68    
69  src_compile()  src_compile()

Legend:
Removed from v.3285  
changed lines
  Added in v.3286