accounts-qml-module rebuild
This commit is contained in:
@@ -5,15 +5,24 @@
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import qt6, autotools, get
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
# qt6.configure()
|
||||
shelltools.system("mkdir build")
|
||||
shelltools.cd("build")
|
||||
shelltools.system("qmake6-qt6 ../accounts-qml-module.pro PREFIX=/usr")
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
# qt6.make()
|
||||
shelltools.cd("build")
|
||||
# shelltools.system("qmake6-qt6 make")
|
||||
autotools.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
shelltools.cd("build")
|
||||
autotools.rawInstall("INSTALL_ROOT=%s" % get.installDIR())
|
||||
# qt6.install()
|
||||
shelltools.cd("..")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
|
||||
@@ -12,17 +12,18 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Expose the Online Accounts API to QML applications</Summary>
|
||||
<Description>Expose the Online Accounts API to QML applications</Description>
|
||||
<Archive sha1sum="bb99ab9922ccf849fc7009ebef9f47559f443576" type="targz">https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/VERSION_0.7/accounts-qml-module-VERSION_0.7.tar.gz</Archive>
|
||||
<Archive sha1sum="ec836b9262011de11b9acd09827fc7db81b29e56" type="tarbz2">https://gitlab.com/accounts-sso/accounts-qml-module/-/archive/05e79ebbbf3784a87f72b7be571070125c10dfe3/accounts-qml-module-05e79ebbbf3784a87f72b7be571070125c10dfe3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>signond-devel</Dependency>
|
||||
<!--Dependency>libaccounts-qt5-devel</Dependency-->
|
||||
<Dependency versionFrom="5.14.2">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt5-assistant-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt5-declarative-devel</Dependency>
|
||||
<Dependency>libaccounts-qt6-devel</Dependency>
|
||||
<Dependency>signond-qt6-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt6-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt6-assistant-devel</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt6-declarative-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>Build-add-qmltypes-file-to-repository.patch</Patch>
|
||||
<Patch level="1">Fix-compilation-with-Qt-5.13.patch</Patch>
|
||||
<!-- <Patch>Build-add-qmltypes-file-to-repository.patch</Patch> -->
|
||||
<!-- <Patch level="1">Fix-compilation-with-Qt-5.13.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -30,9 +31,10 @@
|
||||
<Name>accounts-qml-module</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>signond</Dependency>
|
||||
<!--Dependency>libaccounts-qt5</Dependency-->
|
||||
<Dependency versionFrom="5.14.2">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt5-declarative</Dependency>
|
||||
<Dependency>signond-qt6</Dependency>
|
||||
<Dependency>libaccounts-qt6</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt6-base</Dependency>
|
||||
<Dependency versionFrom="5.14.2">qt6-declarative</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
@@ -43,6 +45,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2020-04-08</Date>
|
||||
<Version>0.7</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2020-04-08</Date>
|
||||
<Version>0.6</Version>
|
||||
|
||||
Reference in New Issue
Block a user