kpkpass:First release
This commit is contained in:
@@ -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("COPYING*", "README*")
|
||||
@@ -0,0 +1,67 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kpkpass</Name>
|
||||
<Homepage>https://download.kde.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Apple Wallet Pass reader</Summary>
|
||||
<Description>Apple Cüzdan Geçiş okuyucusu</Description>
|
||||
<Archive sha1sum="a8e108764f960b206ab04d1d6a71c55fdaf19676" type="tarxz">https://download.kde.org/stable/applications/18.08.2/src/kpkpass-18.08.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.10.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
<Dependency>karchive-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>kpkpass.patch</Patch>
|
||||
<Patch level="1">kpkpass.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kpkpass</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>karchive</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kpkpass-devel</Name>
|
||||
<Summary>Development files for kpkpass</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kpkpass</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2018-10-14</Date>
|
||||
<Version>18.08.2</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>kpkpass</Name>
|
||||
<Summary xml:lang="tr">Apple Wallet Pass reader</Summary>
|
||||
<Description xml:lang="tr">Apple Cüzdan Geçiş okuyucusu</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+172115
-171587
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
0502dd931daa766095b022f8de9cc77587fde9d0
|
||||
723cbffbbf9e4d6f99723358638775adf2dea35d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
96720c9715d2e9ba919874f3fa4e011fad72ec43
|
||||
2e4497e45a2afb5dfce977293c84d76cc0c41ad1
|
||||
Reference in New Issue
Block a user