gromit-mpx.

This commit is contained in:
4fury-c3440d8
2022-02-05 13:22:57 +03:00
parent 7a110d39c1
commit 6bd5b77e47
2 changed files with 10 additions and 5 deletions
+1 -3
View File
@@ -10,9 +10,7 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_INSTALL_SYSCONFDIR=/etc -L", sourceDir = '..')
cmaketools.configure("-Bbuild -DCMAKE_INSTALL_SYSCONFDIR=/etc -L")
def build():
shelltools.cd("build")
+9 -2
View File
@@ -15,8 +15,8 @@
<Description>
It enables graphical annotations with several pointers at once and is A LOT faster than its predecessor since it uses the XCOMPOSITE extension where available.
</Description>
<Archive sha1sum="0374a738652d83f5566ce7bae22931e361a4bb20" type="targz">
https://github.com/bk138/gromit-mpx/archive/1.4.tar.gz
<Archive sha1sum="d39edd12725f53a75048897b14bc6fad989d9b65" type="targz">
https://github.com/bk138/gromit-mpx/archive/refs/tags/1.4.1.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-02-05</Date>
<Version>1.4.1</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="1">
<Date>2020-12-26</Date>
<Version>1.4</Version>