desktop-file-utils: update to 0.23.
This commit is contained in:
parent
a4b314e3fd
commit
44ff3613b2
2 changed files with 21 additions and 5 deletions
16
srcpkgs/desktop-file-utils/patches/add-font-valid-type.patch
Normal file
16
srcpkgs/desktop-file-utils/patches/add-font-valid-type.patch
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
diff --git a/src/mimeutils.c b/src/mimeutils.c
|
||||||
|
index 0833fdb..bddc7a0 100644
|
||||||
|
--- src/mimeutils.c
|
||||||
|
+++ src/mimeutils.c
|
||||||
|
@@ -52,9 +52,9 @@ static const char *known_old_fdo_media_types[] = {
|
||||||
|
"x-directory"
|
||||||
|
};
|
||||||
|
|
||||||
|
-/* Defined in RFC 2045/2046 and RFC 2077 */
|
||||||
|
+/* Defined in RFC 2045/2046, RFC 2077 and RFC 8081 */
|
||||||
|
static const char *registered_discrete_media_types[] = {
|
||||||
|
- "application", "audio", "image", "model", "text", "video"
|
||||||
|
+ "application", "audio", "font", "image", "model", "text", "video"
|
||||||
|
};
|
||||||
|
|
||||||
|
/* Defined in RFC 2045/2046 */
|
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'desktop-file-utils'.
|
# Template file for 'desktop-file-utils'
|
||||||
pkgname=desktop-file-utils
|
pkgname=desktop-file-utils
|
||||||
version=0.23
|
version=0.23
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libglib-devel"
|
makedepends="libglib-devel"
|
||||||
short_desc="Utilities to manage desktop entries"
|
short_desc="Utilities to manage desktop entries"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
|
homepage="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
|
||||||
distfiles="${FREEDESKTOP_SITE}/$pkgname/releases/$pkgname-$version.tar.xz"
|
distfiles="${FREEDESKTOP_SITE}/${pkgname}/releases/${pkgname}-${version}.tar.xz"
|
||||||
checksum=6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385
|
checksum=6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385
|
||||||
|
|
Loading…
Reference in a new issue