indicator-doom-cpu: replace libappindicator with libayatana-appindicator
This commit is contained in:
parent
486ef130d1
commit
bb498220e1
|
@ -0,0 +1,13 @@
|
||||||
|
diff --git a/indicator-doom-cpu b/indicator-doom-cpu
|
||||||
|
index a1528e3..c4ff4d2 100755
|
||||||
|
--- a/indicator-doom-cpu
|
||||||
|
+++ b/indicator-doom-cpu
|
||||||
|
@@ -27,7 +27,7 @@ import time
|
||||||
|
from gi.repository import Gtk, GObject, GdkPixbuf
|
||||||
|
|
||||||
|
try:
|
||||||
|
- from gi.repository import AppIndicator3 as AppIndicator
|
||||||
|
+ from gi.repository import AyatanaAppIndicator3 as AppIndicator
|
||||||
|
appindicator_imported = True
|
||||||
|
except ImportError:
|
||||||
|
appindicator_imported = False
|
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'indicator-doom-cpu'
|
# Template file for 'indicator-doom-cpu'
|
||||||
pkgname=indicator-doom-cpu
|
pkgname=indicator-doom-cpu
|
||||||
version=1.0.1
|
version=1.0.1
|
||||||
revision=3
|
revision=4
|
||||||
depends="python3-gobject gtk+3 libappindicator"
|
depends="python3-gobject gtk+3 libayatana-appindicator"
|
||||||
short_desc="CPU load indicator showing the dying face from the video game DOOM"
|
short_desc="CPU load indicator showing the dying face from the video game DOOM"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-3.0-only"
|
license="GPL-3.0-only"
|
||||||
|
|
Loading…
Reference in New Issue