Browse Source

added kdirstat (2.4.0)

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2049 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
3c83ac8b07
4 changed files with 103 additions and 0 deletions
  1. +4
    -0
      Documentation/Developers/CHANGELOG-RENE
  2. +27
    -0
      package/rene/kdirstat/kdirstat.conf
  3. +43
    -0
      package/rene/kdirstat/kdirstat.desc
  4. +29
    -0
      package/rene/kdirstat/ogg-color.patch

+ 4
- 0
Documentation/Developers/CHANGELOG-RENE

@ -1,4 +1,8 @@
*) 2003-12-23 (2.0.0-rc3 - 2.0.0-rc4)
- added kdirstat (2.4.0)
*) 2003-12-22 (2.0.0-rc3 - 2.0.0-rc4)
- fixed kdenetwork (kmime / kmail) mostly for big-endian systems

+ 27
- 0
package/rene/kdirstat/kdirstat.conf

@ -0,0 +1,27 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/kdirstat/kdirstat.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
. $base/package/*/*/kde-31.conf
#var_append makeopt " " "LIBPYTHON=\'-lpython2.2 -ldb -lreadline -ltermcap \
#-lssl -lcrypto -lcrypt -lgdbm -lz -lpthread\'"

+ 43
- 0
package/rene/kdirstat/kdirstat.desc

@ -0,0 +1,43 @@
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/rene/kdirstat/kdirstat.desc
[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[I] A KDE graphical disk usage utility
[T] KDirStat is a graphical disk usage utility, very much like the Unix
[T] "du" command. In addition to that, it comes with some cleanup facilities
[T] to reclaim disk space.
[U] http://kdirstat.sourceforge.net/
[A] Stefan Hundhammer <sh@suse.de>
[M] Rene Rebe <rene@rocklinux.org>
[C] extra/tool extra/desktop/kde
[L] GPL
[S] Stable
[V] 2.4.0
[P] X -----5---9 627.000
[D] 0 kdirstat-2.4.0.tar.bz2 http://kdirstat.sourceforge.net/download/

+ 29
- 0
package/rene/kdirstat/ogg-color.patch

@ -0,0 +1,29 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/rene/kdirstat/ogg-color.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- kdirstat-2.4.0/kdirstat/ktreemapview.cpp.orig 2003-12-24 01:26:01.720000000 +0100
+++ kdirstat-2.4.0/kdirstat/ktreemapview.cpp 2003-12-24 01:26:44.110000000 +0100
@@ -660,6 +660,7 @@
if ( lowerExt == "wav" ) return Qt::yellow;
if ( lowerExt == "mp3" ) return Qt::yellow;
+ if ( lowerExt == "ogg" ) return Qt::yellow;
if ( lowerExt == "avi" ) return QColor( 0xa0, 0xff, 0x00 );
if ( lowerExt == "mov" ) return QColor( 0xa0, 0xff, 0x00 );

Loading…
Cancel
Save