diff --git a/desktop/kde/addon/snorenotify/actions.py b/desktop/kde/addon/snorenotify/actions.py new file mode 100644 index 0000000000..dc098b2ff4 --- /dev/null +++ b/desktop/kde/addon/snorenotify/actions.py @@ -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 +from pisi.actionsapi import get + +def setup(): + kde5.configure("-DWITH_FREEDESKTOP_FRONTEND=ON") + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("README*", "COPYING*") \ No newline at end of file diff --git a/desktop/kde/addon/snorenotify/pspec.xml b/desktop/kde/addon/snorenotify/pspec.xml new file mode 100644 index 0000000000..e2b361cda9 --- /dev/null +++ b/desktop/kde/addon/snorenotify/pspec.xml @@ -0,0 +1,77 @@ + + + + + + snorenotify + https://github.com/KDE/snorenotify + + Alihan Öztürk + alihan@pisilinux.org + + LGPLv3 + app + Multi-platform Qt5 notification framework + Snorenotify is a multi platform Qt notification framework. Using a plugin system it is possible to create notifications with many different notification systems on Windows, Unix and Mac. + http://download.kde.org/stable/snorenotify/0.7.0/src/snorenotify-0.7.0.tar.xz + + extra-cmake-modules + qt5-base-devel + qt5-linguist + qt5-quick1-devel + qt5-multimedia-devel + qt5-websockets-devel + + + + + snorenotify + Multi-platform Qt5 notification framework + + libgcc + qt5-base + qt5-multimedia + qt5-websockets + qt5-declarative + + + /usr/bin + /usr/lib/qt5 + /usr/lib/libsnore* + /usr/share/applications + /usr/share/locale + /usr/share/icons + /usr/share/doc + + + + + snorenotify-devel + Devel files for snorenotify + + snorenotify + qt5-base-devel + + + /usr/lib/cmake + /usr/include + + + + + + 2016-05-24 + 0.7.0 + Release bump + Alihan Öztürk + alihan@pisilinux.org + + + 2016-02-04 + 0.7.0 + First release + Alihan Öztürk + alihan@pisilinux.org + + +