diff options
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb')
-rw-r--r-- | meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb new file mode 100644 index 0000000000..edaabe15d9 --- /dev/null +++ b/meta/recipes-gnome/gnome/gnome-mime-data_2.18.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "Base MIME and Application database for GNOME" | ||
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv2 & GPLv2+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | ||
7 | file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450" | ||
8 | |||
9 | inherit gnome | ||
10 | inherit autotools | ||
11 | PR = "r3" | ||
12 | |||
13 | SRC_URI += "file://pkgconfig.patch;patch=1" | ||
14 | |||
15 | DEPENDS += "shared-mime-info intltool-native" | ||
16 | RDEPENDS = "shared-mime-info" | ||