@@ -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.LIB")
|
||||
@@ -0,0 +1,75 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ksmtp</Name>
|
||||
<Homepage>http://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane</Summary>
|
||||
<Description>Job-based library to send email through an SMTP server</Description>
|
||||
<Archive sha1sum="862c59a9b6a69ab4590221378b3644cc065cef94" type="tarxz">https://download.kde.org/stable/applications/17.12.0/src/ksmtp-17.12.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="5.39.0">extra-cmake-modules</Dependency>
|
||||
<Dependency versionFrom="5.39.0">kcoreaddons-devel</Dependency>
|
||||
<Dependency versionFrom="5.39.0">ki18n-devel</Dependency>
|
||||
<Dependency versionFrom="5.39.0">kio-devel</Dependency>
|
||||
<Dependency>kmime-devel</Dependency>
|
||||
<Dependency>cyrus-sasl-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<!--
|
||||
<Patches>
|
||||
<Patch>ksmtp.patch</Patch>
|
||||
<Patch level="1">ksmtp.patch</Patch>
|
||||
</Patches>
|
||||
-->
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>ksmtp</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>kio</Dependency>
|
||||
<Dependency>ki18n</Dependency>
|
||||
<Dependency>kmime</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency>kcoreaddons</Dependency>
|
||||
<Dependency>cyrus-sasl</Dependency>
|
||||
<Dependency versionFrom="5.7.1">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="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<Package>
|
||||
<Name>ksmtp-devel</Name>
|
||||
<Summary>Development files for ksmtp</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">ksmtp</Dependency>
|
||||
<!-- <Dependency versionFrom="5.7.1">qt5-base-devel</Dependency> -->
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2017-12-16</Date>
|
||||
<Version>17.12.0</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>ksmtp</Name>
|
||||
<Summary xml:lang="tr">Bir SMTP sunucusu yoluyla e-posta göndermek için işe dayalı kütüphane</Summary>
|
||||
<Description xml:lang="tr">Job-based library to send email through an SMTP server</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+140040
-138410
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
82e5866086ab6fc1862b0b1e36e7f7ff3ee86c66
|
||||
6c5544f2bb372ec4cadc802b6bc16963fac20c60
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
88b6db5476066a622c4d32b941cc9ff74248aa43
|
||||
005bdaccd9a06c1181b329da3bdf7ce855d92ef2
|
||||
Reference in New Issue
Block a user