frameworks-6.0.0
This commit is contained in:
@@ -385977,6 +385977,59 @@ yığın. Üç bölüm sağlar:</Description>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libqaccessibilityclient-qt6</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<Summary xml:lang="en">Helper library to make writing accessibility tools easier</Summary>
|
||||
<Description xml:lang="en">Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık</Description>
|
||||
<Archive type="tarxz" sha1sum="4863a5dbbdf43c1269e8ac5c665634f953bebde3" name="libqaccessibilityclient-0.6.0.tar.xz">https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-0.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<SourceURI>programming/library/libqaccessibilityclient-qt6/pspec.xml</SourceURI>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>libqaccessibilityclient-qt6</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/qlogging-categories6</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>libqaccessibilityclient-qt6-devel</Name>
|
||||
<Summary xml:lang="en">Development files for libqaccessibilityclient</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="1">libqaccessibilityclient-qt6</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>0.6.0</Version>
|
||||
<Comment>First release.</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</SpecFile>
|
||||
<SpecFile>
|
||||
<Source>
|
||||
<Name>libhwy</Name>
|
||||
|
||||
@@ -1 +1 @@
|
||||
77c56b410a93b05066bd2739cfb4190e630ba721
|
||||
0156814a35e3a5a16b06da854330d66554b6b1ef
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
a3e40faea7352fd5fa7c72fca1eceb4e35d3fd24
|
||||
2eaee9c2f5200d86aed4eb8dd5beeb97362647a1
|
||||
@@ -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 kde6
|
||||
|
||||
def setup():
|
||||
kde6.configure()
|
||||
|
||||
def build():
|
||||
kde6.make()
|
||||
|
||||
def install():
|
||||
kde6.install()
|
||||
|
||||
pisitools.dodoc("LICENSES/*", "README*")
|
||||
@@ -0,0 +1,62 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>libqaccessibilityclient-qt6</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Helper library to make writing accessibility tools easier</Summary>
|
||||
<Description>Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık</Description>
|
||||
<Archive sha1sum="4863a5dbbdf43c1269e8ac5c665634f953bebde3" type="tarxz">https://download.kde.org/stable/libqaccessibilityclient/libqaccessibilityclient-0.6.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>qt6-base-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>libqaccessibilityclient.patch</Patch>
|
||||
<Patch level="1">libqaccessibilityclient.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>libqaccessibilityclient-qt6</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>qt6-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="data">/usr/share/qlogging-categories6</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>libqaccessibilityclient-qt6-devel</Name>
|
||||
<Summary>Development files for libqaccessibilityclient</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">libqaccessibilityclient-qt6</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2024-02-28</Date>
|
||||
<Version>0.6.0</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>libqaccessibilityclient</Name>
|
||||
<Summary xml:lang="tr">Helper library to make writing accessibility tools easier</Summary>
|
||||
<Description xml:lang="tr">Erişilebilirlik araçlarını yazmayı kolaylaştırmak için yardımcı kitaplık</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user