tageditor: qtutilities-6.6.0
This commit is contained in:
@@ -16,16 +16,14 @@ j = ''.join([
|
||||
])
|
||||
|
||||
def setup():
|
||||
shelltools.makedirs("build")
|
||||
shelltools.cd("build")
|
||||
cmaketools.configure(j, sourceDir = '..')
|
||||
cmaketools.configure("-B_build %s" % j)
|
||||
|
||||
def build():
|
||||
shelltools.cd("build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.make()
|
||||
|
||||
def install():
|
||||
shelltools.cd("build")
|
||||
shelltools.cd("_build")
|
||||
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("../LICENSE", "../README.md")
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Summary>
|
||||
<Description> Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models.</Description>
|
||||
<Archive sha1sum="7b1e28e49adb54deb6454f6768aa4e48a20ce241" type="targz">
|
||||
https://github.com/Martchus/qtutilities/archive/refs/tags/v6.5.3.tar.gz
|
||||
<Archive sha1sum="4c8e35dd074a858b68ad1f77c84b1fe3048b0039" type="targz">
|
||||
https://github.com/Martchus/qtutilities/archive/refs/tags/v6.6.0.tar.gz
|
||||
</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>cmake</Dependency>
|
||||
@@ -53,6 +53,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2022-04-14</Date>
|
||||
<Version>6.6.0</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2022-01-18</Date>
|
||||
<Version>6.5.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user