create folder sdk and dolphin-plugins version bump and check
This commit is contained in:
Executable
+23
@@ -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 kde4
|
||||
from pisi.actionsapi import get
|
||||
|
||||
NoStrip=["/usr/share"]
|
||||
|
||||
def setup():
|
||||
kde4.configure()
|
||||
|
||||
def build():
|
||||
kde4.make()
|
||||
|
||||
def install():
|
||||
kde4.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
Executable
+53
@@ -0,0 +1,53 @@
|
||||
<?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="4c122513d26e0195b9197dd5a9a97a44863d4047" type="tarxz">http://download.kde.org/stable/applications/15.04.3/src/dolphin-plugins-15.04.3.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="4.14.3">kdelibs-devel</Dependency>
|
||||
<Dependency versionFrom="15.04.3">kde-runtime-devel</Dependency>
|
||||
<Dependency versionFrom="4.11.8">kde-workspace-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>dolphin-plugins</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>qt</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
<Dependency versionFrom="4.14.3">kdelibs</Dependency>
|
||||
<Dependency versionFrom="15.04.3">kdebaseapps</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-19</Date>
|
||||
<Version>15.04.3</Version>
|
||||
<Comment>First Release.</Comment>
|
||||
<Name>Stefan Gronewold(groni)</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
+8
@@ -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>
|
||||
Reference in New Issue
Block a user