shared-mime-info: update to 1.2.

This commit is contained in:
Juan RP 2013-10-09 00:20:31 +02:00
parent 2729b7cab4
commit 70ece8b755

View file

@ -1,6 +1,6 @@
# Template build file for 'shared-mime-info'. # Template build file for 'shared-mime-info'.
pkgname=shared-mime-info pkgname=shared-mime-info
version=1.1 version=1.2
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-update-mimedb" configure_args="--disable-update-mimedb"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://freedesktop.org/Software/shared-mime-info" homepage="http://freedesktop.org/Software/shared-mime-info"
distfiles="http://people.freedesktop.org/~hadess/$pkgname-$version.tar.xz" distfiles="http://people.freedesktop.org/~hadess/$pkgname-$version.tar.xz"
checksum=184d094b157a9ec2607ad26a1a1837e6e07f3fcbeb38d8b6d412906156f9e06c checksum=a5516ae241b95a948a6749b1cbf65dc20c3bb563a73cc7bedb7065933788bb78
long_desc=" long_desc="
Many programs and desktops use the MIME system to represent the types of Many programs and desktops use the MIME system to represent the types of
files. Frequently, it is necessary to work out the correct MIME type for files. Frequently, it is necessary to work out the correct MIME type for
@ -29,6 +29,6 @@ disable_parallel_build=yes
shared-mime-info_package() { shared-mime-info_package() {
pkg_install() { pkg_install() {
vmove usr vmove all
} }
} }