summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-02-05 20:55:02 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-15 10:21:35 +0100
commite6647cf8f8e4d8eb7403334ec6b8c1da52a9d770 (patch)
tree59fe4386ca25482c5fc53aad7201544f7b218bef /meta-gnome
parent0ad183e018c0e795e8cdc957f08580ec061b0ad8 (diff)
downloadmeta-openembedded-e6647cf8f8e4d8eb7403334ec6b8c1da52a9d770.tar.gz
gnome-mime-data: add (from oe-core)
Add this recipe as it's being removed from oe-core. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data/pkgconfig.patch14
-rw-r--r--meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb19
2 files changed, 33 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data/pkgconfig.patch b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data/pkgconfig.patch
new file mode 100644
index 000000000..09034255d
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data/pkgconfig.patch
@@ -0,0 +1,14 @@
1Upstream-Status: Inappropriate [configuration]
2
3Index: gnome-mime-data-2.18.0/Makefile.am
4===================================================================
5--- gnome-mime-data-2.18.0.orig/Makefile.am 2009-06-11 17:27:48.000000000 +0100
6+++ gnome-mime-data-2.18.0/Makefile.am 2009-06-11 17:27:59.000000000 +0100
7@@ -1,6 +1,6 @@
8 SUBDIRS = man po
9
10-pkgconfigdir = $(datadir)/pkgconfig
11+pkgconfigdir = $(libdir)/pkgconfig
12 pkgconfig_DATA = gnome-mime-data-2.0.pc
13
14 NULL=
diff --git a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb
new file mode 100644
index 000000000..a31eb5571
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb
@@ -0,0 +1,19 @@
1SUMMARY = "Base MIME and Application database for GNOME"
2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/"
4
5LICENSE = "GPLv2 & GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://check-mime.pl;endline=26;md5=a95b63c92c33d4ca1af61a315888f450"
8
9inherit gnomebase mime
10PR = "r4"
11
12SRC_URI += "file://pkgconfig.patch"
13
14SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
15SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e8436fd7"
16GNOME_COMPRESS_TYPE="bz2"
17
18DEPENDS += "shared-mime-info intltool-native"
19RDEPENDS_${PN} = "shared-mime-info"