Package Details: qdirstat 1.9-2

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: GPL-2.0-only
Conflicts: qdirstat-git
Submitter: phiresky
Maintainer: phiresky (TheTrueColonel)
Last Packager: TheTrueColonel
Votes: 138
Popularity: 3.61
First Submitted: 2016-03-01 15:56 (UTC)
Last Updated: 2024-02-23 03:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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:

==> Starting pkgver()...
==> ERROR: pkgver is not allowed to contain colons, forward slashes, hyphens or whitespace.
==> ERROR: pkgver() generated an invalid version: 1.4.97-Beta

To fix this, change the source line to

source=("$pkgname-$pkgver.tar.gz::https://github.com/shundhammer/qdirstat/archive/$pkgver.tar.gz")

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 to cd "$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)

Don't set it to any, the resulting package would also specify an any architecture even though this clearly includes architecture-dependent ELF files. Just put in armv7h if you want to - the best way however is not to include it since Arch Linux ARM is not an officially supported distribution of Arch. For ARM users I would recommend using devtools-alarm which ignores the architecture tags in PKGBUILDs.

phiresky commented on 2017-09-26 02:11 (UTC)

I think if the dependencies can be built, this package can be built. I set the architecture to any.

sajattack commented on 2017-09-23 17:38 (UTC)

Successfully built on armv7h. Please add this to your supported architectures.