plugins for dolphin such as git subversion and more

This commit is contained in:
groni
2015-07-24 23:24:14 +02:00
parent 87d7ef9b12
commit 33eb35cddc
3 changed files with 91 additions and 0 deletions
+23
View File
@@ -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")
+60
View File
@@ -0,0 +1,60 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>dolphin-plugins</Name>
<Homepage>http://www.kde.org/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Summary>Extra dolphin plugins</Summary>
<Description>This package contains plugins that offer integration in Dolphin with the following version control systems:</Description>
<Archive sha1sum="8a70299fba04d7e0829fb416b4df0903e60168fb" type="targz">http://download1479.mediafire.com/719l4swr5iyg/ochhwkga7gprc5p/dolphin-plugins.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>extra-cmake-modules</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>dolphin-plugins</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>dolphin</Dependency>
<Dependency>kio</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>kconfig</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>kcompletion</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>ktextwidgets</Dependency>
<Dependency>kdelibs4-support</Dependency>
</RuntimeDependencies>
<Replaces>
<Package>kdesdk</Package>
</Replaces>
<Conflicts>
<Package>kdesdk</Package>
</Conflicts>
<Files>
<Path fileType="data">/usr/share</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-07-24</Date>
<Version>15.04.3</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold(groni)</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>dolphin-plugins</Name>
<Summary xml:lang="tr">Dolphin eklentileri.</Summary>
<Description xml:lang="tr">Dolphin için VCS (Version Control System) eklentileri.</Description>
</Source>
</PISI>