Search Criteria
Package Details: latte-dock-git r4567.589b5f00-1
Git Clone URL: | https://aur.archlinux.org/latte-dock-git.git (read-only, click to copy) |
---|---|
Package Base: | latte-dock-git |
Description: | Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids |
Upstream URL: | https://invent.kde.org/plasma/latte-dock |
Keywords: | dock kde panel plasma qt5 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | omni |
Maintainer: | omni |
Last Packager: | omni |
Votes: | 23 |
Popularity: | 0.78 |
First Submitted: | 2017-01-26 17:21 |
Last Updated: | 2020-11-07 08:59 |
Dependencies (9)
- hicolor-icon-theme (hicolor-icon-theme-git)
- kirigami2 (kirigami2-git)
- knewstuff (knewstuff-git)
- plasma-framework (plasma-framework-git)
- cmake (cmake-git) (make)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
- python (python-dbg) (make)
- libunity (optional) – quicklists, counters, and progress bars for apps using libunity
Required by (4)
- kwin-scripts-window-colors (requires latte-dock)
- moe-kde-git (optional)
- plasma5-applets-latte-sidebar-button-git (requires latte-dock)
- whitesur-kde-theme-git (requires latte-dock) (optional)
Latest Comments
1 2 3 Next › Last »
Jerzy97 commented on 2021-01-17 22:39
I am not able to build this package. During the
package()
step I get an errormake: *** No rule to make target 'Packages/latte-dock-git/pkg/latte-dock-git'. Stop.
My commands are
git clone ...
andmakepkg -si
Maybe the solution is trivial - I am very new to this - sorry.Kodehawa commented on 2020-11-06 19:02
I can confirm the previous comments about DCMAKE_BUILD_TYPE=Master.
psdi also confirmed it, so might be worth changing?
michaldybczak commented on 2020-10-25 22:05
With DCMAKE_BUILD_TYPE=Release .. it fetches the latest official release, not the git latest, so the package isn't really git then. This tweak was hint from latte's developer and I tested it myself. As long, I was using Release, it was pulling an old, bugged version. With Master, it installed the latest master branch changes.
akej74 commented on 2020-08-10 19:01
@michaldybczak, as far as I know, DCMAKE_BUILD_TYPE is a parameter for the compiler and should normally be "Release". The PKGBUILD seems to fetch the latest source, as per source=("git+${url}.git") , where url='https://invent.kde.org/plasma/latte-dock'
Just like to double check this before trying to install.
Also refer to https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
michaldybczak commented on 2020-07-11 16:47
PKGBUILD is not installing master but a release version that is currently bugged. Had to edit it to master. It would be nice to change to master, since there is no point of naming package -git and not giving the latest commits after reinstall.
For everyone interested, edit PKGBUILD to:
beojan commented on 2020-06-11 17:21
KDE have moved to gitlab, so the source URL needs to be updated to https://invent.kde.org/plasma/latte-dock.git
omni commented on 2020-01-28 14:41
@navarroaxel Ruby and subversion were needed for releaseme to get translations. Since ruby version in arch is to new for releaseme i have disabled it. I think i will remove it from pkgbuild completely.
navarroaxel commented on 2020-01-27 11:52
I think you can remove ruby and subversion from makedepends. I built the package without them.
Morganamilo commented on 2018-06-01 18:27
the source array has
git+git
instead ofgit+https
.omni commented on 2018-01-15 18:31
@pavbaranov
all dependencies are satisfied, don't worry.