applications-22.08.1

This commit is contained in:
Rmys
2022-09-24 18:42:27 +03:00
parent 701fcb69a5
commit efadf806c3
7 changed files with 2364 additions and 735 deletions
@@ -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 kde5
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSES/*", "README*")
@@ -0,0 +1,67 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ksanecore</Name>
<Homepage>https://www.kde.org/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>FDL</License>
<IsA>app</IsA>
<Summary>Library providing logic to interface scanners</Summary>
<Icon>ksanecore</Icon>
<Description>Library providing logic to interface scanners</Description>
<Archive sha1sum="e3a7edd712c098386df1e27a365c3a645e596664" type="tarxz">https://download.kde.org/stable/release-service/22.08.1/src/ksanecore-22.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>ki18n-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>sane-backends-devel</Dependency>
<Dependency>extra-cmake-modulesS</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>ksanecore.patch</Patch>
<Patch level="1">ksanecore.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>ksanecore</Name>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>sane-backends</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>ksanecore-devel</Name>
<Summary>Development files for ksanecore</Summary>
<RuntimeDependencies>
<Dependency release="current">ksanecore</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>2022-09-24</Date>
<Version>22.08.1</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>ksanecore</Name>
<Summary xml:lang="tr">Library providing logic to interface scanners</Summary>
<Description xml:lang="tr">Library providing logic to interface scanners</Description>
</Source>
</PISI>
+2268 -733
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
a2a922cfdb0061d37ef590efbd7cb60e0254dc5f
5b189832af5549f20f6ac76e26eccca23f3e9235
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
0920a06930c96f4ca76121353aa05d0ac0d41a80
6d015bc564fff662e6ec38795c919416fa760155