Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11049837
D11712.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D11712.diff
View Options
diff --git a/files/0001-Use-AyatanaAppIndicator.patch b/files/0001-Use-AyatanaAppIndicator.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-Use-AyatanaAppIndicator.patch
@@ -0,0 +1,27 @@
+From 970c02329c7b322dfff878a41ab9e830ebb67427 Mon Sep 17 00:00:00 2001
+From: Fabio Forni <livingsilver94.solus@redaril.me>
+Date: Fri, 20 Aug 2021 22:59:01 +0200
+Subject: [PATCH] Use AyatanaAppIndicator
+
+---
+ safeeyes/plugins/trayicon/plugin.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/safeeyes/plugins/trayicon/plugin.py b/safeeyes/plugins/trayicon/plugin.py
+index 1461133..64b9191 100644
+--- a/safeeyes/plugins/trayicon/plugin.py
++++ b/safeeyes/plugins/trayicon/plugin.py
+@@ -19,8 +19,8 @@
+ import datetime
+ import gi
+ gi.require_version('Gtk', '3.0')
+-gi.require_version('AppIndicator3', '0.1')
+-from gi.repository import AppIndicator3 as appindicator
++gi.require_version('AyatanaAppIndicator3', '0.1')
++from gi.repository import AyatanaAppIndicator3 as appindicator
+ from gi.repository import Gtk
+ import logging
+ from safeeyes import utility
+--
+2.32.0
+
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,6 +1,6 @@
name : safeeyes
version : 2.1.3
-release : 7
+release : 8
source :
- https://github.com/slgobinath/SafeEyes/archive/v2.1.3.tar.gz : 4406830c28607f6ca8c27c665c0a5c2541e13d6e751b4aa39a789db015eccfe2
homepage : http://slgobinath.github.io/SafeEyes/
@@ -10,7 +10,7 @@
description: |
Protect your eyes from eye strain using this simple and beautiful, yet extensible break reminder.
rundeps :
- - libappindicator
+ - libayatana-appindicator
- python-babel
- python-croniter
- python-gobject
@@ -19,6 +19,7 @@
- xprintidle
- xprop
build : |
+ %patch -p1 < $pkgfiles/0001-Use-AyatanaAppIndicator.patch
%python3_setup
install : |
%python3_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>safeeyes</Name>
<Homepage>http://slgobinath.github.io/SafeEyes/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>desktop</PartOf>
@@ -211,12 +211,12 @@
</Files>
</Package>
<History>
- <Update release="7">
- <Date>2021-07-29</Date>
+ <Update release="8">
+ <Date>2021-08-20</Date>
<Version>2.1.3</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Fabio Forni</Name>
+ <Email>livingsilver94.solus@redaril.me</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 11, 6:30 PM (2 h, 24 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800876
Default Alt Text
D11712.diff (2 KB)
Attached To
Mode
D11712: Use libayatana-appindicator in safeeyes
Attached
Detach File
Event Timeline
Log In to Comment