wok-6.x rev 11033
Up: shared-mime-info to 0.91.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Oct 16 07:18:25 2011 +0000 (2011-10-16) |
parents | 3d5f4c238bca |
children | 41059339acd5 |
files | shared-mime-info-dev/receipt shared-mime-info/receipt shared-mime-info/stuff/pbm.patch |
line diff
1.1 --- a/shared-mime-info-dev/receipt Sun Oct 16 07:17:00 2011 +0000 1.2 +++ b/shared-mime-info-dev/receipt Sun Oct 16 07:18:25 2011 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="shared-mime-info-dev" 1.7 -VERSION="0.90" 1.8 +VERSION="0.91" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Freedesktop shared-mime-info devel files." 1.11 MAINTAINER="pankso@slitaz.org"
2.1 --- a/shared-mime-info/receipt Sun Oct 16 07:17:00 2011 +0000 2.2 +++ b/shared-mime-info/receipt Sun Oct 16 07:18:25 2011 +0000 2.3 @@ -1,11 +1,11 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="shared-mime-info" 2.7 -VERSION="0.90" 2.8 +VERSION="0.91" 2.9 CATEGORY="x-window" 2.10 SHORT_DESC="Core database of common types and the *update-mime-database*." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.13 +TARBALL="$PACKAGE-$VERSION.tar.xz" 2.14 WEB_SITE="http://freedesktop.org/wiki/Software/shared-mime-info" 2.15 WGET_URL="http://freedesktop.org/~hadess/$TARBALL" 2.16 LOCALE="" 2.17 @@ -17,6 +17,7 @@ 2.18 compile_rules() 2.19 { 2.20 cd $src 2.21 + patch -Np1 -i $stuff/pbm.patch 2.22 ./configure $CONFIGURE_ARGS && 2.23 make -j1 && make -j1 DESTDIR=$DESTDIR install 2.24 }
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/shared-mime-info/stuff/pbm.patch Sun Oct 16 07:18:25 2011 +0000 3.3 @@ -0,0 +1,42 @@ 3.4 +diff -Naur shared-mime-info-0.70-orig/freedesktop.org.xml shared-mime-info-0.70/freedesktop.org.xml 3.5 +--- shared-mime-info-0.70-orig/freedesktop.org.xml 2010-02-06 02:39:24.000000000 -0500 3.6 ++++ shared-mime-info-0.70/freedesktop.org.xml 2010-02-06 02:48:01.000000000 -0500 3.7 +@@ -17025,12 +17025,10 @@ 3.8 + <magic priority="50"> 3.9 + <match value="P1" type="string" offset="0"> 3.10 + <match value="0x0a" type="byte" offset="2"> 3.11 +- <match value="#" type="string" offset="3"/> 3.12 + </match> 3.13 + </match> 3.14 + <match value="P4" type="string" offset="0"> 3.15 + <match value="0x0a" type="byte" offset="2"> 3.16 +- <match value="#" type="string" offset="3"/> 3.17 + </match> 3.18 + </match> 3.19 + </magic> 3.20 +@@ -17074,12 +17072,10 @@ 3.21 + <magic priority="50"> 3.22 + <match value="P2" type="string" offset="0"> 3.23 + <match value="0x0a" type="byte" offset="2"> 3.24 +- <match value="#" type="string" offset="3"/> 3.25 + </match> 3.26 + </match> 3.27 + <match value="P5" type="string" offset="0"> 3.28 + <match value="0x0a" type="byte" offset="2"> 3.29 +- <match value="#" type="string" offset="3"/> 3.30 + </match> 3.31 + </match> 3.32 + </magic> 3.33 +@@ -17123,12 +17119,10 @@ 3.34 + <magic priority="50"> 3.35 + <match value="P3" type="string" offset="0"> 3.36 + <match value="0x0a" type="byte" offset="2"> 3.37 +- <match value="#" type="string" offset="3"/> 3.38 + </match> 3.39 + </match> 3.40 + <match value="P6" type="string" offset="0"> 3.41 + <match value="0x0a" type="byte" offset="2"> 3.42 +- <match value="#" type="string" offset="3"/> 3.43 + </match> 3.44 + </match> 3.45 + </magic>