kde-servicemenu-rootacitons:moved into main for pisi 2.0

This commit is contained in:
2015-10-06 01:14:04 +03:00
55 changed files with 717 additions and 461 deletions
@@ -16,10 +16,10 @@
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>dolphin-devel</Dependency>
<Dependency versionFrom="15.08.1">dolphin-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>cmake</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
@@ -16,6 +16,17 @@
<Archive sha1sum="8fe473249fe6c4d23295c9efe5e59a7776f66321" type="tarxz">mirrors://kde/stable/applications/15.08.1/src/kcalutils-15.08.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kcalcore-devel</Dependency>
<Dependency>kidentitymanagement-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kconfig-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kinit-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
@@ -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,58 @@
<?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="98af5a95a5072c9712ca6f1b47b89e3b7d94866f" type="targz">http://kde-apps.org/CONTENT/content-files/48411-rootactions_servicemenu_2.8.1.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="3">
<Date>2014-05-30</Date>
<Version>2.8.1</Version>
<Comment>Rebuild.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2014-01-09</Date>
<Version>2.8.1</Version>
<Comment>Version Bump</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-11-20</Date>
<Version>2.7.3</Version>
<Comment>First release</Comment>
<Name>Yusuf Aydemir</Name>
<Email>yusuf.aydemir@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>
+6 -1
View File
@@ -18,7 +18,12 @@
<Dependency>qt5-base-devel</Dependency>
<Dependency>kitemviews-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
<Dependency>kemoticons-devel</Dependency>
<Dependency>kitemmodels-devel</Dependency>
<Dependency>kinit-devel</Dependency>
<Dependency>kunitconversion-devel</Dependency>
<Dependency>kdesignerplugin</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
+1
View File
@@ -58,6 +58,7 @@
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>