From 424d51323a298209576c22b110516eb5fd929f31 Mon Sep 17 00:00:00 2001 From: "jiri.one" Date: Thu, 11 Nov 2021 11:13:45 +0100 Subject: [PATCH] version 0.4.0, whis is first which will be pubslihed like FlatPak (changes are minimal, only because of FlatPak runtimes) --- README.md | 4 ++++ easydict_gtk/ui/easydict.glade | 3 ++- poetry.lock | 2 +- pyproject.toml | 4 ++-- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2cb7659..d612ce9 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ Because, the app is writen in Python, you can simply install from PyPi: `pip install easydict-gtk` and run it with: `easydict-gtk` +The second option to install easydict-gtk is to use Flatpak: +`flatpak install org.flatpak.easydict-gtk` +and run it with: +`flatpak run org.flatpak.easydict-gtk` Dependencies: --- diff --git a/easydict_gtk/ui/easydict.glade b/easydict_gtk/ui/easydict.glade index 07bf2b4..85b3254 100644 --- a/easydict_gtk/ui/easydict.glade +++ b/easydict_gtk/ui/easydict.glade @@ -7,6 +7,7 @@ False True normal + True EasyDict 0.2 The program itself is distributed under the GPL 3.0, but the dictionary data is governed by the license listed on the website http://svobodneslovniky.cz, which is GNU/FDL. @@ -50,6 +51,7 @@ 300 True normal + True False @@ -193,7 +195,6 @@ mouse 360 640 - True north-east diff --git a/poetry.lock b/poetry.lock index 03f7fdc..1a0ad33 100644 --- a/poetry.lock +++ b/poetry.lock @@ -36,7 +36,7 @@ python-versions = ">=3.5,<4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "c58ea2ecb493be459caeec1540bd928283f14c23bfe5739fd88d32d69a2fda49" +content-hash = "c03aabf1039a7c92d653ca447fbb6234bdfa63a1349f9612b7cc42fb01ea5572" [metadata.files] orjson = [ diff --git a/pyproject.toml b/pyproject.toml index 68f0295..5771ce2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "easydict-gtk" -version = "0.3.9" +version = "0.4.0" description = "The first open source translator which is completely open with dictionary data too." authors = ["jiri.one "] license = "GPL-3.0-only" @@ -10,7 +10,7 @@ exclude = ["easydict_gtk/garbage"] [tool.poetry.dependencies] python = "^3.8" -PyGObject = "^3.42.0" +PyGObject = "^3.38.0" pycairo = "^1.20.1" tinydb = "^4.5.2" orjson = "^3.6.4"