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
@@ -0,0 +1,20 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
@@ -0,0 +1,84 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>oath-toolkit</Name>
<Homepage>https://www.nongnu.org/oath-toolkit/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<IsA>library</IsA>
<Summary>OATH one-time password toolkit</Summary>
<Icon>oath-toolkit</Icon>
<Description>OATH tek seferlik şifre araç seti</Description>
<Archive sha1sum="f2c6d1d7c152aec9ec13e5d4dcc9fb1669c8014c" type="targz">https://download.savannah.nongnu.org/releases/oath-toolkit/oath-toolkit-2.6.9.tar.gz</Archive>
<BuildDependencies>
<Dependency>xmlsec-devel</Dependency>
<Dependency>gtk-doc</Dependency>
<Dependency>pam-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>libtool-ltdl</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>oath-toolkit.patch</Patch>
<Patch level="1">oath-toolkit.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>oath-toolkit</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>xmlsec</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libtool-ltdl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/xml</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>oath-toolkit-devel</Name>
<Summary>Development files for oath-toolkit</Summary>
<RuntimeDependencies>
<Dependency release="current">oath-toolkit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>oath-toolkit-docs</Name>
<Summary>Development files for oath-toolkit</Summary>
<RuntimeDependencies>
<Dependency release="current">oath-toolkit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="data">/usr/share/gtk-doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-08-04</Date>
<Version>2.6.9</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>oath-toolkit</Name>
<Summary xml:lang="tr">OATH one-time password toolkit</Summary>
<Description xml:lang="tr">OATH tek seferlik şifre araç seti</Description>
</Source>
</PISI>
+20
View File
@@ -0,0 +1,20 @@
#!/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 autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
# pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+93
View File
@@ -0,0 +1,93 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>xmlsec</Name>
<Homepage>https://www.aleksey.com/xmlsec/index.html</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>custom</License>
<IsA>library</IsA>
<Summary>XML Security Library is a C library based on LibXML2</Summary>
<Icon>xmlsec</Icon>
<Description>XML Güvenlik Kitaplığı, LibXML2 tabanlı bir C kitaplığıdır.</Description>
<Archive sha1sum="d7727d7b6292d3f6ff51d9c557a25a81059db843" type="targz">https://www.aleksey.com/xmlsec/download/xmlsec1-1.2.38.tar.gz</Archive>
<BuildDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>gnutls-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<!--Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency>Dep1-devel</Dependency>
<Dependency>Dep2-devel</Dependency>
<Dependency>Dep3-devel</Dependency>
<Dependency versionFrom="">Dep4-devel</Dependency-->
</BuildDependencies>
<!--
<Patches>
<Patch>xmlsec.patch</Patch>
<Patch level="1">xmlsec.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>xmlsec</Name>
<RuntimeDependencies>
<Dependency>nss</Dependency>
<Dependency>nspr</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>openssl</Dependency>
<Dependency>libtool-ltdl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/aclocal</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>xmlsec-devel</Name>
<Summary>Development files for xmlsec</Summary>
<RuntimeDependencies>
<Dependency>nss-devel</Dependency>
<Dependency>nspr-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency release="current">xmlsec</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2022-11-06</Date>
<Version>1.2.38</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>xmlsec</Name>
<Summary xml:lang="tr">XML Security Library is a C library based on LibXML2</Summary>
<Description xml:lang="tr">XML Güvenlik Kitaplığı, LibXML2 tabanlı bir C kitaplığıdır.</Description>
</Source>
</PISI>