Search Criteria
Package Details: kdocker 6.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/kdocker.git (read-only, click to copy) |
|---|---|
| Package Base: | kdocker |
| Description: | An application to help you dock any application into the system tray |
| Upstream URL: | https://github.com/user-none/KDocker |
| Licenses: | GPL2 |
| Submitter: | Presence |
| Maintainer: | Presence (username227) |
| Last Packager: | username227 |
| Votes: | 29 |
| Popularity: | 0.000808 |
| First Submitted: | 2015-09-28 14:15 (UTC) |
| Last Updated: | 2024-10-31 12:46 (UTC) |
Dependencies (6)
- qt6-base (qt6-base-gitAUR, qt6-base-hifpsAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gcc-fast-optimizedAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR, n2-gitAUR) (make)
- perl (perl-gitAUR) (make)
- pod2manAUR (make)
Latest Comments
« First ‹ Previous 1 2
Kalinda commented on 2020-02-03 18:17 (UTC)
@ranger Thanks for that, this worked for me and now I can build this.
ranger commented on 2020-02-01 08:31 (UTC) (edited on 2020-02-01 08:34 (UTC) by ranger)
@Presence package wont build if a custom BUILDDIR is set in makepkg.conf
To fix this you should add patch in source
source=(https://github.com/user-none/KDocker/archive/${pkgver}.tar.gz qt_514_build_fix.patch)
and apply patch with "$srcdir/qt_514_build_fix.patch" not "../../qt_514_build_fix.patch". With ../../ you made a link to the download folder not the build folder.
Also, please don't update pkgrel when you fix a build error. AUR updaters will see this as an updated package, although this is just fix only for new builds and will result to the same package :)
jetm commented on 2020-01-22 23:19 (UTC)
@Presence It worked. Thanks!
Presence commented on 2020-01-22 16:09 (UTC)
Pushed a commit that should get it building again.
jetm commented on 2020-01-20 14:31 (UTC)
I am getting the following error while building:
« First ‹ Previous 1 2