mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
shared_mime_info: switch to https source
*remove mime.cache file from package
This commit is contained in:
@@ -7,8 +7,8 @@ dependency for the maintainers."
|
|||||||
HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info"
|
HOMEPAGE="http://freedesktop.org/wiki/Software/shared-mime-info"
|
||||||
COPYRIGHT="2009-2016 Freedesktop.org"
|
COPYRIGHT="2009-2016 Freedesktop.org"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="http://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
|
SOURCE_URI="https://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
|
||||||
CHECKSUM_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
|
CHECKSUM_SHA256="5c0133ec4e228e41bdf52f726d271a2d821499c2ab97afd3aa3d6cf43efcdc83"
|
||||||
SOURCE_DIR="shared-mime-info-$portVersion"
|
SOURCE_DIR="shared-mime-info-$portVersion"
|
||||||
|
|
||||||
@@ -53,5 +53,6 @@ BUILD()
|
|||||||
INSTALL()
|
INSTALL()
|
||||||
{
|
{
|
||||||
make install
|
make install
|
||||||
|
rm -rf $dataDir/mime/mime.cache
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user