diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-01 23:44:51 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:42 -0700 |
| commit | 4bf5b139eeba28dc006c1ebee54f3f25eb116309 (patch) | |
| tree | ecf6d9b7bed5de4e36ad3520322f9dfd7407d6ac /meta-gnome | |
| parent | 7cc4bf17a85b83feaf52fb0f2e266b665141044c (diff) | |
| download | meta-openembedded-4bf5b139eeba28dc006c1ebee54f3f25eb116309.tar.gz | |
gedit: upgradde 3.34.1 -> 3.36.2
Took a look into meson.build to reduce dependencies
News in 3.36.2, 2020-04-25
--------------------------
* Misc bug fixes.
* Translation updates.
News in 3.36.1, 2020-03-20
--------------------------
* File chooser dialog: use text files filter by default.
* Fix compilation on macOS.
* Fix External Tools plugin.
* Fix Snippets plugin.
* Other bug fixes.
* Translation updates.
News in 3.36.0, 2020-03-06
--------------------------
* Fix a bug in the quickopen plugin.
* Updates to the user manual.
* Translation updates.
News in 3.35.90, 2020-01-31
---------------------------
* Remove text centering when in fullscreen mode and when a right margin was
set. For the explanation see: commit 8710e89d847b0bfc65d7833255090e304cf7c890
* Make the scrollbars always visible around the main text area. For the
explanation see: commit 5e0909c19f267b4023131881fac89c58a2a17453
* Remove the overview map. For the explanation see:
commit 26899e0ba7c1390c098b61fc7a901d700c4e745c
* File chooser dialog: re-add the feature to be able to customize the list of
character encodings.
* Open a file from the headerbar: re-implement the previous user interface: two
buttons, "Open" to open the dialog window, and an arrow to open the recent
menu. For the explanation see: commit 27f54a9aed82109a512743b5e819b18004c19de7
* GSettings schema: enable more features by default (auto-indent,
display-line-numbers, highlight-current-line and bracket-matching) and set
default style scheme to 'tango'.
* Bug fixes.
* Code refactorings.
* Lots of small improvements to the build system.
* The libsoup dependency is required only on Windows for the checkupdate plugin.
* Translation updates.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb (renamed from meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb) | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb index 850ba4df98..75f1737c62 100644 --- a/meta-gnome/recipes-gnome/gedit/gedit_3.34.1.bb +++ b/meta-gnome/recipes-gnome/gedit/gedit_3.36.2.bb | |||
| @@ -6,30 +6,24 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=75859989545e37968a99b631ef42722e" | |||
| 6 | GNOMEBASEBUILDCLASS = "meson" | 6 | GNOMEBASEBUILDCLASS = "meson" |
| 7 | 7 | ||
| 8 | DEPENDS = " \ | 8 | DEPENDS = " \ |
| 9 | yelp-tools-native \ | ||
| 10 | libxml2-native \ | ||
| 11 | gdk-pixbuf-native \ | 9 | gdk-pixbuf-native \ |
| 12 | iso-codes \ | ||
| 13 | gtk+3 \ | 10 | gtk+3 \ |
| 14 | gsettings-desktop-schemas \ | 11 | gsettings-desktop-schemas \ |
| 15 | gtksourceview4 \ | ||
| 16 | libpeas \ | 12 | libpeas \ |
| 17 | libsoup-2.4 \ | 13 | libsoup-2.4 \ |
| 18 | gspell \ | 14 | gspell \ |
| 19 | gtksourceview4 \ | 15 | gtksourceview4 \ |
| 16 | tepl \ | ||
| 20 | " | 17 | " |
| 21 | 18 | ||
| 22 | inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even mime-xdg | 19 | inherit gnomebase gsettings itstool gnome-help gobject-introspection gtk-doc vala gettext features_check upstream-version-is-even mime-xdg |
| 23 | 20 | ||
| 24 | REQUIRED_DISTRO_FEATURES = "x11" | 21 | REQUIRED_DISTRO_FEATURES = "x11" |
| 25 | 22 | ||
| 26 | SRC_URI[archive.md5sum] = "4bca1d0a13db186cd84619b4bff42238" | 23 | SRC_URI[archive.md5sum] = "438217bbbcf92a17c4f259b4a5426b03" |
| 27 | SRC_URI[archive.sha256sum] = "ebf9ef4e19831699d26bb93ce029edfed65416d7c11147835fc370d73428d5c6" | 24 | SRC_URI[archive.sha256sum] = "6887554643c5b1b3862ac364d97b7b50224bff95e6758aeaa08f4a482b554197" |
| 28 | |||
| 29 | GTKDOC_MESON_OPTION = "documentation" | ||
| 30 | 25 | ||
| 31 | PACKAGECONFIG ??= "gvfs" | 26 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 32 | PACKAGECONFIG[gvfs] = "-Denable-gvfs-metadata=yes,-Denable-gvfs-metadata=no,,gvfs" | ||
| 33 | 27 | ||
| 34 | PACKAGES += "${PN}-python" | 28 | PACKAGES += "${PN}-python" |
| 35 | 29 | ||
