ksystemstats new package

This commit is contained in:
Rmys
2021-06-16 21:39:21 +03:00
committed by GitHub
parent 9177d0bab3
commit c09618ddbc
3 changed files with 101 additions and 0 deletions
@@ -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*")
+74
View File
@@ -0,0 +1,74 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ksystemstats</Name>
<Homepage>https://kde.org/plasma-desktop/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv3</License>
<IsA>library</IsA>
<Summary>KSystemStats is a daemon that collects statistics about the running system</Summary>
<Description>KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır.</Description>
<Archive sha1sum="62803af05599eb4086578cb32b68ce119b8a23bf" type="tarxz">https://download.kde.org/stable/plasma/5.22.1/ksystemstats-5.22.1.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="5.82">kio-devel</Dependency>
<Dependency>eudev-devel</Dependency>
<Dependency versionFrom="5.82">ki18n-devel</Dependency>
<Dependency>libnl</Dependency>
<Dependency versionFrom="5.82">solid-devel</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>lm_sensors-devel</Dependency>
<Dependency versionFrom="5.82">kcoreaddons-devel</Dependency>
<Dependency versionFrom="5.82">kdbusaddons-devel</Dependency>
<Dependency>libksysguard-devel</Dependency>
<Dependency versionFrom="5.82">networkmanager-qt-devel</Dependency>
<Dependency versionFrom="5.82">extra-cmake-modules</Dependency>
</BuildDependencies>
<!--
<Patches>
<Patch>ksystemstats.patch</Patch>
<Patch level="1">ksystemstats.patch</Patch>
</Patches>
-->
</Source>
<Package>
<Name>ksystemstats</Name>
<RuntimeDependencies>
<Dependency>kio</Dependency>
<Dependency>eudev</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libnl</Dependency>
<Dependency>solid</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>lm_sensors</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>libksysguard</Dependency>
<Dependency>networkmanager-qt</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="doc">/usr/share/doc</Path>
-->
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-06-16</Date>
<Version>5.22.1</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>ksystemstats</Name>
<Summary xml:lang="tr">KSystemStats is a daemon that collects statistics about the running system</Summary>
<Description xml:lang="tr">KSystemStats, çalışan sistemle ilgili istatistikleri toplayan bir arka plan programıdır.</Description>
</Source>
</PISI>