mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
shared_mime_info: bump version (#1338)
This commit is contained in:
@@ -5,19 +5,19 @@ 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-2014 Freedesktop.org"
|
||||
COPYRIGHT="2009-2016 Freedesktop.org"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="http://freedesktop.org/~hadess/shared-mime-info-1.3.tar.xz"
|
||||
CHECKSUM_SHA256="4fd49c8c7ca9ecb10c59845094a18dbb73b69c72b4bad3db5e864f2111cb323a"
|
||||
SOURCE_DIR="shared-mime-info-1.3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://freedesktop.org/~hadess/shared-mime-info-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="eacc781cfebaa2074e43cf9521dc7ab4391ace8a4712902b2841669c83144d2e"
|
||||
SOURCE_DIR="shared-mime-info-$portVersion"
|
||||
|
||||
ARCHITECTURES="?x86_gcc2 ?x86 ?x86_64"
|
||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
shared_mime_info$secondaryArchSuffix = $portVersion
|
||||
cmd:update_mime_database = $portVersion
|
||||
cmd:update_mime_database$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -27,23 +27,25 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libglib_2.0$secondaryArchSuffix
|
||||
devel:libxml2$secondaryArchSuffix
|
||||
devel:libintl$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoconf
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:xmllint
|
||||
intltool
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
cmd:make
|
||||
cmd:g++$secondaryArchSuffix
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:xmllint
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
autoreconf -vfi
|
||||
runConfigure ./configure
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user