Search Criteria
Package Details: beekeeper-qt 1.3.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/beekeeper-qt.git (read-only, click to copy) |
|---|---|
| Package Base: | beekeeper-qt |
| Description: | Deduplicate redundant data in your disk and save space |
| Upstream URL: | https://github.com/techmanwalker/beekeeper-qt |
| Licenses: | AGPL-3.0-or-later |
| Provides: | beekeeper |
| Submitter: | lito |
| Maintainer: | lito |
| Last Packager: | lito |
| Votes: | 1 |
| Popularity: | 0.44 |
| First Submitted: | 2025-09-23 08:23 (UTC) |
| Last Updated: | 2026-02-16 04:50 (UTC) |
Dependencies (13)
- bees (bees-gitAUR)
- btrfs-progs (btrfs-progs-gitAUR)
- polkit-qt6 (polkit-qt6-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-scrollfixAUR, qt6-base-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-xcb-private-headers-scrollfixAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR)
- qt6-tools
- systemd (systemd-gitAUR, systemd-selinuxAUR)
- util-linux (util-linux-aesAUR, util-linux-selinuxAUR)
- cli11 (cli11-compiledAUR) (make, x86_64)
- cmake (cmake3AUR, cmake-gitAUR) (make, x86_64)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make, x86_64)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make, x86_64)
- pkgconf (pkgconf-gitAUR) (make, x86_64)
- doxygen (doxygen-gitAUR) (optional, x86_64)
Latest Comments
lito commented on 2026-01-29 19:45 (UTC)
@wintersnowgod Fixed! I think that the AUR helper might be a lack of
.SRCINFOissue but I can't test as I use pure CMake for the task. I applied your changes anyway! Though I'm fearful that it can break on bad connections just like I faced it right now with an error along the lines of"server doesn't support byte resume"so I might revert if asked to do so.wintersnowgod commented on 2026-01-29 12:24 (UTC)
Hello.. Since this is a pkg without -git suffix, wouldnt it be better to change the source line to a tag release?
source=("$pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")and change the cd lines tocd $pkgname-$pkgverand also remove the function?pkgver()This would also help the aur helpers to correctly show updates. Currently it causes aur helpers to show update for the package even though it is upto date...
lito commented on 2026-01-28 07:34 (UTC)
@Zylvo thank you so much for the shoutout! you helped me discover another issue. fixed and bumped to the pre-release version
Zylvo commented on 2026-01-27 08:52 (UTC)
Hi, there's "cli11" dependency missing that can cause missing file "#include <CLI/CLI.hpp>" error