New Category and new package

new category  accessibility and
new package kmag
This commit is contained in:
erkanisik1
2022-04-17 03:07:21 +03:00
parent 130f69df83
commit 180c628a5a
4 changed files with 84 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
<PISI>
<Name>desktop.kde.accessibility</Name>
</PISI>
+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/copyleft/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("AUTHORS", "ChangeLog*", "COPYING", "README", "TODO")
+54
View File
@@ -0,0 +1,54 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kmag</Name>
<Homepage>https://apps.kde.org/kmag/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kmag</Icon>
<IsA>app:gui</IsA>
<Summary>A screen magnifier</Summary>
<Description>KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc.</Description>
<Archive sha1sum="24abcadda3105ad760cf22ff0238cc039ba28d73" type="tarxz">https://download.kde.org/stable/release-service/21.12.3/src/kmag-21.12.3.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kmag</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>libqaccessibilityclient</Dependency>
<Dependency>icon-theme-hicolor</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr</Path>
<!--
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/kde4</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/applications</Path>
-->
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-04-17</Date>
<Version>21.12.3</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>kmag</Name>
<Summary xml:lang="tr">A screen magnifier</Summary>
<Description xml:lang="tr">KMag is a small utility for Linux to magnify a part of the screen. KMag is very useful for people with visual disabilities and for those working in the fields of image analysis, web development etc.</Description>
</Source>
</PISI>