aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb
blob: fc891c76245ff67290c26a2ecf761c1bf7b73272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Base MIME and Application database for GNOME"
HOMEPAGE = "http://www.gnome.org/"
BUGTRACKER = "https://bugzilla.gnome.org/"

LICENSE = "GPLv2 & GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                    file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450"

inherit gnome
inherit autotools
PR = "r4"

SRC_URI += "file://pkgconfig.patch"

SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7"

DEPENDS += "shared-mime-info intltool-native"
RDEPENDS_${PN} = "shared-mime-info"