shared_mime_info: bump version.

This commit is contained in:
Jerome Duval
2019-12-01 21:22:57 +01:00
parent 083c25f52e
commit b500d260bf

View File

@@ -5,11 +5,11 @@ It requires glib2 to be installed for building the update command. \
Additionally, it uses intltool for translations, though this is only a \
dependency for the maintainers."
HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info"
COPYRIGHT="2009-2016 Freedesktop.org"
COPYRIGHT="2009-2019 Freedesktop.org"
LICENSE="GNU GPL v2"
REVISION="2"
SOURCE_URI="https://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
CHECKSUM_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
REVISION="1"
SOURCE_URI="https://gitlab.freedesktop.org/xdg/shared-mime-info/uploads/b27eb88e4155d8fccb8bb3cd12025d5b/shared-mime-info-$portVersion.tar.xz"
CHECKSUM_SHA256="f482b027437c99e53b81037a9843fccd549243fd52145d016e9c7174a4f5db90"
SOURCE_DIR="shared-mime-info-$portVersion"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -36,8 +36,10 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:awk
cmd:find
cmd:g++$secondaryArchSuffix
cmd:intltool_update
cmd:itstool
cmd:make
cmd:pkg_config$secondaryArchSuffix
cmd:xmllint
@@ -46,7 +48,7 @@ BUILD_PREREQUIRES="
BUILD()
{
autoreconf -vfi
runConfigure ./configure --disable-default-make-check
runConfigure ./configure
make $jobArgs
}