qt5-declarative:fixed doc
This commit is contained in:
@@ -13,18 +13,20 @@ from pisi.actionsapi import qt5
|
|||||||
from pisi.actionsapi import get
|
from pisi.actionsapi import get
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
|
shelltools.export("CFLAGS", "CXXFLAGS")
|
||||||
qt5.configure()
|
qt5.configure()
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
qt5.make()
|
qt5.make()
|
||||||
|
qt5.make("docs")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQml")
|
#pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQml")
|
||||||
pisitools.insinto("/usr/lib/qt5/qml", "qml/Qt")
|
#pisitools.insinto("/usr/lib/qt5/qml", "qml/Qt")
|
||||||
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick")
|
#pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick")
|
||||||
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick.2")
|
#pisitools.insinto("/usr/lib/qt5/qml", "qml/QtQuick.2")
|
||||||
pisitools.insinto("/usr/lib/qt5/qml", "qml/QtTest")
|
#pisitools.insinto("/usr/lib/qt5/qml", "qml/QtTest")
|
||||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
|
||||||
|
|
||||||
#I hope qtchooser will manage this issue
|
#I hope qtchooser will manage this issue
|
||||||
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||||
<PISI>
|
<PISI>
|
||||||
@@ -18,6 +17,7 @@
|
|||||||
<Dependency>libxkbcommon-devel</Dependency>
|
<Dependency>libxkbcommon-devel</Dependency>
|
||||||
<Dependency>mesa-devel</Dependency>
|
<Dependency>mesa-devel</Dependency>
|
||||||
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
<Dependency>qt5-xmlpatterns-devel</Dependency>
|
||||||
|
<Dependency>qt5-assistant-devel</Dependency>
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
@@ -50,6 +50,16 @@
|
|||||||
<Dependency release="current">qt5-declarative</Dependency>
|
<Dependency release="current">qt5-declarative</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
|
<Package>
|
||||||
|
<Name>qt5-declarative-docs</Name>
|
||||||
|
<RuntimeDependencies>
|
||||||
|
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
||||||
|
</RuntimeDependencies>
|
||||||
|
<Files>
|
||||||
|
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||||
|
</Files>
|
||||||
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user