@@ -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,57 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>kcalendarcore</Name>
|
||||
<Homepage>https://www.kde.org</Homepage>
|
||||
<Packager>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary>The KDE calendar access library</Summary>
|
||||
<Description>The KDE calendar access library</Description>
|
||||
<Archive sha1sum="194e68bba0995ae54c7a9e166e4818715eabef5f" type="tarxz">https://download.kde.org/stable/frameworks/5.66/kcalendarcore-5.66.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.14.0">qt5-base-devel</Dependency>
|
||||
<Dependency versionFrom="2.0">libical-devel</Dependency>
|
||||
<Dependency versionFrom="5.66.0">extra-cmake-modules</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>kcalendarcore</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>libical</Dependency>
|
||||
<Dependency>qt5-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>kcalendarcore-devel</Name>
|
||||
<Summary>Development files for kcalendarcore</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">kcalendarcore</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/cmake</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-02-03</Date>
|
||||
<Version>5.66.0</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>kcalendarcore</Name>
|
||||
<Summary xml:lang="tr">The KDE calendar access library</Summary>
|
||||
<Description xml:lang="tr">The KDE calendar access library</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
+2288
-679
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
ab98cbd46df515af5318fc4480612aea15b67f0c
|
||||
622a40856ebefb2d05fc4f6244de9e0f3b3a608c
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
c8b9bebe53f316f369f8ae86d3d487a40e4a042b
|
||||
76e63b606b052e31d25625a54263a3b5b87c3b65
|
||||
Reference in New Issue
Block a user