shared-mime-info: updated to 0.51.

I also added a patch that removes the intltool dependency from
the package.
This commit is contained in:
Tilman Sauerbeck 2008-07-23 19:19:24 +02:00
parent 0e5a2e51f2
commit 51844b53e5
4 changed files with 63 additions and 7 deletions

View File

@ -211,11 +211,13 @@ drwxr-xr-x root/root usr/share/mime/application/
-rw-r--r-- root/root usr/share/mime/application/x-mif.xml
-rw-r--r-- root/root usr/share/mime/application/x-mozilla-bookmarks.xml
-rw-r--r-- root/root usr/share/mime/application/x-ms-dos-executable.xml
-rw-r--r-- root/root usr/share/mime/application/x-msi.xml
-rw-r--r-- root/root usr/share/mime/application/x-mswinurl.xml
-rw-r--r-- root/root usr/share/mime/application/x-mswrite.xml
-rw-r--r-- root/root usr/share/mime/application/x-msx-rom.xml
-rw-r--r-- root/root usr/share/mime/application/x-n64-rom.xml
-rw-r--r-- root/root usr/share/mime/application/x-nautilus-link.xml
-rw-r--r-- root/root usr/share/mime/application/x-navi-animation.xml
-rw-r--r-- root/root usr/share/mime/application/x-nes-rom.xml
-rw-r--r-- root/root usr/share/mime/application/x-netcdf.xml
-rw-r--r-- root/root usr/share/mime/application/x-netshow-channel.xml
@ -529,7 +531,6 @@ drwxr-xr-x root/root usr/share/mime/text/
-rw-r--r-- root/root usr/share/mime/text/x-rpm-spec.xml
-rw-r--r-- root/root usr/share/mime/text/x-scheme.xml
-rw-r--r-- root/root usr/share/mime/text/x-setext.xml
-rw-r--r-- root/root usr/share/mime/text/x-speech.xml
-rw-r--r-- root/root usr/share/mime/text/x-sql.xml
-rw-r--r-- root/root usr/share/mime/text/x-ssa.xml
-rw-r--r-- root/root usr/share/mime/text/x-subviewer.xml
@ -547,6 +548,8 @@ drwxr-xr-x root/root usr/share/mime/text/
-rw-r--r-- root/root usr/share/mime/text/x-xmi.xml
-rw-r--r-- root/root usr/share/mime/text/x-xslfo.xml
-rw-r--r-- root/root usr/share/mime/text/xmcd.xml
-rw-r--r-- root/root usr/share/mime/treemagic
-rw-r--r-- root/root usr/share/mime/types
drwxr-xr-x root/root usr/share/mime/video/
-rw-r--r-- root/root usr/share/mime/video/3gpp.xml
-rw-r--r-- root/root usr/share/mime/video/dv.xml
@ -570,6 +573,22 @@ drwxr-xr-x root/root usr/share/mime/video/
-rw-r--r-- root/root usr/share/mime/video/x-ogm+ogg.xml
-rw-r--r-- root/root usr/share/mime/video/x-sgi-movie.xml
-rw-r--r-- root/root usr/share/mime/video/x-theora+ogg.xml
drwxr-xr-x root/root usr/share/mime/x-content/
-rw-r--r-- root/root usr/share/mime/x-content/audio-cdda.xml
-rw-r--r-- root/root usr/share/mime/x-content/audio-dvd.xml
-rw-r--r-- root/root usr/share/mime/x-content/audio-player.xml
-rw-r--r-- root/root usr/share/mime/x-content/blank-bd.xml
-rw-r--r-- root/root usr/share/mime/x-content/blank-cd.xml
-rw-r--r-- root/root usr/share/mime/x-content/blank-dvd.xml
-rw-r--r-- root/root usr/share/mime/x-content/blank-hddvd.xml
-rw-r--r-- root/root usr/share/mime/x-content/image-dcf.xml
-rw-r--r-- root/root usr/share/mime/x-content/image-picturecd.xml
-rw-r--r-- root/root usr/share/mime/x-content/software.xml
-rw-r--r-- root/root usr/share/mime/x-content/video-bluray.xml
-rw-r--r-- root/root usr/share/mime/x-content/video-dvd.xml
-rw-r--r-- root/root usr/share/mime/x-content/video-hddvd.xml
-rw-r--r-- root/root usr/share/mime/x-content/video-svcd.xml
-rw-r--r-- root/root usr/share/mime/x-content/video-vcd.xml
drwxr-xr-x root/root usr/share/mime/x-epoc/
-rw-r--r-- root/root usr/share/mime/x-epoc/x-sisx-app.xml
drwxr-xr-x root/root usr/share/pkgconfig/

View File

@ -1 +1,2 @@
b86a0aa5e87a307ede576088c6450a29 shared-mime-info-0.40.tar.bz2
01d72161f7d88123fbccd378871f02f0 shared-mime-info-0.51.tar.bz2
b86d8cec337de147e3921af38727f3fc shared-mime-info.diff

View File

@ -5,16 +5,17 @@
# Group: gnome
name=shared-mime-info
version=0.40
version=0.51
release=1
source=(http://freedesktop.org/~hadess/$name-$version.tar.bz2)
source=(http://freedesktop.org/~hadess/$name-$version.tar.bz2
$name.diff)
build() {
cd $name-$version
rm po/*.po
sed -i -e 's/USE_NLS=yes/USE_NLS=no/' \
-e 's/ENABLE_NLS 1/ENABLE_NLS 0/' configure
# kill nls support. don't depend on intltool.
patch -Np1 -i $SRC/$name.diff
autoreconf
./configure --prefix=/usr --mandir=/usr/man
make

View File

@ -0,0 +1,35 @@
diff -aur shared-mime-info-0.51.orig/Makefile.am shared-mime-info-0.51/Makefile.am
--- shared-mime-info-0.51.orig/Makefile.am 2008-07-22 16:49:20.000000000 +0200
+++ shared-mime-info-0.51/Makefile.am 2008-07-23 19:15:35.240373400 +0200
@@ -1,4 +1,3 @@
-SUBDIRS=po
INCLUDES = $(ALL_CFLAGS)
@@ -36,15 +35,12 @@
po/shared-mime-info.pot
CLEANFILES = freedesktop.org.xml po/stamp-it
-DISTCLEANFILES = intltool-extract intltool-merge intltool-update
pkgconfigdir = $(datadir)/pkgconfig
pkgconfig_DATA = shared-mime-info.pc
$(pkgconfig_DATA): config.status
-@INTLTOOL_XML_RULE@
-@INTLTOOL_DESKTOP_RULE@
install-data-hook:
if ENABLE_UPDATE_MIMEDB
diff -aur shared-mime-info-0.51.orig/configure.in shared-mime-info-0.51/configure.in
--- shared-mime-info-0.51.orig/configure.in 2008-07-23 12:44:41.000000000 +0200
+++ shared-mime-info-0.51/configure.in 2008-07-23 19:13:01.407374720 +0200
@@ -11,7 +11,6 @@
AC_C_CONST
-IT_PROG_INTLTOOL([0.35.0])
GETTEXT_PACKAGE=shared-mime-info
AC_SUBST(GETTEXT_PACKAGE)