qt5-5.12.2:ver.bump
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#!/usr/bin/env 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 pisitools
|
||||
from pisi.actionsapi import qt5
|
||||
|
||||
def setup():
|
||||
qt5.configure()
|
||||
|
||||
def build():
|
||||
qt5.make()
|
||||
|
||||
def install():
|
||||
qt5.install()
|
||||
|
||||
pisitools.dodoc("LICENSE.*")
|
||||
@@ -0,0 +1,55 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt5-networkauth</Name>
|
||||
<Homepage>https://www.qt.io</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>'GPL3' 'LGPL3' 'FDL' 'custom'</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Network authentication module</Summary>
|
||||
<Description>Ağ kimlik doğrulama modülü</Description>
|
||||
<Archive sha1sum="4aa4cdbeaf190b4d7cbfaa0d2270e48d37e59fcf" type="tarxz">http://download.qt.io/official_releases/qt/5.12/5.12.2/submodules/qtnetworkauth-everywhere-src-5.12.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.12.2">qt5-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>qt5-networkauth</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency versionFrom="5.12.2">qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>qt5-networkauth-devel</Name>
|
||||
<Summary>Development files for qt5-networkauth</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">qt5-networkauth</Dependency>
|
||||
<Dependency versionFrom="5.12.2">qt5-base-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
<Path fileType="library">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-04-14</Date>
|
||||
<Version>5.12.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>qt5-networkauth</Name>
|
||||
<Summary xml:lang="tr">Ağ kimlik doğrulama modülü</Summary>
|
||||
<Description xml:lang="tr">Ağ kimlik doğrulama modülü</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+177395
-177083
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
fd5c4826f0bb8ce1b496cb2ef00f1e2e36dd2cc0
|
||||
2f71dd3108102ac4e5c50eca03cc3e6249c853ac
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
a8bc2ec620d6288f8a84ade8916426587e980684
|
||||
c04acd1668c48aa4613e12278f19188f5faf2cc3
|
||||
Reference in New Issue
Block a user