move kde-servicemenu-rootactions desktop.kde.addons

This commit is contained in:
aydemir
2016-10-26 10:08:55 +03:00
parent 5df6ba2baa
commit d82712e39c
3 changed files with 76 additions and 0 deletions
@@ -0,0 +1,16 @@
#!/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 pisitools
from pisi.actionsapi import get
WorkDir = "rootactions_servicemenu_%s" % get.srcVERSION()
def install():
pisitools.insinto("/usr/share/kservices5/ServiceMenus", "Root_Actions_%s/dolphin-KDE4/*.desktop" % get.srcVERSION())
pisitools.dobin("Root_Actions_%s/rootactions-servicemenu.pl" % get.srcVERSION())
pisitools.dodoc("README")
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kde-servicemenu-rootactions</Name>
<Homepage>http://www.kde-apps.org/content/show.php?content=48411</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<Icon>dolphin</Icon>
<IsA>app:gui</IsA>
<Summary>Root actions servicemenu for Dolphin</Summary>
<Description>kde-servicemenu-rootactions is an addon for KDE4 that provides a convenient way to perform several actions as root from the right-click context menu in Dolphin file manager.</Description>
<Archive sha1sum="5cbab17fe18388b4bb8c455f77282bbbe2ae1fc0" type="targz">https://dl.opendesktop.org/api/files/download/id/1466046059/48411-rootactions_servicemenu_2.9.tar.gz</Archive>
<Patches>
<!-- <Patch level="1">fix-translations.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>kde-servicemenu-rootactions</Name>
<RuntimeDependencies>
<!--<Dependency>kde-baseapps</Dependency>-->
<!--<Dependency>xdg-utils</Dependency>-->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/kservices5</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2016-05-23</Date>
<Version>2.9</Version>
<Comment>Release bump</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2016-04-10</Date>
<Version>2.9</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>kde-servicemenu-rootactions</Name>
<Summary xml:lang="tr">Dolphin için yetkili kullanıcı eylemleri menüsü</Summary>
<Description xml:lang="tr">kde-servicemenu-rootactions, Dolphin dosya yöneticisinin içerik menüsü üzerinden yetkili kullanıcı işlemlerinin gerçekleştirilebilmesini sağlayan bir eklentidir.</Description>
</Source>
</PISI>