Merge pull request #1650 from suvari/master
qt5translations: docs.. deleted, qt5-doc: fix dep
This commit is contained in:
@@ -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>
|
||||||
@@ -28,7 +27,7 @@
|
|||||||
<Dependency>qt5-svg-docs</Dependency>
|
<Dependency>qt5-svg-docs</Dependency>
|
||||||
<Dependency>qt5-script-docs</Dependency>
|
<Dependency>qt5-script-docs</Dependency>
|
||||||
<Dependency>qt5-sensors-docs</Dependency>
|
<Dependency>qt5-sensors-docs</Dependency>
|
||||||
<Dependency>qt5-translations-docs</Dependency>
|
<Dependency>qt5-translations</Dependency>
|
||||||
<Dependency>qt5-graphicaleffects-docs</Dependency>
|
<Dependency>qt5-graphicaleffects-docs</Dependency>
|
||||||
<Dependency>qt5-imageformats-docs</Dependency>
|
<Dependency>qt5-imageformats-docs</Dependency>
|
||||||
<Dependency>qt5-websockets-docs</Dependency>
|
<Dependency>qt5-websockets-docs</Dependency>
|
||||||
@@ -53,12 +52,11 @@
|
|||||||
<Path fileType="data">/usr/share/licenses</Path>
|
<Path fileType="data">/usr/share/licenses</Path>
|
||||||
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-04-17</Date>
|
<Date>2016-04-20</Date>
|
||||||
<Version>5.6.0</Version>
|
<Version>5.6.0</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ def setup():
|
|||||||
|
|
||||||
def build():
|
def build():
|
||||||
qt5.make()
|
qt5.make()
|
||||||
qt5.make("docs")
|
#qt5.make("docs")
|
||||||
|
|
||||||
def install():
|
def install():
|
||||||
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
|
qt5.install("INSTALL_ROOT=%s install_docs" % 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>
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<Package>
|
<!-- <Package>
|
||||||
<Name>qt5-translations-docs</Name>
|
<Name>qt5-translations-docs</Name>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||||
@@ -40,11 +39,11 @@
|
|||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
||||||
</RuntimeDependencies>
|
</RuntimeDependencies>
|
||||||
</Package>
|
</Package> -->
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
<Update release="1">
|
<Update release="1">
|
||||||
<Date>2016-04-17</Date>
|
<Date>2016-04-20</Date>
|
||||||
<Version>5.6.0</Version>
|
<Version>5.6.0</Version>
|
||||||
<Comment>First release</Comment>
|
<Comment>First release</Comment>
|
||||||
<Name>Ayhan Yalçınsoy</Name>
|
<Name>Ayhan Yalçınsoy</Name>
|
||||||
|
|||||||
Reference in New Issue
Block a user