[oe] [PATCH 29/41] colord-gtk: initial add 0.1.26

Andreas Müller schnitzeltony at gmail.com
Thu May 23 06:48:47 UTC 2019


it is a dependency for upcoming gnome-control-center

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 .../colord-gtk/colord-gtk_0.1.26.bb           | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 meta-gnome/recipes-support/colord-gtk/colord-gtk_0.1.26.bb

diff --git a/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.1.26.bb b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.1.26.bb
new file mode 100644
index 000000000..ce0c539a0
--- /dev/null
+++ b/meta-gnome/recipes-support/colord-gtk/colord-gtk_0.1.26.bb
@@ -0,0 +1,19 @@
+SUMMARY = "GTK support library for colord"
+HOMEPAGE = "https://www.freedesktop.org/software/colord/"
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
+
+inherit autotools gettext gobject-introspection
+
+DEPENDS = " \
+    intltool-native \
+    libxslt-native \
+    glib-2.0-native \
+    gtk+3 \
+    colord \
+"
+
+SRC_URI = "http://www.freedesktop.org/software/colord/releases/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "bb9d6f3c037152ad791003375aa6c16c"
+SRC_URI[sha256sum] = "28d00b7f157ea3e2ea5315387b2660fde82faba16674861c50465e55d61a3e45"
+
-- 
2.20.1



More information about the Openembedded-devel mailing list