Search Criteria
Package Details: qdirstat 1.8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qdirstat.git (read-only, click to copy) |
---|---|
Package Base: | qdirstat |
Description: | Qt-based directory statistics (KDirStat/K4DirStat without any KDE - from the original KDirStat author) |
Upstream URL: | https://github.com/shundhammer/qdirstat |
Licenses: | GPL2 |
Conflicts: | qdirstat-git |
Provides: | qdirstat-git |
Submitter: | phiresky |
Maintainer: | phiresky |
Last Packager: | phiresky |
Votes: | 108 |
Popularity: | 3.80 |
First Submitted: | 2016-03-01 15:56 (UTC) |
Last Updated: | 2021-09-02 08:40 (UTC) |
Dependencies (5)
- desktop-file-utils (desktop-file-utils-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- qt5-base (qt5-base-git, qt5-base-headless)
- xdg-utils (mimi-git, busking-git, xdg-utils-git, linopen, xdg-utils-mimeo, xdg-utils-handlr, xdg-utils-slock, mimi-bachoseven-git, xdg-utils-symlink-fix, mimejs-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
Latest Comments
cyqsimon commented on 2022-01-07 13:51 (UTC)
A package provides itself implicitly (
qdirstat
providesqdirstat
without requiring aprovides
field); the responsibility of declaringconflicts
andprovides
is actually on the VCS package (qdirstat-git
). See VCS package guideline.So technically this package should declare neither
provides
norconflicts
. I've commented onqdirstat-git
to request an update on their part.exploder-jimmy commented on 2021-09-19 23:33 (UTC) (edited on 2021-09-21 00:10 (UTC) by exploder-jimmy)
Should not it be simply
qdirstat
? EDIT: Or both?C0rn3j commented on 2021-04-05 14:48 (UTC)
You should not add extra make flags as these should be defined by the user in /etc/makepkg.conf
'make -j$(nproc)' should be just 'make'
MarcusE1W commented on 2020-11-19 15:04 (UTC)
Hi. I have successfully installed this on my Pinebook Pro with ARM processor. You probably could add 'aarch64' as another supported architecture.
alexz commented on 2020-02-16 23:50 (UTC)
Please accept this PR (diff): https://gist.github.com/azbarcea/2a60f1fe2bea1c2e823f4347c0315661
This will upgrade from 1.6 to 1.6.1
Hope it helps!
himanshuxd commented on 2019-12-29 12:50 (UTC)
It works as intended and what's more with bring qt based it inherited transparency and blurry effect from my Kvantum.
TheGreatAndyChow commented on 2019-08-02 22:57 (UTC)
I get:
FATAL: This application failed to start because it could not find or load the Qt platform plugin "xcb" in "".
Reinstalling the application may fix this problem. Aborted (core dumped)
I think I'm missing an Qt extension, but not sure which one. It's missing from the dependencies.
MarcusE1W commented on 2019-02-10 17:53 (UTC)
Hi I could successfully install QDirStat on my Pinebook with ARM Allwinner CPU. Maybe you could add aarch64 to the supported architectures ?
Martchus commented on 2018-12-24 01:39 (UTC)
Never hard-code makeflags in PKGBUILD files unless you really have to. To use custom make flags (consistently), set them in
/etc/makepkg.conf
.0x9fff00 commented on 2018-10-27 11:21 (UTC)
You can remove git from makedepends now that it's no longer used.
phiresky commented on 2018-10-27 11:06 (UTC)
fixed
0x9fff00 commented on 2018-10-26 18:45 (UTC) (edited on 2018-10-26 18:46 (UTC) by 0x9fff00)
Building now fails:
To fix this, change the source line to
and remove the pkgver and prepare functions (those are only needed for VCS packages).
cd "$srcdir/$pkgname"
in build() and package() also needs to be changed tocd "$pkgname-$pkgver"
.toyarchery commented on 2018-10-26 18:41 (UTC) (edited on 2018-10-26 18:41 (UTC) by toyarchery)
1.4.97-Beta release has been added, which breaks this package because of the hyphen in the tag name
It would be better to limit the PKGBUILD to the latest stable release and not rely on the tag name
Niklas commented on 2017-09-26 14:55 (UTC)
phiresky commented on 2017-09-26 02:11 (UTC)
sajattack commented on 2017-09-23 17:38 (UTC)
phiresky commented on 2017-07-14 11:51 (UTC)
jarerod commented on 2017-07-14 00:18 (UTC)