shared_mime_info: switch to https source

*remove mime.cache file from package
This commit is contained in:
Gerasim Troeglazov
2018-04-26 19:16:01 +10:00
parent 777350fa7c
commit b7eefbbef1

View File

@@ -7,8 +7,8 @@ dependency for the maintainers."
HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info"
COPYRIGHT="2009-2016 Freedesktop.org"
LICENSE="GNU GPL v2"
REVISION="1"
SOURCE_URI="http://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
REVISION="2"
SOURCE_URI="https://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
CHECKSUM_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
SOURCE_DIR="shared-mime-info-$portVersion"
@@ -53,5 +53,6 @@ BUILD()
INSTALL()
{
make install
rm -rf $dataDir/mime/mime.cache
fixPkgconfig
}