All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] Next gnome batch
@ 2019-11-14 19:49 Andreas Müller
  2019-11-14 19:49 ` [PATCH 01/16] gedit: upgrade 2.30.4 -> 3.34.0 Andreas Müller
                   ` (15 more replies)
  0 siblings, 16 replies; 31+ messages in thread
From: Andreas Müller @ 2019-11-14 19:49 UTC (permalink / raw)
  To: openembedded-devel

Waiting for review / autobuilder :)

Andreas Müller (16):
  gedit: upgrade 2.30.4  -> 3.34.0
  gtksourceview2: remove
  evolution-data-server: give up fine grained -dev/-dbg packages
  evolution-data-server: upgrade 3.26.6 -> 3.34.1 and rework
  gnome-terminal: re-add 3.34.2
  gnome-font-viewer: initial add 3.34.0
  evince: upgrade 3.28.2 -> 3.34.1
  file-roller: inital add 3.32.2
  gexiv2: initial add 0.12.0
  gnome-autoar: inital add 0.2.3
  tracker: initial add 2.3.1
  nautilus: upgrade 3.18.5 -> 3.34.1
  geocode-glib: initial add 3.26.1
  libgweather: initial add 3.34.0
  libwacom: initial add 0.33
  gnome-settings-daemon: initial add 3.34.1

 ...for-address-localization-when-LC_ADD.patch |  33 ----
 ...-to-LDFLAGS-when-linking-libphonenum.patch |  36 ----
 ...ntrispection-support-to-work-with-OE.patch |  75 ---------
 .../eds/evolution-data-server_3.32.4.bb       | 155 ------------------
 ...-format-attribute-to-_synctex_malloc.patch |  12 +-
 .../evince/0001-help-remove-YELP-macro.patch  |  24 ---
 ...vDocumentModel-get-type-function-dec.patch |  33 ----
 ...02-add-a-formatting-attribute-check.patch} |   0
 .../recipes-gnome/evince/evince_3.28.2.bb     |  65 --------
 .../recipes-gnome/evince/evince_3.34.1.bb     |  52 ++++++
 .../evolution-data-server-native.bb           |  23 +++
 .../evolution-data-server.bb                  |  70 ++++++++
 .../evolution-data-server.inc                 |  15 ++
 ...keLists.txt-Remove-TRY_RUN-for-iconv.patch |  28 ++--
 ...txt-remove-CHECK_C_SOURCE_RUNS-check.patch |   0
 ...the-Novell-sample-contact-with-somet.patch |   0
 .../0004-call-native-helpers.patch}           |  33 ++--
 .../evolution-data-server/iconv-detect.h      |   0
 .../file-roller/file-roller_3.32.2.bb         |  26 +++
 ...001-Remove-help-directory-from-build.patch |  29 ----
 ...ify-handle_builder_error-with-format.patch |  31 ----
 ...aver.c-Define-ACCESSPERMS-if-not-def.patch |  31 ----
 ...1-workaround-void-pointer-arithmetic.patch |  57 -------
 ...format-literal-warning-to-fix-build-.patch |  38 -----
 .../recipes-gnome/gedit/gedit_2.30.4.bb       |  33 ----
 .../recipes-gnome/gedit/gedit_3.34.0.bb       |  44 +++++
 .../geocode-glib/geocode-glib_3.26.1.bb       |  20 +++
 .../recipes-gnome/gexiv2/gexiv2_0.12.0.bb     |  19 +++
 .../gnome-autoar/gnome-autoar_0.2.3.bb        |  18 ++
 .../gnome-font-viewer_3.34.0.bb               |  25 +++
 .../gnome-settings-daemon_3.34.1.bb           |  59 +++++++
 .../gnome-terminal/gnome-terminal_3.34.2.bb   |  36 ++++
 .../gtksourceview-classic-light_1.0.bb        |   3 -
 .../gtksourceview/gtksourceview2_2.10.5.bb    |  32 ----
 .../libgweather/libgweather_3.34.0.bb         |  24 +++
 ...ome-desktop-thumbnail-API-with-new-g.patch |  40 -----
 .../recipes-gnome/nautilus/nautilus_3.18.5.bb |  33 ----
 .../recipes-gnome/nautilus/nautilus_3.34.1.bb |  32 ++++
 .../recipes-gnome/tracker/tracker_2.3.1.bb    |  50 ++++++
 .../recipes-support/libwacom/libwacom_0.33.bb |  14 ++
 40 files changed, 562 insertions(+), 786 deletions(-)
 delete mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/0005-Use-LC_MESSAGES-for-address-localization-when-LC_ADD.patch
 delete mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/0006-Dont-add-usr-lib-to-LDFLAGS-when-linking-libphonenum.patch
 delete mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server/0007-Modify-gobject-intrispection-support-to-work-with-OE.patch
 delete mode 100644 meta-gnome/recipes-gnome/eds/evolution-data-server_3.32.4.bb
 delete mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-help-remove-YELP-macro.patch
 delete mode 100644 meta-gnome/recipes-gnome/evince/evince/0001-libview-Remove-EvDocumentModel-get-type-function-dec.patch
 rename meta-gnome/recipes-gnome/evince/evince/{0001-add-a-formatting-attribute-check.patch => 0002-add-a-formatting-attribute-check.patch} (100%)
 delete mode 100644 meta-gnome/recipes-gnome/evince/evince_3.28.2.bb
 create mode 100644 meta-gnome/recipes-gnome/evince/evince_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb
 create mode 100644 meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.bb
 create mode 100644 meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server.inc
 rename meta-gnome/recipes-gnome/{eds => evolution-data-server}/evolution-data-server/0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch (60%)
 rename meta-gnome/recipes-gnome/{eds => evolution-data-server}/evolution-data-server/0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch (100%)
 rename meta-gnome/recipes-gnome/{eds => evolution-data-server}/evolution-data-server/0003-contact-Replace-the-Novell-sample-contact-with-somet.patch (100%)
 rename meta-gnome/recipes-gnome/{eds/evolution-data-server/0004-Add-native-suffix-to-exacutables-produced-and-run-du.patch => evolution-data-server/evolution-data-server/0004-call-native-helpers.patch} (52%)
 rename meta-gnome/recipes-gnome/{eds => evolution-data-server}/evolution-data-server/iconv-detect.h (100%)
 create mode 100644 meta-gnome/recipes-gnome/file-roller/file-roller_3.32.2.bb
 delete mode 100644 meta-gnome/recipes-gnome/gedit/files/0001-Remove-help-directory-from-build.patch
 delete mode 100644 meta-gnome/recipes-gnome/gedit/files/0001-gedit-utils-qualify-handle_builder_error-with-format.patch
 delete mode 100644 meta-gnome/recipes-gnome/gedit/files/0001-tests-document-saver.c-Define-ACCESSPERMS-if-not-def.patch
 delete mode 100644 meta-gnome/recipes-gnome/gedit/files/0001-workaround-void-pointer-arithmetic.patch
 delete mode 100644 meta-gnome/recipes-gnome/gedit/files/0002-suppress-string-format-literal-warning-to-fix-build-.patch
 delete mode 100644 meta-gnome/recipes-gnome/gedit/gedit_2.30.4.bb
 create mode 100644 meta-gnome/recipes-gnome/gedit/gedit_3.34.0.bb
 create mode 100644 meta-gnome/recipes-gnome/geocode-glib/geocode-glib_3.26.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gexiv2/gexiv2_0.12.0.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-autoar/gnome-autoar_0.2.3.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_3.34.0.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.34.2.bb
 delete mode 100644 meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
 create mode 100644 meta-gnome/recipes-gnome/libgweather/libgweather_3.34.0.bb
 delete mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus/0001-nautilus-drop-gnome-desktop-thumbnail-API-with-new-g.patch
 delete mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_3.18.5.bb
 create mode 100644 meta-gnome/recipes-gnome/nautilus/nautilus_3.34.1.bb
 create mode 100644 meta-gnome/recipes-gnome/tracker/tracker_2.3.1.bb
 create mode 100644 meta-gnome/recipes-support/libwacom/libwacom_0.33.bb

-- 
2.21.0



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

end of thread, other threads:[~2019-11-17 18:16 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-14 19:49 [PATCH 00/16] Next gnome batch Andreas Müller
2019-11-14 19:49 ` [PATCH 01/16] gedit: upgrade 2.30.4 -> 3.34.0 Andreas Müller
2019-11-14 19:49 ` [PATCH 02/16] gtksourceview2: remove Andreas Müller
2019-11-14 19:49 ` [PATCH 03/16] evolution-data-server: give up fine grained -dev/-dbg packages Andreas Müller
2019-11-14 19:49 ` [PATCH 04/16] evolution-data-server: upgrade 3.26.6 -> 3.34.1 and rework Andreas Müller
2019-11-14 22:10   ` Khem Raj
2019-11-14 22:38     ` Andreas Müller
2019-11-14 22:44       ` Khem Raj
2019-11-14 19:49 ` [PATCH 05/16] gnome-terminal: re-add 3.34.2 Andreas Müller
2019-11-14 22:42   ` Khem Raj
2019-11-14 22:53     ` Andreas Müller
2019-11-14 22:54       ` Khem Raj
2019-11-14 19:49 ` [PATCH 06/16] gnome-font-viewer: initial add 3.34.0 Andreas Müller
2019-11-14 19:49 ` [PATCH 07/16] evince: upgrade 3.28.2 -> 3.34.1 Andreas Müller
2019-11-15 15:35   ` Khem Raj
2019-11-14 19:49 ` [PATCH 08/16] file-roller: inital add 3.32.2 Andreas Müller
2019-11-14 19:49 ` [PATCH 09/16] gexiv2: initial add 0.12.0 Andreas Müller
2019-11-14 19:49 ` [PATCH 10/16] gnome-autoar: inital add 0.2.3 Andreas Müller
2019-11-14 19:49 ` [PATCH 11/16] tracker: initial add 2.3.1 Andreas Müller
2019-11-14 19:49 ` [PATCH 12/16] nautilus: upgrade 3.18.5 -> 3.34.1 Andreas Müller
2019-11-14 19:49 ` [PATCH 13/16] geocode-glib: initial add 3.26.1 Andreas Müller
2019-11-14 22:13   ` Khem Raj
2019-11-14 22:51     ` Andreas Müller
2019-11-17 15:17       ` Andreas Müller
2019-11-17 18:16         ` Khem Raj
2019-11-14 19:49 ` [PATCH 14/16] libgweather: initial add 3.34.0 Andreas Müller
2019-11-14 19:49 ` [PATCH 15/16] libwacom: initial add 0.33 Andreas Müller
2019-11-14 21:39   ` Khem Raj
2019-11-14 22:50     ` Andreas Müller
2019-11-14 23:51     ` Adrian Bunk
2019-11-14 19:49 ` [PATCH 16/16] gnome-settings-daemon: initial add 3.34.1 Andreas Müller

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.