Skip to content

Commit f635dd0

Browse files
Merge pull request slgobinath#605 from slgobinath/master
add v2.2.1 to releases
2 parents 4450649 + c8194d8 commit f635dd0

File tree

55 files changed

+490
-721
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+490
-721
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install build
25-
pip install wheel
24+
pip install build wheel
2625
2726
- name: Get Current Version
2827
run: |
@@ -50,7 +49,7 @@ jobs:
5049
token: ${{ secrets.GH_API_SECRET }}
5150

5251
- name: Build Python Package
53-
run: rm -Rf build *.egg-info/ && python3 setup.py sdist bdist_wheel
52+
run: rm -rf build *.egg-info/ && python3 -m build
5453

5554
- name: Publish to PyPi
5655
uses: pypa/[email protected]

.reuse/dep5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: SafeEyes
3+
Upstream-Contact: Gobinath Loganathan <[email protected]>
4+
Source: https://slgobinath.github.io/SafeEyes/
5+
6+
Files: *
7+
Copyright: 2016-2024, Gobinath Loganathan <[email protected]>
8+
2019, Jorge Maldonado Ventura
9+
2016-2024, Multiple Authors
10+
License: GPL-3.0+

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

LICENSES/GPL-3.0-or-later.txt

Lines changed: 232 additions & 0 deletions
Large diffs are not rendered by default.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include LICENSE
1+
include LICENSES/GPL-3.0-or-later.txt
22
include README.md

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img src="safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
1+
<img src="https://raw.githubusercontent.com/slgobinath/SafeEyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
22

33
# Safe Eyes
44

@@ -48,7 +48,7 @@ It is also available in Ubuntu PPA, Arch AUR, Gentoo and Python PyPI. You can ch
4848

4949
### Ubuntu, Linux Mint and other Ubuntu Derivatives
5050

51-
The official Safe Eyes PPA hosts the latest version of safeeyes for Ubuntu 22.04 and above. On older versions of Ubuntu, an older version of Safe Eyes is available on the official repositories.
51+
The [Official PPA for Safe Eyes](https://launchpad.net/~safeeyes-team/+archive/ubuntu/safeeyes) hosts the latest version of safeeyes for Ubuntu 22.04 and above. On older versions of Ubuntu, an older version of Safe Eyes is available on the official repositories.
5252

5353
```bash
5454
sudo add-apt-repository ppa:safeeyes-team/safeeyes

debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
safeeyes (2.2.1) jammy; urgency=medium
2+
3+
* Make limit consecutive skips to default
4+
5+
* Add list of contributors to About page
6+
7+
-- Archisman Panigrahi <[email protected]> Sun, 14 Jul 2024 16:15:54 -0400
8+
19
safeeyes (2.2.0) jammy; urgency=medium
210

311
* Limit consecutive skips

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: https://github.com/slgobinath/SafeEyes/
99

1010
Package: safeeyes
1111
Architecture: all
12-
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-ayatanaappindicator3-0.1, python3 (>= 3.10.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter
12+
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-ayatanaappindicator3-0.1, python3 (>= 3.10.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, x11-utils, xprintidle, alsa-utils, python3-psutil, python3-croniter, python3-packaging
1313
Description: Safe Eyes
1414
Safe Eyes is a simple tool to remind you to take periodic breaks for your eyes. This is essential for anyone spending more time on the computer to avoid eye strain and other physical problems.
1515
.

safeeyes/config/locale/ar/LC_MESSAGES/safeeyes.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ msgstr "الوصف"
107107
msgid "License"
108108
msgstr "الرخصة"
109109

110+
# About dialog
111+
msgid "List of Contributors"
112+
msgstr ""
113+
110114
# Break screen
111115
msgid "Skip"
112116
msgstr "تجاوز"

safeeyes/config/locale/bg/LC_MESSAGES/safeeyes.po

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ msgstr ""
106106
msgid "License"
107107
msgstr "Лиценз"
108108

109+
# About dialog
110+
msgid "List of Contributors"
111+
msgstr ""
112+
109113
# Break screen
110114
msgid "Skip"
111115
msgstr "Пропускане"

0 commit comments

Comments
 (0)