Merge pull request #10019 from ayhanyalcinsoy/master
Qogir:v.bump to 2021.12.25
This commit is contained in:
@@ -10,13 +10,8 @@ from pisi.actionsapi import autotools
|
|||||||
from pisi.actionsapi import pisitools
|
from pisi.actionsapi import pisitools
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
shelltools.cd("src")
|
pisitools.dodir ("/usr/share/themes")
|
||||||
pisitools.dodir ("/usr/share/themes/Qogir")
|
shelltools.system("./install.sh --theme default --tweaks image square round --dest '%s/usr/share/themes'" % get.installDIR())
|
||||||
|
|
||||||
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.dodoc ("AUTHORS", "COPYING")
|
pisitools.dodoc ("AUTHORS", "COPYING")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
<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>
|
<License>GPL-3.0</License>
|
||||||
<ISA>data</ISA>
|
<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>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>gtk-theme-Qogir</Name>
|
<Name>gtk-theme-Qogir</Name>
|
||||||
<RuntimeDependencies>
|
|
||||||
<Dependency>gtk2-engines-murrine</Dependency>
|
|
||||||
</RuntimeDependencies>
|
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="data">/usr/share/themes/Qogir</Path>
|
<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>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="1">
|
||||||
<Date>2019-01-31</Date>
|
<Date>2019-01-31</Date>
|
||||||
<Version>2018.11.12</Version>
|
<Version>2018.11.12</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user