aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gedit
AgeCommit message (Collapse)Author
2020-11-15gedit: Inherit python3targetconfigKhem Raj
This is needed to find _PYTHON_SYSCONFIGDATA_NAME Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-24gedit: Add gsettings-desktop-schemas to RDEPENDSAlejandro Enedino Hernandez Samaniego
gedit isn't able to start at all, showing the following error: (org.gnome.gedit:32150): GLib-GIO-ERROR **: 04:29:21.795: Settings schema \ 'org.gnome.desktop.lockdown' is not installed Trace/breakpoint trap gedit tries to look for the lockdown schema which is part of the gsettings-desktop-schemas package. Add gsettings-desktop-schemas to RDEPENDS_gedit so when gedit is installed it finds the required files in the rootfs. Signed-off-by: Alejandro Hernandez Samaniego <alejandro@enedino.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-09-12gedit: add source-code-pro-fonts to RRECOMMENDSAndreas Müller
Would call gedit almost unusable without source-code-pro-fonts Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03gedit: upgradde 3.34.1 -> 3.36.2Andreas Müller
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>
2020-01-19gedit: add mime-xdg to inheritAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-29gedit: upgrade 3.34.0 -> 3.34.1Andreas Müller
>From [1]: News in 3.34.1, 2019-11-21 -------------------------- * A few bug fixes. * Updates to the Snap and Flatpak packages. * Translation updates. [1] http://ftp.gnome.org/pub/gnome/sources/gedit/3.34/gedit-3.34.1.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-22gedit: add gsettings to inheritAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-21recipes: rename distro_features_check to features_checkDenys Dmytriyenko
Avoid warning due to the class rename in OE-Core. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-11-14gedit: upgrade 2.30.4 -> 3.34.0Andreas Müller
* rewrite from scratch and get rid of this dinosaur * for those (like me) not happy with immediate search on weak machines: check xfce's mousepad * first use-case for gnome-help.bbclass * add upstream-version-is-even Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-26meta-gnome: Inherit gnomebase instead of gnomeAdrian Bunk
The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-27gedit: Add dep on python-six-nativeKhem Raj
Fixes errors e.g. recipe-sysroot-native/usr/share/gtk-doc/python/gtkdoc/common.py", line 31, in <module> import six ImportError: No module named 'six' make[3]: *** [install-data-local] Error 1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@googlemail.com>
2018-03-12gedit: only include when x11 in DISTRO_FEATURESArmin Kuster
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-08-31gedit: Fix with with hardening flags and clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-07-24gedit: Define ACCESSPERMS if not defined alreadyKhem Raj
Fixes build on musl Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-22gedit: unblacklist - gtksourceview2 is backAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-13recipes: blacklist recipes depending on blacklisted recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13gedit: fix buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-12-02meta-gnome: add explicit gnome-common dependenciesRoss Burton
gnome-common is deprecated and gnomebase.bbclass will soon stop depending on it, so add gnome-common to DEPENDS for the recipes that still use it. gxim previously wasn't really using the gnome-common macros so now the build fails with compiler errors, so pass the flag to turn off fatal warnings as gxim appears to be dead. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-08gedit: remove blacklist caused by gtksourceview2 / fix/cleanup buildAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-13evince, epdf, gdm, gnumeric, libgnomeprint, tumbler, gedit, gnome-panel, ↵Martin Jansa
gnome-session, gnome-terminal, libgnomecups, gtksourceview2, libgweather, libgnomeui, tracker, gimp, poppler, mousepad, goffice, tasks: blacklist, fails to build with gcc-6 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-06-08gnome-doc-utils-stub: add a recipeAlexander Kanavin
Real gnome-doc-utils can no longer be build (because it requires both python 2 and libxml2, which can only be build for one version of Python), so a stub recipe which provides just m4 macros is provided, and usage of gnome-doc-utils is disabled where needed. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31gnome: add explicit bz2 compress type to older packagesAlexander Kanavin
The default was changed to xz in the gnomebase class to match the upstream. Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-05-03gedit: Fix build when S != BKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-04-15recipes: Unify indentationMartin Jansa
* This change is only aesthetic (unlike indentation in Python tasks). * Some recipes were using tabs. * Some were using 8 spaces. * Some were using mix or different number of spaces. * Make them consistently use 4 spaces everywhere. * Yocto styleguide advises to use tabs (but the only reason to keep tabs is the need to update a lot of recipes). Lately this advice was also merged into the styleguide on the OE wiki. * Using 4 spaces in both types of tasks is better because it's less error prone when someone is not sure if e.g. do_generate_toolchain_file() is Python or shell task and also allows to highlight every tab used in .bb, .inc, .bbappend, .bbclass as potentially bad (shouldn't be used for indenting of multiline variable assignments and cannot be used for Python tasks). * Don't indent closing quote on multiline variables we're quite inconsistent wheater it's first character on line under opening quote or under first non-whitespace character in previous line. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2013-03-13gedit: fix compileAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2012-07-31gedit: unbreak build by adding pythonnative to inheritAndreas Müller
error message was: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '/home/andreas/tmp/oe-core-eglibc/work/armv7a-vfp-neon-angstrom-linux-gnueabi/gedit-2.30.4-r0/gedit-2.30.4' ERROR: Function failed: do_qa_configure Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-22gedit: update to 2.30.4Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07gedit: Imported from OE classicJoel A Fernandes
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>