kde5-framework

This commit is contained in:
Rmys
2025-01-24 23:18:26 +03:00
parent a85ffb1f40
commit 69d5299a63
95 changed files with 8729 additions and 131 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/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 kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("README.md", "AUTHORS", "ChangeLog")
+61
View File
@@ -0,0 +1,61 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>attica5</Name>
<Homepage>https://www.kde.org</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<IsA>library</IsA>
<Summary>Open Collaboration Service client library, based on Qt 5</Summary>
<Description>attica5 is a library to access Open Collaboration Service servers, based on Qt 5.</Description>
<Archive sha1sum="f62585ee87b33a644a0df8ab903e1503ed12e374" type="tarxz">mirrors://kde/stable/frameworks/5.116/attica-5.116.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
<Dependency versionFrom="5.116.0">extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>attica5</Name>
<RuntimeDependencies>
<Dependency versionFrom="5.15.1">qt5-base</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/xdg</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>attica5-devel</Name>
<Summary>Development files for attica55</Summary>
<RuntimeDependencies>
<Dependency versionFrom="5.15.1">qt5-base-devel</Dependency>
<Dependency release="current">attica5</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>2024-05-19</Date>
<Version>5.116.0</Version>
<Comment>First release</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>attica55</Name>
<Summary xml:lang="tr">Açık İşbirliği Hizmetleri (Open Collaboration Services) programlama arayüzü gerçeklemesi</Summary>
<Description xml:lang="tr">ttica, freedesktop.org'daki Açık İşbirliği Hizmetleri programlama arayüzünün 1.4 sürümünü gerçekleyen bir Qt 5 kitaplığıdır.</Description>
</Source>
<Package>
<Name>attica55-devel</Name>
<Summary xml:lang="tr">attica55 için geliştirme dosyaları</Summary>
</Package>
</PISI>