Merge pull request #10019 from ayhanyalcinsoy/master

Qogir:v.bump to 2021.12.25
This commit is contained in:
2022-01-22 18:38:34 +03:00
committed by GitHub
2 changed files with 16 additions and 12 deletions
@@ -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")
+14 -5
View File
@@ -12,21 +12,30 @@
<Description>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.</Description>
<License>GPL-3.0</License>
<ISA>data</ISA>
<Archive sha1sum="ddebf625c73c7a0f99fe529d377dc0ab5adde758" type="targz">https://github.com/vinceliuice/Qogir-theme/archive/2018-11-12.tar.gz</Archive>
<Archive sha1sum="82994738e7b01db453d7e56f354fe671e3205420" type="targz">https://github.com/vinceliuice/Qogir-theme/archive/refs/tags/2021-12-25.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnome-shell</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gtk-theme-Qogir</Name>
<RuntimeDependencies>
<Dependency>gtk2-engines-murrine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/themes/Qogir</Path>
<Path fileType="data">/usr/share/themes/Qogir-dark</Path>
<Path fileType="data">/usr/share/themes/Qogir-light</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
</Package>
<History>
<Update release="1">
<Date>2022-01-22</Date>
<Version>2021.12.25</Version>
<Comment>version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2019-01-31</Date>
<Version>2018.11.12</Version>