All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-gnome][PATCH 1/4] libcloudproviders: add recipe
@ 2022-12-27  6:52 Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 2/4] libportal: build libportal-gtk4 and vala support Markus Volk
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Markus Volk @ 2022-12-27  6:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

It is a mandatory dependency of nautilus

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../libcloudproviders/libcloudproviders_0.3.1.bb      | 11 +++++++++++
 1 file changed, 11 insertions(+)
 create mode 100644 meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb

diff --git a/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb
new file mode 100644
index 000000000..b6448b939
--- /dev/null
+++ b/meta-gnome/recipes-support/libcloudproviders/libcloudproviders_0.3.1.bb
@@ -0,0 +1,11 @@
+SUMMARY = "libcloudproviders is a DBus API that allows cloud storage sync clients to expose their services."
+LICENSE="LGPL-3.0-or-later"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e6a600fd5e1d9cbde2d983680233ad02"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+DEPENDS = "glib-2.0"
+
+inherit gnomebase gobject-introspection vala
+
+SRC_URI[archive.sha256sum] = "4763213ca1e1fe30d422f5ae3b4f02a454f63414c1860ad142d6385f89d05929"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-gnome][PATCH 2/4] libportal: build libportal-gtk4 and vala support
  2022-12-27  6:52 [meta-gnome][PATCH 1/4] libcloudproviders: add recipe Markus Volk
@ 2022-12-27  6:52 ` Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 3/4] nautilus: update 42.2 -> 43.1 Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 4/4] evince: update 42.3 " Markus Volk
  2 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2022-12-27  6:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-gnome/recipes-gnome/libportal/libportal_0.6.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
index 9784f0481..9c628c457 100644
--- a/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
+++ b/meta-gnome/recipes-gnome/libportal/libportal_0.6.bb
@@ -10,10 +10,10 @@ SRC_URI = "git://github.com/flatpak/${BPN}.git;protocol=https;branch=main"
 SRCREV = "13df0b887a7eb7b0f9b14069561a41f62e813155"
 S = "${WORKDIR}/git"
 
-inherit meson gtk-doc gobject-introspection features_check
+inherit meson gtk-doc gobject-introspection vala features_check
 
 ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
-DEPENDS += "glib-2.0 glib-2.0-native gtk+3"
+DEPENDS += "glib-2.0 glib-2.0-native gtk+3 gtk4"
 
-EXTRA_OEMESON = "-Dbackends=gtk3 -Dvapi=false"
+EXTRA_OEMESON = "-Dbackends=gtk3,gtk4"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-gnome][PATCH 3/4] nautilus: update 42.2 -> 43.1
  2022-12-27  6:52 [meta-gnome][PATCH 1/4] libcloudproviders: add recipe Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 2/4] libportal: build libportal-gtk4 and vala support Markus Volk
@ 2022-12-27  6:52 ` Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 4/4] evince: update 42.3 " Markus Volk
  2 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2022-12-27  6:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../{nautilus_42.2.bb => nautilus_43.1.bb}    | 26 +++++++++++--------
 1 file changed, 15 insertions(+), 11 deletions(-)
 rename meta-gnome/recipes-gnome/nautilus/{nautilus_42.2.bb => nautilus_43.1.bb} (65%)

diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb
similarity index 65%
rename from meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb
rename to meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb
index ec16b6879..a567e5fe7 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_42.2.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_43.1.bb
@@ -7,22 +7,26 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
 GNOMEBASEBUILDCLASS = "meson"
 
 DEPENDS = " \
-    fontconfig \
-    gtk+3 \
-    gnome-desktop \
-    gsettings-desktop-schemas \
+    appstream-glib-native \
+    desktop-file-utils-native \
+    glib-2.0 \
     gnome-autoar \
-    tracker \
+    gnome-desktop \
+    gtk4 \
+    libadwaita \
+    libcloudproviders \
     libhandy \
+    libportal \
+    libxml2 \
+    tracker \
 "
 
-inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check mime-xdg
+inherit gnomebase gsettings gobject-introspection gtk-doc gettext features_check mime-xdg gtk-icon-cache
 
 def gnome_verdir(v):
     return oe.utils.trim_version(v, 1)
 
-SRC_URI += " file://0001-Provide-parameter-prototype-for-functions-without-pa.patch"
-SRC_URI[archive.sha256sum] = "99212d2eb75996f181728ad04a2e2d86f2577b064e68a34c8b81a7037df4ccb2"
+SRC_URI[archive.sha256sum] = "0da1003c0cda08ac0546a4c143ed3a1697e36823c60fa73f4d2f4da7723bccaf"
 
 REQUIRED_DISTRO_FEATURES = "x11 opengl"
 
@@ -31,8 +35,8 @@ EXTRA_OEMESON += " \
 "
 
 PACKAGECONFIG = "extensions"
-PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base"
-PACKAGECONFIG[libportal] = "-Dlibportal=true,-Dlibportal=false, libportal"
+PACKAGECONFIG[extensions] = "-Dextensions=true,-Dextensions=false, gexiv2 gstreamer1.0-plugins-base gdk-pixbuf"
+PACKAGECONFIG[packagekit] = "-Dpackagekit=true,-Dpackagekit=false,packagekit"
 
 FILES:${PN} += " \
     ${datadir}/dbus-1 \
@@ -43,4 +47,4 @@ FILES:${PN} += " \
 
 # mandatory - not checked during configuration:
 # | (org.gnome.Nautilus:863): GLib-GIO-ERROR **: 21:03:52.326: Settings schema 'org.freedesktop.Tracker.Miner.Files' is not installed
-RDEPENDS:${PN} += "tracker-miners"
+RDEPENDS:${PN} += "tracker-miners bubblewrap"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-gnome][PATCH 4/4] evince: update 42.3 -> 43.1
  2022-12-27  6:52 [meta-gnome][PATCH 1/4] libcloudproviders: add recipe Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 2/4] libportal: build libportal-gtk4 and vala support Markus Volk
  2022-12-27  6:52 ` [meta-gnome][PATCH 3/4] nautilus: update 42.2 -> 43.1 Markus Volk
@ 2022-12-27  6:52 ` Markus Volk
  2 siblings, 0 replies; 4+ messages in thread
From: Markus Volk @ 2022-12-27  6:52 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../evince/{evince_42.3.bb => evince_43.1.bb} | 36 +++++++++----------
 1 file changed, 18 insertions(+), 18 deletions(-)
 rename meta-gnome/recipes-gnome/evince/{evince_42.3.bb => evince_43.1.bb} (74%)

diff --git a/meta-gnome/recipes-gnome/evince/evince_42.3.bb b/meta-gnome/recipes-gnome/evince/evince_43.1.bb
similarity index 74%
rename from meta-gnome/recipes-gnome/evince/evince_42.3.bb
rename to meta-gnome/recipes-gnome/evince/evince_43.1.bb
index 5f35d5b33..b83c41192 100644
--- a/meta-gnome/recipes-gnome/evince/evince_42.3.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_43.1.bb
@@ -3,41 +3,40 @@ LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b"
 SECTION = "x11/office"
 DEPENDS = " \
-    gnome-common-native \
-    yelp-tools-native \
+    adwaita-icon-theme \
     appstream-glib \
-    gtk+3 \
+    cairo \
+    dbus \
+    gdk-pixbuf \
+    glib-2.0 \
+    gnome-common-native \
+    gnome-desktop \
+    gsettings-desktop-schemas \
     gspell \
-    libsecret \
-    poppler \
     gstreamer1.0-plugins-base \
-    orc \
-    adwaita-icon-theme \
+    gtk+3 \
+    libarchive \
     libhandy \
-    ${@bb.utils.contains('DISTRO_FEATURES','x11','gnome-desktop','dbus',d)} \
+    libsecret \
+    libxml2 \
+    poppler \
+    yelp-tools-native \
+    zlib \
 "
 
 GNOMEBASEBUILDCLASS = "meson"
 
-inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check
+inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc features_check gtk-icon-cache
 
 REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
 
 def gnome_verdir(v):
     return oe.utils.trim_version(v, 1)
 
-SRC_URI[archive.sha256sum] = "49aecf845c946c96db17ba89d75c8002c5ae8963f504a9b0626d12675914645e"
+SRC_URI[archive.sha256sum] = "6d75ca62b73bfbb600f718a098103dc6b813f9050b9594be929e29b4589d2335"
 
 GTKDOC_MESON_OPTION = "gtk_doc"
 
-EXTRA_OEMESON = " \
-    -Dsystemduserunitdir=no \
-"
-
-do_compile:prepend() {
-    export GIR_EXTRA_LIBS_PATH="${B}/libdocument/.libs"
-}
-
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus"
 
@@ -49,5 +48,6 @@ PACKAGES =+ "${PN}-nautilus-extension"
 FILES:${PN} += "${datadir}/dbus-1 \
                 ${datadir}/metainfo \
                 ${datadir}/thumbnailers \
+                ${systemd_user_unitdir} \
 "
 FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-12-27  6:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27  6:52 [meta-gnome][PATCH 1/4] libcloudproviders: add recipe Markus Volk
2022-12-27  6:52 ` [meta-gnome][PATCH 2/4] libportal: build libportal-gtk4 and vala support Markus Volk
2022-12-27  6:52 ` [meta-gnome][PATCH 3/4] nautilus: update 42.2 -> 43.1 Markus Volk
2022-12-27  6:52 ` [meta-gnome][PATCH 4/4] evince: update 42.3 " Markus Volk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.