Hi,
I'm afraid we need to remove the Webkit-related plugins (Webhelper,
Markdown Preview) from the Windows installer.
This is because Webkit itself is going to be removed from MSYS2:
https://github.com/Alexpux/MINGW-packages/issues/4318
For the upcoming release we could ship the previous version of Webkit
along with the locally cached old version of ICU (i.e. we will ship ICU
61 *and* 62 in the installer).
But I personally would prefer removing the plugins from the Windows
installer immediately for the reasons mentioned in
https://github.com/Alexpux/MINGW-packages/issues/4318#issuecomment-436443226
and to prevent us from shipping two ICU versions which bloats the
Windows installer even more.
If there are no objections, I will remove all Webkit-related settings
from the Windows installer next week.
Regards,
Enrico
Hi translators, developers and friends of Geany!
As Geany is getting a new major release, the Geany-Plugins are getting
too -- 1.38 will be released soon. It's been a while.
In preparation I have updated the po-files for Geany-Plugins at github
and asking you whether you could update translations, review them or
maybe add new languages.
As on Geany core, I'd be very happy if you could send a patch, a pull
request or single file with translation to either the geany-i18n mailing
list or direct to me within roughly the next two weeks so we can include
it to the next release. Deadline will be also 2021-10-08 24:00h CEST.
Let's make it the most complete translated release ever done for the
plugins!
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany-plugins
This can be done e.g. with
git clone https://github.com/geany/geany-plugins.git
Also at https://i18n.geany.org/plugins/ are statistics and daily updated
files available.
If you have any questions, don't hesitate to ping me directly via
Jabber/XMPP: frlan(a)jabber.ccc.de
Matrix: @frlan:mtxsrv.org
or via Mail: look above or some of the mailing lists.
Happy translating!
Cheers,
Frank
_______________________________________________
I18n mailing list
I18n(a)lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/i18n
Dear translators and friends of Geany,
After nearly another year we are on the final road to Geany 1.38. I hope
you are all well!
In preparation (and as always) I've just updated po-files for Geany core
project inside github repositories and asking you whether you could
update translations, review them or maybe add new languages.
I'd be very happy if you could send a patch, a pull request or single
file with translation to either the geany-i18n mailing list or direct
to me within the next two weeks so we can include it to the next
release. Deadline will be 2021-10-08 24:00h CET. This gives us about two
weeks time to improve translations \o/
To get most recent files you could just clone the repositories from
Geany: https://github.com/geany/geany
This can be done e.g. with
git clone https://github.com/geany/geany.git
You can find daily updated po files at
https://www.geany.org/contribute/translation/statistics/ too, which
includes some statistics.
If your language was translated by two or more in past, please double
check directly with them or by pinging me, so we don't need to
translate same things two or three times. Also please feel to ping me
for every question or if you like to start a new translation for an
unsupported language.
If you have any questions, don't hesitate to ping me directly via
Jabber/XMPP: frlan(a)jabber.ccc.de
Riot/Matrix: @frlan:mtxsrv.org
or via Mail: look above or some of the mailing lists. ;)
Thanks and happy translating
Frank
_______________________________________________
I18n mailing list
I18n(a)lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/i18n
The slow loading of projects in geany 1.37.1 and the missing plugins
installer for 1.37.1 has prevented me from upgrading, and a bug that
may be related to file dialogs, has prompted me to try building geany
from source.
I have been following the instructions on the wiki page "Build Geany
on Windows (using MSYS2)" at https://wiki.geany.org/howtos/win32/msys2
to set up and build on a Windows 10 Pro laptop with Msys2 and Mingw64
installed. I have used msys2/mingw64 for several years and cygwin for
many years, as well as several *nix systems in the past.
In the "GTK+3 compilation" section, it appears that the required msys2
package list has evolved since the wiki page was last updated about 6
years ago. When I try to run "autoconfig.sh" to build ./configure, the
following lines in "configure.ac":
# GTK/GLib/GIO checks
gtk_modules="gtk+-3.0 >= 3.0 glib-2.0 >= 2.32"
gtk_modules_private="gio-2.0 >= 2.32 gmodule-no-export-2.0"
PKG_CHECK_MODULES([GTK], [$gtk_modules $gtk_modules_private])
appear to cause a failure about missing packages. I could not find a
"gmodule-no-export" package.
Can someone suggest how to correct this snippet of code in the wiki
page to work now, or how to make a modified version of
"cross-build-mingw.sh" which will work for buildinig on mingw on a
Windows machine.
Thanks,
Doug
--
Doug Henderson, Calgary, Alberta, Canada - from gmail.com