kwalletmanager for Pisi 2.0 build and check

This commit is contained in:
groni
2015-08-21 18:26:34 +02:00
parent 8c23bd6022
commit 03a38220fc
3 changed files with 99 additions and 0 deletions
@@ -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*", "TODO")
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kwalletmanager</Name>
<Homepage>http://kde.org/applications/system/kwalletmanager</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>kwallet</Icon>
<IsA>app:gui</IsA>
<Summary>A wallet management tool</Summary>
<Description>KWalletManager is a tool to manage the passwords on your system. By using the KDE wallet subsystem it not only allows you to keep your own secrets but also to access and manage the passwords of every application that integrates with the wallet.</Description>
<Archive sha1sum="b392a53bc37ef2dd28667f1c02cf906f73ce305c" type="tarxz">mirrors://kde/stable/applications/15.08.0/src/kwalletmanager-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>kwalletmanager</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>kcmutils</Dependency>
<Dependency>kdelibs4-support</Dependency>
<Dependency>kauth</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kcodecs</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kwallet</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>karchive</Dependency>
<Dependency>kservice</Dependency>
<Dependency>kitemviews</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet5.conf</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/polkit-1/actions/org.kde.kcontrol.kcmkwallet5.policy</Path>
<Path fileType="data">/usr/share/dbus-1/system-services/org.kde.kcontrol.kcmkwallet5.service</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-08-21</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>kwallet</Name>
<Summary xml:lang="tr">Bir cüzdan yönetim aracı</Summary>
<Description xml:lang="tr">KWalletManager, sisteminizdeki parolaları yönetmek için bir araçtır.</Description>
</Source>
</PISI>