qt5-translations:v.bump to 5.6.0
This commit is contained in:
@@ -14,10 +14,10 @@ def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
qt5.make("docs")
|
||||
|
||||
def install():
|
||||
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
|
||||
qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR())
|
||||
|
||||
#I hope qtchooser will manage this issue
|
||||
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
|
||||
|
||||
@@ -12,9 +12,11 @@
|
||||
<Summary>A cross-platform application and UI framework (Translations)</Summary>
|
||||
<Description>A cross-platform application and UI framework (Translations)</Description>
|
||||
<License>LGPLv2.1-linking-exception</License>
|
||||
<Archive sha1sum="0385274c9f77217f2cefbb11a56ce49e385854b3" type="tarxz">http://download.qt.io/official_releases/qt/5.5/5.5.1/submodules/qttranslations-opensource-src-5.5.1.tar.xz</Archive>
|
||||
<Archive sha1sum="671214e9b7c50206b47479b0425b92a842a3d7c1" type="tarxz">http://download.qt.io/official_releases/qt/5.6/5.6.0/submodules/qttranslations-opensource-src-5.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.5.1">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.6.0">qt5-base-devel</Dependency>
|
||||
<Dependency>qt5-assistant-devel</Dependency>
|
||||
<Dependency>qt5-sql-sqlite</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
@@ -26,14 +28,24 @@
|
||||
<Path fileType="data">/usr/share/licenses/</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.5.1">qt5-base</Dependency>
|
||||
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>qt5-translations-docs</Name>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc/qt5</Path>
|
||||
</Files>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.6.0">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2015-10-16</Date>
|
||||
<Version>5.5.1</Version>
|
||||
<Date>2016-04-17</Date>
|
||||
<Version>5.6.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
|
||||
Reference in New Issue
Block a user