diff --git a/desktop/kde/application/dolphin-plugins/actions.py b/desktop/kde/application/dolphin-plugins/actions.py new file mode 100755 index 0000000000..b35fd3feba --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/actions.py @@ -0,0 +1,23 @@ +#!/usr/bin/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 shelltools +from pisi.actionsapi import pisitools +from pisi.actionsapi import kde5 +from pisi.actionsapi import get + +NoStrip=["/usr/share"] + +def setup(): + kde5.configure() + +def build(): + kde5.make() + +def install(): + kde5.install() + + pisitools.dodoc("COPYING") diff --git a/desktop/kde/application/dolphin-plugins/pspec.xml b/desktop/kde/application/dolphin-plugins/pspec.xml new file mode 100755 index 0000000000..96da16cb67 --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/pspec.xml @@ -0,0 +1,60 @@ + + + + + dolphin-plugins + http://www.kde.org/ + + Pisi Linux Admins + admin@pisilinux.org + + GPLv2 + library + Extra dolphin plugins + This package contains plugins that offer integration in Dolphin with the following version control systems: + http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz + + qt5-base-devel + kdoctools-devel + extra-cmake-modules + + + + + dolphin-plugins + + qt5-base + dolphin + kio + ki18n + libgcc + kconfig + kxmlgui + kcompletion + kcoreaddons + ktextwidgets + kdelibs4-support + + + kdesdk + + + kdesdk + + + /usr/share + /usr/lib + /usr/share/doc + + + + + + 2015-07-24 + 15.04.3 + Version bump. + Stefan Gronewold(groni) + groni@pisilinux.org + + + diff --git a/desktop/kde/application/dolphin-plugins/translations.xml b/desktop/kde/application/dolphin-plugins/translations.xml new file mode 100755 index 0000000000..a707c1fc99 --- /dev/null +++ b/desktop/kde/application/dolphin-plugins/translations.xml @@ -0,0 +1,8 @@ + + + + dolphin-plugins + Dolphin eklentileri. + Dolphin için VCS (Version Control System) eklentileri. + +