add new packages kphotoalbum, kshutdown and kwave

This commit is contained in:
groni
2017-01-09 16:51:23 +01:00
parent 0bee6e1425
commit 12065d0a6e
10 changed files with 486 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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
from pisi.actionsapi import shelltools
def setup():
shelltools.system("./Setup-kf5.sh")
kde5.configure("-DKS_KF5=ON")
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("ChangeLog", "LICENSE")
+57
View File
@@ -0,0 +1,57 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kshutdown</Name>
<Homepage>http://kshutdown.sourceforge.net/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPL</License>
<Summary>KShutdown is a graphical shutdown utility for Linux</Summary>
<Description>KShutdown is a graphical shutdown utility for Linux and Windows. It allows you to turn off or suspend a computer at a specified time. It features various time and delay options, command-line support, and notifications.</Description>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>ninja</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>knotifyconfig-devel</Dependency>
<Dependency>kidletime-devel</Dependency>
</BuildDependencies>
<Archive sha1sum="7c83b756d66919d37d0c0fb4f22f0002cb7f8839" type="zip">https://sourceforge.net/projects/kshutdown/files/KShutdown/4.0/kshutdown-source-4.0.zip</Archive>
</Source>
<Package>
<Name>kshutdown</Name>
<Summary>Shutdown Utility for KDE</Summary>
<RuntimeDependencies>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>kidletime</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>kdbusaddons</Dependency>
<Dependency>kglobalaccel</Dependency>
<Dependency>knotifyconfig</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kwidgetsaddons</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2017-01-09</Date>
<Version>4.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>