Search Criteria
Package Details: owncloud-client-desktop-shell-integration-dolphin-git r21.f0e60f4-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/owncloud-client-desktop-shell-integration-dolphin-git.git (read-only, click to copy) |
---|---|
Package Base: | owncloud-client-desktop-shell-integration-dolphin-git |
Description: | ownCloud Dolphin integration |
Upstream URL: | https://github.com/owncloud/client-desktop-shell-integration-dolphin |
Licenses: | GPL-2.0 |
Submitter: | jpk24 |
Maintainer: | jpk24 |
Last Packager: | jpk24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-09-09 08:18 (UTC) |
Last Updated: | 2025-06-16 13:32 (UTC) |
Dependencies (7)
- kcoreaddons (kcoreaddons-gitAUR)
- kio (kio-gitAUR)
- owncloud-client (owncloud-client-gitAUR)
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- extra-cmake-modules (extra-cmake-modules-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
jpk24 commented on 2025-06-16 13:37 (UTC)
@tinkerer I added your suggestion
tinkerer commented on 2025-06-14 09:50 (UTC) (edited on 2025-06-14 09:50 (UTC) by tinkerer)
Would you consider adding the
-G"Unix Makefiles"
flag to the cmake command? So it would be:cmake -DCMAKE_BUILD_TYPE=release .. -G"Unix Makefiles"
I couldn't build the package because I've got the
CMAKE_GENERATOR=Ninja
export in my .bashrc/.zshrc.jpk24 commented on 2024-11-29 08:19 (UTC)
@poscat I added your changes.
Poscat commented on 2024-11-29 02:20 (UTC) (edited on 2024-11-29 02:53 (UTC) by Poscat)
This should do it:
(You forgot some dependencies as well)
Poscat commented on 2024-11-29 02:14 (UTC)
dependency.patch
should be placed insidesource
and should be referenced as"$srcdir"/dependency.patch
since you won't have access to the PKGBUILD repository using sandboxed build.