diff --git a/desktop/lookandfeel/gtk-theme-Qogir/actions.py b/desktop/lookandfeel/gtk-theme-Qogir/actions.py
index 573a0658bf..d1b53f13cc 100644
--- a/desktop/lookandfeel/gtk-theme-Qogir/actions.py
+++ b/desktop/lookandfeel/gtk-theme-Qogir/actions.py
@@ -10,13 +10,8 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
def install():
- shelltools.cd("src")
- pisitools.dodir ("/usr/share/themes/Qogir")
-
- for subtheme in ["gtk-2.0", "gtk-3.0", "metacity-1", "xfwm4", "cinnamon", "gnome-shell", "plank"]:
- pisitools.insinto ("/usr/share/themes/Qogir", subtheme)
-
- shelltools.cd("..")
+ pisitools.dodir ("/usr/share/themes")
+ shelltools.system("./install.sh --theme default --tweaks image square round --dest '%s/usr/share/themes'" % get.installDIR())
pisitools.dodoc ("AUTHORS", "COPYING")
diff --git a/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml b/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml
index 4f92e50c4d..635ab76be3 100644
--- a/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml
+++ b/desktop/lookandfeel/gtk-theme-Qogir/pspec.xml
@@ -12,21 +12,30 @@
Qogir is a flat Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Unity, Budgie, Cinnamon Pantheon, XFCE, Mate, etc.
GPL-3.0
data
- https://github.com/vinceliuice/Qogir-theme/archive/2018-11-12.tar.gz
+ https://github.com/vinceliuice/Qogir-theme/archive/refs/tags/2021-12-25.tar.gz
+
+ gnome-shell
+
gtk-theme-Qogir
-
- gtk2-engines-murrine
-
/usr/share/themes/Qogir
+ /usr/share/themes/Qogir-dark
+ /usr/share/themes/Qogir-light
/usr/share/doc
-
+
+
+ 2022-01-22
+ 2021.12.25
+ version bump
+ Ayhan Yalçınsoy
+ ayhanyalcinsoy@pisilinux.org
+
2019-01-31
2018.11.12