plasma-pass new package

This commit is contained in:
Rmys
2023-08-04 18:42:52 +03:00
parent 781471fad0
commit 29ff935b4f
13 changed files with 1180 additions and 176 deletions
+19
View File
@@ -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*")
+72
View File
@@ -0,0 +1,72 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>plasma-pass</Name>
<Homepage>https://github.com/KDE/plasma-pass</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>Plasma applet for the Pass password manager</Summary>
<Icon>plasma-pass</Icon>
<Description>Pass şifre yöneticisi için plazma uygulaması</Description>
<Archive sha1sum="4ae582dc1741b6cd80eb3186d705ca2a7191ae27" type="tarxz">https://download.kde.org/stable/plasma-pass/plasma-pass-1.2.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>gpgme-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>gpgme-qt5-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>oath-toolkit-devel</Dependency>
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>plasma-framework-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>plasma-pass.patch</Patch>
<Patch level="1">plasma-pass.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>plasma-pass</Name>
<RuntimeDependencies>
<Dependency>gpgme</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>gpgme-qt5</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kitemmodels</Dependency>
<Dependency>oath-toolkit</Dependency>
<Dependency>qt5-declarative</Dependency>
<Dependency>plasma-framework</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="data">/usr/share/plasma</Path>
<Path fileType="data">/usr/share/qlogging-categories5</Path>
<Path fileType="info">/usr/share/metainfo</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-04</Date>
<Version>1.2.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>plasma-pass</Name>
<Summary xml:lang="tr">Plasma applet for the Pass password manager</Summary>
<Description xml:lang="tr">Pass şifre yöneticisi için plazma uygulaması</Description>
</Source>
</PISI>