add qdirstat QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up

This commit is contained in:
groni
2016-08-04 21:36:57 +02:00
committed by Ertuğrul Erata
parent 78c9d5ee2c
commit 763789cb0c
7 changed files with 97815 additions and 97678 deletions
+97735 -97676
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
cb80d70fc6159b72d5a6e0b64122dfeb20dabb51
78b6629da5c18d656d144d2b19df89028a23eee5
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d7043fb2f9c2c6b580331cf59df558d8b8ab8419
7ef97e433a198bc3d30eabb6c7d41c1d1f18a399
+19
View File
@@ -0,0 +1,19 @@
#!/usr/bin/env 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 pisitools
from pisi.actionsapi import qt5
def setup():
qt5.configure()
def build():
qt5.make()
def install():
qt5.install()
#pisitools.dodoc("AUTHORS", "BUGS", "ChangeLog", "COPYING", "NEWS", "README")
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>qdirstat</Name>
<Homepage>https://github.com/shundhammer/qdirstat</Homepage>
<Packager>
<Name>Stefan Gronewold (groni)</Name>
<Email>groni@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:gui</IsA>
<Summary>QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.</Summary>
<Description>This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux.</Description>
<Archive sha1sum="dd459a622ca014ca96b0ed853525ccb56ee15fa6" type="targz">https://github.com/shundhammer/qdirstat/archive/1.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>qt5-assistant-devel</Dependency>
<Dependency>qt5-designer-devel</Dependency>
<Dependency>qt5-linguist</Dependency>
<Dependency>qt5-qdbusviewer</Dependency>
<Dependency>zlib-devel</Dependency>
<Dependency>desktop-file-utils</Dependency>
<Dependency>xdg-utils</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>qdirstat</Name>
<RuntimeDependencies>
<Dependency>zlib</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>qt5-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-08-04</Date>
<Version>1.0</Version>
<Comment>First release</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>qdirstat</Name>
<Summary xml:lang="tr">QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.</Summary>
<Description xml:lang="tr">This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux,</Description>
</Source>
</PISI>