[EGIT] [enlightenment] 01/01: Updating french translation

2023-03-23 Thread Enlightenment Git

This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository enlightenment.


View the commit online.
commit 36236e6e4660bb59ff35eea6f951711582575987
Author: Massimo Maiurana 
AuthorDate: Thu Mar 23 19:04:10 2023 +0100

Updating french translation
---
 po/fr.po | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/po/fr.po b/po/fr.po
index ef049716e..81c18fed8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -19,7 +19,7 @@ msgstr ""
 "Project-Id-Version: enlightenment\n"
 "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n"
 "POT-Creation-Date: 2022-06-15 19:38+0200\n"
-"PO-Revision-Date: 2023-03-12 13:34+0100\n"
+"PO-Revision-Date: 2023-03-19 08:47+0100\n"
 "Last-Translator: Philippe Jean Guillaumie \n"
 "Language-Team: French\n"
 "Language: fr\n"
@@ -4882,7 +4882,7 @@ msgstr "Exécution"
 
 #: src/modules/conf_applications/e_int_config_deskenv.c:140
 msgid "Only launch single instances"
-msgstr "Ne lancer que des instances uniques"
+msgstr "Instance unique pour les applications"
 
 #: src/modules/conf_applications/e_int_config_deskenv.c:148
 msgid "X11 Basics"
@@ -4910,7 +4910,7 @@ msgstr "Lancer les services de KDE à l'ouverture de session"
 
 #: src/modules/conf_applications/e_int_config_deskenv.c:168
 msgid "Show applications only for Environment"
-msgstr "Afficher seulement pour l'environnement"
+msgstr "Afficher les applications pour l'environnement..."
 
 #: src/modules/conf_applications/e_int_config_deskenv.c:170
 #: src/modules/conf_bindings/e_int_config_mousebindings.c:324
@@ -6488,7 +6488,7 @@ msgstr "Actions liées au capot"
 #: src/modules/conf_shelves/e_int_config_shelf.c:129
 #, c-format
 msgid "Configured Shelves: Display %d"
-msgstr "Rayons configurés : écran %d"
+msgstr "Rayon(s) configuré(s) : écran %d"
 
 #: src/modules/conf_shelves/e_int_config_shelf.c:393
 #, c-format


-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.





Re: [E-devel] Python-EFL 1.26.0 release

2023-03-23 Thread Simon Lees

Hi Davide,

Would you mind spinning out a 1.26.1 release that's generated with the 
latest cython, the generated files in the tarball aren't compatible with 
python 3.11, there are a bunch of errors such as.


[  779s] efl/eo/efl.eo.c: In function ‘__Pyx_PyErr_GetTopmostException’:
[  779s] efl/eo/efl.eo.c:7417:21: error: ‘_PyErr_StackItem’ {aka ‘struct 
_err_stackitem’} has no member named ‘exc_type’
[  779s]  7417 | while ((exc_info->exc_type == NULL || 
exc_info->exc_type == Py_None) &&

[  779s]   | ^~

Full log here 
https://build.opensuse.org/package/live_build_log/home:StevenK:branches:X11:Enlightenment:Factory/python-efl/openSUSE_Tumbleweed/x86_64


There was also a cython bug report at 
https://github.com/cython/cython/issues/4500


If you need me to test a package before you publish it, let me know 
thats pretty easy for me to do.


Thanks

Simon

On 2/28/22 06:02, Davide Andreoli wrote:

= Python-EFL 1.26.0 release=
We are pleased to announce that **Python-EFL** 1.26.0 is now released and
available for download.

== Download ==
http://download.enlightenment.org/rel/bindings/python/python-efl
-1.26.0.tar.xz

http://download.enlightenment.org/rel/bindings/python/python-efl
-1.26.0.tar.xz.sha256


To install unzip the tarball and run:
```
python setup.py build
sudo python setup.py install
```

For convenience the tarballs contain both the Cython sources and generated
intermediary C sources, meaning you **do not** need Cython to compile the
bindings. Full cython sources are also publicly accessible from our git
repository at:
https://git.enlightenment.org/bindings/python/python-efl.git/

More information about the python bindings can be found at:
https://phab.enlightenment.org/w/projects/python_bindings_for_efl/

---

= What's New =

As always new features of EFL have been ported and the usual has been done
in fixing bugs, optimizing speed and improving documentation.  (see
**ChangeLog** in the tarball for the full list of changes)

---

= Building and Dependencies =

If you have existing Python-EFL installed you may wish to uninstall them
before compiling and installing to avoid possible conflicts during install
and/or runtime.

To build the bindings you will need the following libraries:
* python (Python 2.7+/3.2+)
* efl (1.26)
* python-dbus (0.83+)
* python-setuptools
* python-packaging

If you wish to compile using the Cython sources a required dependency is:
* cython (0.28+)


To install the bindings run:

   (sudo) python setup.py install

or:
   (sudo) python3 setup.py install

To generate the documentation locally you need:
* sphinx (1.1+)
* graphviz (optional)

To build the documentation:

   python setup.py build_doc

For more information on available build options see:

   python setup.py --help

---

= Projects using Python-EFL =
  **EpyMC** - Media Center | https://github.com/DaveMDS/epymc
  **Espionage** - D-Bus inspector |
https://phab.enlightenment.org/w/projects/espionage/
  **Epour** - BitTorrent Client |
https://phab.enlightenment.org/w/projects/epour/
  **Econnman** - Connman GUI |
https://phab.enlightenment.org/w/projects/econnman/
  **Eluminance** - Fast photo browser | https://github.com/DaveMDS/eluminance
  **Egitu** - Git User Interface | https://github.com/DaveMDS/egitu
  **Edone** - GettingThingsDone  | https://github.com/DaveMDS/edone
  **Lekha** - PDF viewer | https://github.com/kaihu/lekha
  **Epack** - Archive extractor | https://github.com/wfx/epack

... and many more that cannot fit in this short list.

___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Simon Lees (Simotek)http://simotek.net

Emergency Update Team   keybase.io/simotek
SUSE Linux   Adelaide Australia, UTC+10:30
GPG Fingerprint: 5B87 DB9D 88DC F606 E489 CEC5 0922 C246 02F0 014B


OpenPGP_signature
Description: OpenPGP digital signature
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel