shared-mime-info: update to 0.71.
This commit is contained in:
parent
288a4a8328
commit
8cba63bb0c
1 changed files with 7 additions and 5 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'shared-mime-info'.
|
# Template build file for 'shared-mime-info'.
|
||||||
pkgname=shared-mime-info
|
pkgname=shared-mime-info
|
||||||
version=0.60
|
version=0.71
|
||||||
distfiles="http://people.freedesktop.org/~hadess/$pkgname-$version.tar.bz2"
|
distfiles="http://people.freedesktop.org/~hadess/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--disable-update-mimedb"
|
configure_args="--disable-update-mimedb"
|
||||||
short_desc="Core database of common types"
|
short_desc="Core database of common types"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=a0d0a948fbb8d0de576876791d53efd1c5e8dd782eb9e5369cafc06c3969de22
|
checksum=1d8f97f17de77ae0d8a3a4ef357280ef444da87f4ce19170392712d0c2f6d04f
|
||||||
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
|
||||||
|
@ -22,8 +22,10 @@ long_desc="
|
||||||
|
|
||||||
triggers="mimedb"
|
triggers="mimedb"
|
||||||
|
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run glib
|
||||||
|
Add_dependency run libxml2
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build intltool
|
Add_dependency build intltool
|
||||||
Add_dependency full glibc
|
Add_dependency build glib-devel
|
||||||
Add_dependency full glib
|
Add_dependency build libxml2-devel
|
||||||
Add_dependency full libxml2
|
|
||||||
|
|
Loading…
Reference in a new issue