darktable add build dependency cmake, add plasma-applet-resources-monitor, plasma-applet-rssnow, plasma-applet-thermal-monitor

This commit is contained in:
groni
2016-11-13 20:31:03 +01:00
parent 390247079e
commit 3b274f026d
11 changed files with 362 additions and 19 deletions
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("LICENSE", "README.md")
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>plasma-applet-resources-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-resources-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<Description>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<Archive sha1sum="4b2afd6f8d0ca6f881121c8d57c1d89a2dc06f4f" type="targz">https://github.com/kotelnik/plasma-applet-resources-monitor/archive/v1.0.5.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-resources-monitor</Name>
<Summary>Plasma 5 plasmoid for monitoring CPU, frequency, RAM and swap activity.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0.5</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,19 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
@@ -0,0 +1,39 @@
<PISI>
<Source>
<Name>plasma-applet-rssnow</Name>
<Homepage>https://github.com/Misenko/rssnow-plasma5-applet</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Show news from various sources</Summary>
<Description>Show news from various sources</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="ed178b2eaf26c2cfaad1fadbc7d675713e89b770" type="targz">/home/groni/Downloads/rssnow-plasma5-applet-master.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-rssnow</Name>
<Summary>Show news from various sources</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("README.md", "LICENSE")
@@ -0,0 +1,41 @@
<PISI>
<Source>
<Name>plasma-applet-thermal-monitor</Name>
<Homepage>https://github.com/kotelnik/plasma-applet-thermal-monitor</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<Description>Shows temperature of various available sensors including CPU, GPU (lmsensors and nvidia-smi if appliable) and HDD (using udisks2 d-bus backend).</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>plasma-workspace-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</BuildDependencies>
<Archive sha1sum="1ba066b173b8d0498537d259cbe7835a474f4dd3" type="targz">https://github.com/kotelnik/plasma-applet-thermal-monitor/archive/v1.2.7.tar.gz</Archive>
</Source>
<Package>
<Name>plasma-applet-thermal-monitor</Name>
<Summary>Plasma 5 applet for monitoring CPU, GPU and other available temperature sensors.</Summary>
<RuntimeDependencies>
<Dependency>plasma-workspace</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>qt5-graphicaleffects</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="all">/</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-11-13</Date>
<Version>1.2.7</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>