kvantum.
This commit is contained in:
@@ -4,20 +4,17 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import pisitools, qt5, get
|
||||
|
||||
WorkDir = "Kvantum-%s/Kvantum" % get.srcVERSION()
|
||||
|
||||
def setup():
|
||||
shelltools.cd("Kvantum")
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
shelltools.cd("Kvantum")
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("Kvantum")
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("ChangeLog", "COPYING", "NEWS", "README*")
|
||||
pisitools.dodoc("ChangeLog")
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<PartOf>desktop.lookandfeel</PartOf>
|
||||
<Summary>Kvantum is an SVG-based theme engine for Qt4/Qt5, KDE and LXQt.</Summary>
|
||||
<Description>Kvantum Qt4 / Qt5, KDE ve LXQt için SVG tabanlı bir tema motorudur.</Description>
|
||||
<Archive sha1sum="6c197d009d599f588af03d23b10f146c657a30f8" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V0.20.2/Kvantum-0.20.2.tar.xz</Archive>
|
||||
<Archive sha1sum="e6b8cac417de200cee4103293021fa3e035a82d9" type="tarxz">https://github.com/tsujan/Kvantum/releases/download/V1.0.2/Kvantum-1.0.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
@@ -47,6 +47,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-06-15</Date>
|
||||
<Version>1.0.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-09-19</Date>
|
||||
<Version>0.20.2</Version>
|
||||
|
||||
Reference in New Issue
Block a user