kcharselect for pisi 2.0

This commit is contained in:
groni
2015-08-20 23:19:08 +02:00
parent 44ebd0739a
commit 4999b6d211
3 changed files with 80 additions and 0 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/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("COPYING*")
+53
View File
@@ -0,0 +1,53 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kcharselect</Name>
<Homepage>http://utils.kde.org/projects/kcharselect</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kcharselect</Icon>
<IsA>app:gui</IsA>
<Summary>A character selector</Summary>
<Description>KCharSelect is a tool to select special characters from all installed fonts and copy them into the clipboard.</Description>
<Archive sha1sum="297fcccc803304831d3e7dec41967ed6616735ad" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/kcharselect-15.08.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kcharselect</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2014-08-20</Date>
<Version>15.08.0</Version>
<Comment>First Release.</Comment>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kcharselect</Name>
<Summary xml:lang="tr">Bir karakter seçici</Summary>
<Description xml:lang="tr">KCharSelect, tüm yüklü yazı tiplerinden özel karakterleri seçmek ve bunları panoya yapıştırmak için bir araçtır.</Description>
</Source>
</PISI>