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 b9f2d8d26b54a5e2b82b0e9f6efdfa72d1a39c76 Mon Sep 17 00:00:00 2001 +From: Fabio Forni +Date: Mon, 23 Aug 2021 21:17:58 +0200 +Subject: [PATCH] Use AyatanaAppIndicator + +--- + polychromatic-tray-applet | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/polychromatic-tray-applet b/polychromatic-tray-applet +index f66c0cb..cb3fa1f 100755 +--- a/polychromatic-tray-applet ++++ b/polychromatic-tray-applet +@@ -21,8 +21,8 @@ + import gi + gi.require_version('Gtk', '3.0') + gi.require_version('Gdk', '3.0') +-gi.require_version('AppIndicator3', '0.1') +-from gi.repository import Gtk, Gdk, AppIndicator3 as appindicator ++gi.require_version('AyatanaAppIndicator3', '0.1') ++from gi.repository import Gtk, Gdk, AyatanaAppIndicator3 as appindicator + import argparse + import collections + import os +-- +2.32.0 + diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,25 +1,26 @@ name : polychromatic version : 0.3.12 -release : 17 +release : 18 source : - https://github.com/polychromatic/polychromatic/archive/v0.3.12.tar.gz : 1ee4e64f713851e62100931f2f76c9cfd73b44aa7eefbcd4e2fad92cc9a1c638 license : GPL-3.0-or-later component : system.utils networking : yes summary : Graphical front end and tray applet for configuring Razer peripherals - on GNU/Linux description: | - A front-end for customising the functionality of your Razer perpherials under GNU/Linux. + A front-end for customising the functionality of your Razer perpherials. builddeps : - nodejs rundeps : - imagemagick - - libappindicator + - libayatana-appindicator - libwebkit-gtk - openrazer-current - python-gobject - python-setproctitle - python-requests +setup : | + %patch -p1 < $pkgfiles/0001-Use-AyatanaAppIndicator.patch build : | npm install less install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,20 +2,20 @@ polychromatic - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me GPL-3.0-or-later system.utils - Graphical front end and tray applet for configuring Razer peripherals on GNU/Linux - A front-end for customising the functionality of your Razer perpherials under GNU/Linux. + Graphical front end and tray applet for configuring Razer peripherals + A front-end for customising the functionality of your Razer perpherials. https://getsol.us/sources/README.Solus polychromatic - Graphical front end and tray applet for configuring Razer peripherals on GNU/Linux - A front-end for customising the functionality of your Razer perpherials under GNU/Linux. + Graphical front end and tray applet for configuring Razer peripherals + A front-end for customising the functionality of your Razer perpherials. system.utils @@ -132,12 +132,12 @@ - - 2021-08-10 + + 2021-08-23 0.3.12 Packaging update - Joey Riches - josephriches@gmail.com + Fabio Forni + livingsilver94.solus@redaril.me \ No newline at end of file