Fix issue with gi dependency
This commit is contained in:
parent
0a4590c400
commit
84c6e2fb50
|
@ -13,7 +13,7 @@ Read more about Safe Eyes on [WEB UPD8](http://www.webupd8.org/):
|
|||
|
||||
2: Download the package list: `sudo apt update`
|
||||
|
||||
3: Install Safe Eyes: `sudo apt install safeeyes`
|
||||
3: Install Safe Eyes: `sudo apt install safeeyes=1.1.8-1`
|
||||
|
||||
4: Start Safe Eyes from start menu.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
safeeyes (1.2.0a7-1) xenial; urgency=low
|
||||
safeeyes (1.2.0a7-3) xenial; urgency=low
|
||||
|
||||
* Move to Python 3
|
||||
|
||||
|
|
|
@ -2,14 +2,14 @@ Source: safeeyes
|
|||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Gobinath Loganathan <slgobinath@gmail.com>
|
||||
Build-Depends: debhelper (>= 9), python3
|
||||
Build-Depends: debhelper (>= 9), python3, python3-setuptools
|
||||
Standards-Version: 3.9.6
|
||||
X-Python3-Version: >= 3.4
|
||||
Homepage: https://github.com/slgobinath/SafeEyes/
|
||||
|
||||
Package: safeeyes
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-gi, python3-dbus, gir1.2-notify-0.7, python3-babel, xprintidle, python3-pyaudio, python3-psutil
|
||||
Depends: ${misc:Depends}, ${python3:Depends}, gir1.2-appindicator3-0.1, python3 (>= 3.4.0), python3-xlib, python3-dbus, gir1.2-notify-0.7, python3-babel, xprintidle, python3-pyaudio, python3-psutil
|
||||
Description: Safe Eyes
|
||||
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.
|
||||
.
|
||||
|
|
Loading…
Reference in New Issue