summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb')
-rw-r--r--meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb b/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb
new file mode 100644
index 000000000..c194907ed
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gweather/libgweather_2.28.0.bb
@@ -0,0 +1,25 @@
1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
3
4SECTION = "x11/gnome/libs"
5DEPENDS = "libgnome libsoup-2.4 gtk+ gnome-keyring"
6
7inherit gnome
8
9SRC_URI[archive.md5sum] = "9f4457144d32d4004e0e045240ab51dc"
10SRC_URI[archive.sha256sum] = "65fd8e4d7b617de7aac5a5d7d9bebde63ead828bcdc3e8f73f038ce03e669654"
11
12EXTRA_OEMAKE = "ORBIT_IDL=${STAGING_BINDIR_NATIVE}/orbit-idl-2"
13
14do_configure_prepend() {
15 sed -i -e 's:help::' ${S}/Makefile.am
16 sed -i -e 's: doc : :g' ${S}/Makefile.am
17}
18
19FILES_${PN} += "${datadir}/gnome* \
20 ${datadir}/icons"
21
22PACKAGES =+ "${PN}-locationdata"
23FILES_${PN}-locationdata = "${datadir}/libgweather/Locations*"
24
25