mlkstyle.

This commit is contained in:
4fury-c3440d8
2022-11-10 09:59:45 +03:00
parent af89c14f5f
commit dfc843088c
2 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ def setup():
autotools.rawConfigure("--prefix=/usr")
def build():
autotools.make()
shelltools.system("ninja -C build")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
shelltools.system("DESTDIR=%s ninja -C build install" % get.installDIR())
+10 -2
View File
@@ -13,10 +13,11 @@
<PartOf>desktop.toolkit.mlk</PartOf>
<Summary>mlk style editor.</Summary>
<Description>mlk widget style editor.</Description>
<Archive sha1sum="703a1af578d2e95392084836b571a7df5d9dcf84" type="tarbz2">
https://gitlab.com/azelpg/mlkstyle/-/archive/v1.0.4/mlkstyle-v1.0.4.tar.bz2
<Archive sha1sum="4db97985321641fbc6b6872b69228f73e2d62249" type="tarbz2">
https://gitlab.com/azelpg/mlkstyle/-/archive/v1.0.5/mlkstyle-v1.0.5.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>ninja</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>check-devel</Dependency>
<Dependency>libpng-devel</Dependency>
@@ -47,6 +48,13 @@
</Package>
<History>
<Update release="3">
<Date>2022-11-10</Date>
<Version>1.0.5</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="2">
<Date>2021-12-11</Date>
<Version>1.0.4</Version>