qt5:moved into main repo for pisi 2.0

This commit is contained in:
ayhanyalcinsoy
2015-06-17 20:26:11 +03:00
parent 15c347cc16
commit fe783a40d2
94 changed files with 3270 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import qt5
from pisi.actionsapi import get
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install("INSTALL_ROOT=%s" % get.installDIR())
#I hope qtchooser will manage this issue
for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):
pisitools.dosym("/usr/lib/qt5/bin/%s" % bin, "/usr/bin/%s-qt5" % bin)
pisitools.insinto("/usr/share/licenses/qt5-script/", "LGPL_EXCEPTION.txt")
+59
View File
@@ -0,0 +1,59 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qt5-script</Name>
<Homepage>http://qt.digia.com/</Homepage>
<Packager>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<Summary>Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility</Summary>
<Description>Classes for making Qt applications scriptable. Provided for Qt 4.x compatibility</Description>
<License>LGPLv2.1-linking-exception</License>
<Archive sha1sum="91ca6d9c6a017ed47d9c731867a03c5be1f3ea88" type="tarxz">http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/qtscript-opensource-src-5.4.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qt5-script</Name>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/share/licenses</Path>
</Files>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
</Package>
<Package>
<Name>qt5-script-devel</Name>
<Files>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="headers">/usr/include/qt5</Path>
</Files>
<RuntimeDependencies>
<Dependency>qt5-base-devel</Dependency>
</RuntimeDependencies>
</Package>
<History>
<Update release="2">
<Date>2015-06-03</Date>
<Version>5.4.2</Version>
<Comment>Version bump</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2015-05-09</Date>
<Version>5.4.1</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>qt5-script</Name>
<Summary xml:lang="tr">Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar</Summary>
<Description xml:lang="tr">Çalıştırılabilir Qt uygulamaları oluşturmak için sınıflar. Qt 4.x için uyumluluk sağlar.</Description>
</Source>
<Package>
<Name>qt5-script-devel</Name>
<Summary xml:lang="tr">qt5-script için geliştirme dosyaları</Summary>
</Package>
</PISI>