summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb2
-rw-r--r--meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb2
-rw-r--r--meta-oe/recipes-gnome/gcab/gcab_1.4.bb2
-rw-r--r--meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb2
-rw-r--r--meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb2
-rw-r--r--meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb2
-rw-r--r--meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb2
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtk+.inc2
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb2
-rw-r--r--meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb2
-rw-r--r--meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb2
-rw-r--r--meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb2
-rw-r--r--meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb2
-rw-r--r--meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb2
-rw-r--r--meta-oe/recipes-gnome/vte9/vte9.inc2
15 files changed, 15 insertions, 15 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb
index 40487520f..9a5b1a1b8 100644
--- a/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb
+++ b/meta-oe/recipes-gnome/atk/atkmm-2.36_2.36.1.bb
@@ -1,7 +1,7 @@
1SUMMARY = "C++ bindings for the atk" 1SUMMARY = "C++ bindings for the atk"
2SECTION = "libs" 2SECTION = "libs"
3 3
4LICENSE = "LGPLv2.1 & GPLv2" 4LICENSE = "LGPL-2.1-only & GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
7 7
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
index b305fe573..1f9c28e53 100644
--- a/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
+++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.2.bb
@@ -1,7 +1,7 @@
1SUMMARY = "C++ bindings for the atk" 1SUMMARY = "C++ bindings for the atk"
2SECTION = "libs" 2SECTION = "libs"
3 3
4LICENSE = "LGPLv2.1 & GPLv2" 4LICENSE = "LGPL-2.1-only & GPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 5LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 6 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
7 7
diff --git a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb b/meta-oe/recipes-gnome/gcab/gcab_1.4.bb
index 68f52bf92..321e7c36a 100644
--- a/meta-oe/recipes-gnome/gcab/gcab_1.4.bb
+++ b/meta-oe/recipes-gnome/gcab/gcab_1.4.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A GObject library to create cabinet files" 1SUMMARY = "A GObject library to create cabinet files"
2HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcab" 2HOMEPAGE = "https://gitlab.gnome.org/GNOME/gcab"
3LICENSE = "LGPLv2.1" 3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6DEPENDS = "glib-2.0" 6DEPENDS = "glib-2.0"
diff --git a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb
index d89613d74..2677f5c61 100644
--- a/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb
+++ b/meta-oe/recipes-gnome/gmime/gmime_3.2.7.bb
@@ -1,4 +1,4 @@
1LICENSE = "LGPL-2.1" 1LICENSE = "LGPL-2.1-only"
2LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 2LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
3DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" 3DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
4SECTION = "libs" 4SECTION = "libs"
diff --git a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
index 634b60940..86a941f4a 100644
--- a/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
+++ b/meta-oe/recipes-gnome/gnome-common/gnome-common_3.18.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Common macros for building GNOME applications"
2HOMEPAGE = "http://www.gnome.org/" 2HOMEPAGE = "http://www.gnome.org/"
3BUGTRACKER = "https://bugzilla.gnome.org/" 3BUGTRACKER = "https://bugzilla.gnome.org/"
4 4
5LICENSE = "GPLv2+" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8SECTION = "x11/gnome" 8SECTION = "x11/gnome"
diff --git a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
index ec258ae98..db55f2239 100644
--- a/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
+++ b/meta-oe/recipes-gnome/gnome-doc-utils-stub/gnome-doc-utils-stub_1.0.bb
@@ -2,7 +2,7 @@ SUMMARY = "Stub implementation of gnome-doc-utils"
2DESCRIPTION = "This recipe provides m4 macros from gnome-doc-utils project, so \ 2DESCRIPTION = "This recipe provides m4 macros from gnome-doc-utils project, so \
3that dependent recipes can build. Gnome-doc-utils itself is no longer packaged because \ 3that dependent recipes can build. Gnome-doc-utils itself is no longer packaged because \
4it requires libxml2 and python 2 at the same time, which can no longer be satisfied. " 4it requires libxml2 and python 2 at the same time, which can no longer be satisfied. "
5LICENSE = "GPLv2 & LGPLv2.1" 5LICENSE = "GPL-2.0-only & LGPL-2.1-only"
6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \ 6LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
7 file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780" 7 file://${COREBASE}/meta/files/common-licenses/LGPL-2.1-only;md5=1a6d268fd218675ffea8be556788b780"
8SRC_URI = "file://gnome-doc-utils.m4" 8SRC_URI = "file://gnome-doc-utils.m4"
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
index bba972006..d7e422cc9 100644
--- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
+++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://ftp.gnome.org/pub/GNOME/sources/gnome-themes-standard/"
3BUGTRACKER = "https://bugzilla.gnome.org/" 3BUGTRACKER = "https://bugzilla.gnome.org/"
4SECTION = "x11/gnome" 4SECTION = "x11/gnome"
5 5
6LICENSE = "LGPL-2.1" 6LICENSE = "LGPL-2.1-only"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
8 8
9inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check 9inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check
diff --git a/meta-oe/recipes-gnome/gtk+/gtk+.inc b/meta-oe/recipes-gnome/gtk+/gtk+.inc
index 124e3db9b..f2af7c920 100644
--- a/meta-oe/recipes-gnome/gtk+/gtk+.inc
+++ b/meta-oe/recipes-gnome/gtk+/gtk+.inc
@@ -4,7 +4,7 @@ set of widgets, GTK+ is suitable for projects ranging from small one-off project
4HOMEPAGE = "http://www.gtk.org" 4HOMEPAGE = "http://www.gtk.org"
5BUGTRACKER = "https://bugzilla.gnome.org/" 5BUGTRACKER = "https://bugzilla.gnome.org/"
6 6
7LICENSE = "LGPLv2 & LGPLv2+ & LGPLv2.1+" 7LICENSE = "LGPL-2.0-only & LGPL-2.0-or-later & LGPL-2.1-or-later"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" 9LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
10 10
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
index a8c771364..46c335860 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "C++ bindings for the GTK+ toolkit V3"
2HOMEPAGE = "http://www.gtkmm.org/" 2HOMEPAGE = "http://www.gtkmm.org/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5LICENSE = "LGPLv2.1 & GPLv2" 5LICENSE = "LGPL-2.1-only & GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
8 8
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
index a9bb3387b..54e75a20d 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
@@ -2,7 +2,7 @@ SUMMARY = "C++ bindings for the GTK+ toolkit"
2HOMEPAGE = "http://www.gtkmm.org/" 2HOMEPAGE = "http://www.gtkmm.org/"
3SECTION = "libs" 3SECTION = "libs"
4 4
5LICENSE = "LGPLv2.1 & GPLv2" 5LICENSE = "LGPL-2.1-only & GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" 7 file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
8 8
diff --git a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
index bbbc728d3..7422e2887 100644
--- a/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
+++ b/meta-oe/recipes-gnome/libjcat/libjcat_0.1.10.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Library for reading and writing Jcat files" 1SUMMARY = "Library for reading and writing Jcat files"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
4 4
5DEPENDS = "\ 5DEPENDS = "\
diff --git a/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb b/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb
index d2e01833d..0ef733ce9 100644
--- a/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb
+++ b/meta-oe/recipes-gnome/libpeas/libpeas_1.30.0.bb
@@ -1,6 +1,6 @@
1SUMMARY = "libpeas is a gobject-based plugins engine" 1SUMMARY = "libpeas is a gobject-based plugins engine"
2HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas" 2HOMEPAGE = "https://wiki.gnome.org/Projects/Libpeas"
3LICENSE = "LGPLv2.1+" 3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d"
5 5
6DEPENDS = "gtk+3" 6DEPENDS = "gtk+3"
diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
index 48a7701db..d65e043ec 100644
--- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
+++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.7.bb
@@ -1,5 +1,5 @@
1SUMMARY = "A library to help create and query binary XML blobs" 1SUMMARY = "A library to help create and query binary XML blobs"
2LICENSE = "LGPLv2.1" 2LICENSE = "LGPL-2.1-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
4 4
5SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \ 5SRC_URI = "git://github.com/hughsie/libxmlb.git;branch=main;protocol=https \
diff --git a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb
index 35ecd7ff5..abc1c2327 100644
--- a/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb
+++ b/meta-oe/recipes-gnome/pyxdg/pyxdg_0.27.bb
@@ -1,7 +1,7 @@
1DESCRIPTION = "A Python module to deal with freedesktop.org specifications" 1DESCRIPTION = "A Python module to deal with freedesktop.org specifications"
2HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg" 2HOMEPAGE = "http://freedesktop.org/wiki/Software/pyxdg"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "LGPLv2" 4LICENSE = "LGPL-2.0-only"
5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a" 5LIC_FILES_CHKSUM = "file://COPYING;md5=f30a9716ef3762e3467a2f62bf790f0a"
6 6
7SRCREV = "f097a66923a65e93640c48da83e6e9cfbddd86ba" 7SRCREV = "f097a66923a65e93640c48da83e6e9cfbddd86ba"
diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc
index c191a6d29..49b974012 100644
--- a/meta-oe/recipes-gnome/vte9/vte9.inc
+++ b/meta-oe/recipes-gnome/vte9/vte9.inc
@@ -1,6 +1,6 @@
1SUMMARY = "Virtual terminal emulator GTK+ widget library" 1SUMMARY = "Virtual terminal emulator GTK+ widget library"
2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte" 2BUGTRACKER = "https://bugzilla.gnome.org/buglist.cgi?product=vte"
3LICENSE = "LGPLv2.0" 3LICENSE = "LGPL-2.0-only"
4DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses" 4DEPENDS = " glib-2.0 gtk+ intltool-native gnome-common-native ncurses"
5RDEPENDS:libvte = "vte-termcap" 5RDEPENDS:libvte = "vte-termcap"
6 6