Merge pull request #2496 from groni/master

add kdf new package
This commit is contained in:
groni
2016-12-30 22:04:44 +01:00
committed by GitHub
6 changed files with 153 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import kde5
from pisi.actionsapi import pisitools
def setup():
kde5.configure()
def build():
kde5.make()
def install():
kde5.install()
pisitools.dodoc("COPYING")
+65
View File
@@ -0,0 +1,65 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>kdf</Name>
<Homepage>http://kde.org/applications/system/kdiskfree/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>FDL</License>
<License>GPL</License>
<License>LGPL</License>
<Summary>View Disk Usage</Summary>
<Description>KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.</Description>
<Archive type="tarxz" sha1sum="484d93cb90c97be54d010ac17fb2829aa79191b2">http://download.kde.org/stable/applications/16.12.0/src/kdf-16.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>kdf</Name>
<Summary>View Disk Usage</Summary>
<RuntimeDependencies>
<Dependency>kcmutils</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kio</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-30</Date>
<Version>16.12.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+66
View File
@@ -61743,6 +61743,71 @@ thunar-volman is installed and configured properly, and you plug in your digical
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>kdf</Name>
<Homepage>http://kde.org/applications/system/kdiskfree/</Homepage>
<Packager>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>FDL</License>
<License>GPL</License>
<License>LGPL</License>
<PartOf>desktop.kde.applications</PartOf>
<Summary xml:lang="en">View Disk Usage</Summary>
<Description xml:lang="en">KDiskFree displays the available file devices (hard drive partitions, floppy and CD drives, etc.) along with information on their capacity, free space, type and mount point. It also allows you to mount and unmount drives and view them in a file manager.</Description>
<Archive type="tarxz" sha1sum="484d93cb90c97be54d010ac17fb2829aa79191b2">http://download.kde.org/stable/applications/16.12.0/src/kdf-16.12.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>extra-cmake-modules</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>glibc-devel</Dependency>
<Dependency>kcmutils-devel</Dependency>
<Dependency>kconfigwidgets-devel</Dependency>
<Dependency>kcoreaddons-devel</Dependency>
<Dependency>kdoctools-devel</Dependency>
<Dependency>ki18n-devel</Dependency>
<Dependency>kiconthemes-devel</Dependency>
<Dependency>kio-devel</Dependency>
<Dependency>knotifications-devel</Dependency>
<Dependency>kwidgetsaddons-devel</Dependency>
<Dependency>kxmlgui-devel</Dependency>
<Dependency>qt5-base-devel</Dependency>
</BuildDependencies>
<SourceURI>desktop/kde/applications/kdf/pspec.xml</SourceURI>
</Source>
<Package>
<Name>kdf</Name>
<Summary xml:lang="en">View Disk Usage</Summary>
<RuntimeDependencies>
<Dependency>kcmutils</Dependency>
<Dependency>kconfigwidgets</Dependency>
<Dependency>kcoreaddons</Dependency>
<Dependency>ki18n</Dependency>
<Dependency>kiconthemes</Dependency>
<Dependency>kio</Dependency>
<Dependency>knotifications</Dependency>
<Dependency>kxmlgui</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/qt5</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-12-30</Date>
<Version>16.12.0</Version>
<Comment>First Release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>kolourpaint</Name>
@@ -75196,6 +75261,7 @@ thunar-volman is installed and configured properly, and you plug in your digical
<Dependency>qt5-declarative-devel</Dependency>
<Dependency>kjs-devel</Dependency>
<Dependency>qt5-speech-devel</Dependency>
<Dependency>kdegraphics-mobipocket-devel</Dependency>
<Dependency versionFrom="2.1.1">qca2-qt5-devel</Dependency>
<Dependency>tiff-devel</Dependency>
<Dependency>kdelibs4-support-devel</Dependency>
+1 -1
View File
@@ -1 +1 @@
afbe0fb373df24cebffa1bab79401ff48bea06d0
e7b954111df11152241ba5f6c507397c325a4d62
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
8c48b75a8102a292c4c1d82c15771cd9bd699199
0199a87e4047df218101685ec230735835be782d