diff --git a/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe b/x11-misc/shared_mime_info/shared_mime_info-1.15.recipe similarity index 79% rename from x11-misc/shared_mime_info/shared_mime_info-1.9.recipe rename to x11-misc/shared_mime_info/shared_mime_info-1.15.recipe index 8c81c8fd1..77dd5de91 100644 --- a/x11-misc/shared_mime_info/shared_mime_info-1.9.recipe +++ b/x11-misc/shared_mime_info/shared_mime_info-1.15.recipe @@ -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 }