aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gtksourceview
AgeCommit message (Collapse)Author
2023-03-28gtksourceview5: update 5.6.1 -> 5.7.1Markus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-12-10gtksourceview5: update 5.4.2 -> 5.6.1Markus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-11-10gtksourceview5: add opengl to REQUIRED_DISTRO_FEATURESMingli Yu
Fixes: ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/meta-openembedded/meta-gnome/recipes-gnome/gtksourceview/gtksourceview5_5.4.2.bb DEPENDS on or otherwise requires it) gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'gtksourceview5', 'gtk4'] Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-07-05gtksourceview5: upgrade 5.4.1 -> 5.4.2wangmy
News in 5.4.2, 2022-06-12 ------------------------- * Updated languages: c.lang, perl.lang * Updated style-schemes: Adwaita-dark, solarized-light, solarized-dark * Updated translations: Friulian * Gutter renderers are now provided a prelight quark for lines when the pointer is over the gutter. * Hover assistants now avoid synthesized motion which is used much more often in GTK 4 when dealing with crossing-events. * Hover assistants will now dismiss themselves when the cursor moves. * GtkSourceMap has reduced how often it needs to do allocation by ignoring spurious notify::upper and value-changed signals from GtkTextView's vertical GtkAdjustment. * The testsuite has gained some correctness improvements thanks to issues pointed out by Sébastien Wilmet. * The Vim emulation's register implementation is now shared between buffers as it would be expected in Vim. * Snippets have gained some robustness improvements including the ability to simplify results from the snippet parser, more defensive behavior, and being lazier when possible. * Tabbing through focus-positions in snippets will now immediately jump to the new position if scrolling is required instead of animating as it results in better placement of tooltip assistants. * Assistants including completion, hover, and interactive tooltips now reduce how often they request presentation and position calculation from GDK and ultimately display servers such as Wayland. * Completion windows now take the size of the gutter into account when calculating their position relative to the parent GtkWindow so that the typed-text column remains aligned with typed text in the source view. * Completion has gained robustness improvements to do less work when possible and avoid spinning the frame-clock which could happen in certain scenarios. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-06-01unblock some recipes for waylandMarkus Volk
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-25gtksourceview5: Allow wayland or x11Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Andreas Müller <schnitzeltony@gmail.com>
2022-04-25gtksourceview5: upgrade 5.4.0 -> 5.4.1wangmy
News in 5.4.1, 2022-04-21 ------------------------- * Improved styling for style scheme preview widgets * Improved styling and positioning of completion windows * Improved styling for various style schemes * Unit test fixes * Hover assistants will no longer be showed if no providers completed successfully to add widgets * GtkSourceVimIMContext tries to handle various corner cases better with regards to reuse and being removed from an event controller or widget * GtkSourceCompletionCell has improved fast-paths for resetting cells to empty state when already empty * Improved sizing and placement of assistants including hover popovers, interactive tooltips, and completion windows * The overview map has improved it's fallback styling * The overview map will now properly update when the sourceview's right-margin-position changes * Fixes to vala.lang for regex detection * Translation updates Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-31gtksourceview5: upgrade 5.2.0 -> 5.4.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05gtksourceview4: upgrade 4.8.1 -> 4.8.2Andreas Müller
News in 4.8.2, 2021-09-03 ------------------------- * New syntax highlighting definition file for: STAR * Improved syntax highlighting definition file for: YARA, LLVM * GtkSourceMap now avoids animation while scrolling in response to clicks. This should help prevent some hysteresis. * GObject Introspection fixes * Fixed decrement of negative numbers in GtkSourceView * Improvements to style schemes: kate * Fixed build-time macros for version checking in some scenarios * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05gtksourceview5: initial add 5.2.0Andreas Müller
It is a dependency for upcoming gnome-text-editor Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03gtksourceview4: work around dependency deficiencyJoe Slater
Compile in two stages. First, generate gtksourceview-gresources.h, then compile everything else. Adding the dependency is not trivial so we wait for upstream and add a benign workaround. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-06-09gtksourceview4: upgrade 4.6.1 -> 4.8.1Andreas Müller
News in 4.8.1, 2021-03-02 ------------------------- * Fix highlighting in presence of byte-order-marks (BOM) * meson.lang: Update keywords to 0.55.3 syntax * cmake.lang: Update keywords to 3.18.2 syntax * go.lang: make "0i" syntax highlight as integer * Translation updates News in 4.7.90, 2020-08-07 -------------------------- * Bump GTK requirement to 3.24 for gdk_window_move_to_rect() * Use gdk_window_move_to_rect() to more reliably position completion windows * erb.lang: initial support for ERB * javascript.lang, typescript.lang: various correctness and performance improvements. * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-07-28gtksourceview4: upgrade 4.6.0 -> 4.6.1Andreas Müller
News in 4.6.1, 2020-06-26 ------------------------- * Fix various G-I annotations * Improve draw-spaces coloring in solarized-light * javascript.lang: Performance improvements * c.lang: Fixes for #include preprocessor * sql.lang: Language completeness improvements * latex.lang: additional keywords * sh.lang: improved parameter expansion * yara.lang: initial support for YARA * Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-08gtksourceview: remove forgotten filesAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-03gtksourceview4: upgrade 4.4.0 -> 4.6.0Andreas Müller
News in 4.6.0, 2020-03-06 ------------------------- * cpp.lang: add C++20 keywords * commonlisp.lang: add format directives * Translation updates News in 4.5.91, 2020-02-14 -------------------------- * GObject Introspection fixes * Removed use of g_assert() in favor of alternatives in unit tests so distribution unit testing is more reliable * Robustness improvements in internal GtkTextIter movements * Style scheme improvements for recent GTK 3 theme styling changes * Build system improvements to support -Bsymbolic, -Wl,-z,relro, -Wl,-z,now and -Wl,-z,defs * Build improvements for Windows, FreeBSD, and macOS * cmake.lang: track CMake 3.13 changes * kotlin.lang: register *.kts glob extension * gradle.lang: register *.grandle glob extension * php.lang: Large redesigned PHP lang including support for unicode and improved heredoc * sh.lang: Many improvements including various GNU bash extensions * meson.lang: Support for string escape sequences * javascript.lang: Redesign of JavaScript language spec to be more flexible and reusable from other languages which support JS. * jsx.lang: Initial support for JSX * jsdoc.lang: Initial support for JSDoc * objj.lang: Improvements using javascript improvements * asciidoc.lang: Improvements to use more generic markup styling * t2t.lang: Improvements to use more generic markup styling * css.lang: Redesign to be more flexible, support reuse and embedding, and add various new CSS features * scss.lang: Improve integration with css.lang * less.lang: Improve integration with css.lang * ruby.lang: Improvements for string and escape string handling * html.lang: Improvements using embedded languages * go.lang: Improvements for escape sequences * commonlisp.lang: Initial support for Common Lisp * ftl.lang: Initial support for Mozilla's Fluent ftl * Translation updates I'd like to personally thank Jeffery To for the overwhelming amount of work they have put into reviewing and improving both language specs and style schemes this cycle. The number of improvements you see above are largely an example of their quality reviews and improvements! 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-14gtksourceview2: removeAndreas Müller
gedit 2.x was the only recipe using it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-10-28gtksourceview4: upgrade 4.2.0 -> 4.4.0Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-08-16gtksourceview3: upgrade 3.24.10 -> 3.24.11Andreas Müller
* this an improvement and bugfix release [1] * add upstream-version-is-even [1] http://ftp.gnome.org/pub/gnome/sources/gtksourceview/3.24/gtksourceview-3.24.11.news Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06gtksourceview-classic-light: extend to gtksourceview4Andreas Müller
Adds classic-light to gtksourceview4. Classic-light enables dark text on white background when using dark themes. Tested with gedit V3. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-05-06gtksourceview4: initial add 4.2.0Andreas Müller
gedit 3.x will depend on it Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-03-28gtksourceview3: upgrade 3.24.8 -> 3.24.10Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-08-19gtksourceview3: upgrade 3.24.6 -> 3.24.8Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-01-22gtksourceview-classic-light: initial add 1.0Andreas Müller
This theme is helpful when using dark themes as it keeps white background. Tested with: * oe-build gedit based on GTK2 * fedora's gedit based on GTK3 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-22gtksourceview3: initial add 3.24.6Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-04-24gtksourceview2: Fix build with clangKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2017-02-22gtksourceview2: add glib-2.0-native to DEPENDS and unblacklistAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
2017-02-13python-edbus exquisite elementary libeweather unionfs-fuse xfsprogs gmtk ↵Martin Jansa
devilspie2 gnome-backgrounds gnome-desktop gnome-mime-data gtk-engines gtksourceview2 libgnomekbd libidl-native onboard libgpewidget ubi-utils-klibc kexec-tools-klibc gupnp-igd gupnp-tools dvb-apps gstreamer mpd crda netcat-openbsd wireshark gnokii libmbim mosh networkmanager-openvpn libtelepathy dbus-daemon-proxy libdbus-c++ php vala-dbus-binding-tool collectd libgxim pywbem gtkhtml2 fbida fontforge libsexy wayland-fits xstdcmap xf86-video-glamo font-adobe-100dpi font-adobe-utopia-100dpi font-bh-100dpi font-bh-lucidatypewriter-100dpi font-misc-misc crash a2jmidid libsdl2-mixer libsdl-mixer minidlna sylpheed libsdl2-ttf libsdl-ttf ode pidgin postgresql syslog-ng usb-modeswitch xdg-user-dirs gateone python3-cryptography-vectors python3-ndg-httpsclient python-cryptography-vectors python-pbr bundler netdata menulibre openzone xfce4-verve-plugin iperf terminus-font xf86-video-nouveau ipmiutil klibc-utils pmbw multipath-tools gparted, gnome-system-monitor, php, vala-dbus-binding-tool, gtkmathview, lmsensors, postgresql: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html 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-11-23gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURESJackie Huang
gtksourceview2 depends on gtk+ which requires x11 distro feature. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-08-15gtksourceview2: add intltool-native dependencyMartin Jansa
* fixes: | ../gtksourceview-2.10.5/configure: line 12665: syntax error near unexpected token `0.40' | ../gtksourceview-2.10.5/configure: line 12665: `IT_PROG_INTLTOOL(0.40)' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-07-29gtksourceview2: fix build with gcc6Yi Zhao
Fix build error: ../../gtksourceview-2.10.5/gtksourceview/gtksourceprintcompositor.c: In function 'strdup_strftime': ../../gtksourceview-2.10.5/gtksourceview/gtksourceprintcompositor.c:1951:3: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, tm); ^~~~~~ A wrapper for strftime() would compile failed with -Werror=format-nonliteral in newer GCC. See GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438 Since most of the strdup_strftime function code is taken from GLib's g_date_strftime() in gdate.c which already had a fix: https://bugzilla.gnome.org/show_bug.cgi?id=761550 So this patch refers the glib fixes: https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7 https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486 Signed-off-by: Yi Zhao <yi.zhao@windriver.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>
2014-08-11gtksourceview2: add dependency on libxml2Martin Jansa
* fixes floating dependency: gtksourceview2-2.10.5: gtksourceview2 rdepends on libxml2, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20gtksourceview2: inherit only gnomebaseMartin Jansa
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>
2011-09-21gtksourceview2: update to 2.10.5Koen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-09-07gtksourceview: Imported from OE classicJoel A Fernandes
* Added LIC_FILES_CHKSUM * Added virtual/gettext to DEPENDS Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>