@shellwen: this is not how -git aur packages works.
Every time you build it will download from the very last commit, no matter what the package name says.
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 |
Licenses: | GPL |
Conflicts: | latte-dock |
Provides: | latte-dock |
Submitter: | omni |
Maintainer: | None |
Last Packager: | omni |
Votes: | 37 |
Popularity: | 0.002361 |
First Submitted: | 2017-01-26 17:21 (UTC) |
Last Updated: | 2023-10-27 17:24 (UTC) |
@shellwen: this is not how -git aur packages works.
Every time you build it will download from the very last commit, no matter what the package name says.
please update provide
now it is r6055.a0e6eae9
Achei bem interessante essa versão mas apresenta algumas falhas no Wayland, alguns artefatos no auto ocultamento.
A new dependency is required: plasma-workspace
Please, add the -p parameter to the mkdir inside build().
Really xD .... shame on me
Please, add the -p parameter to the mkdir inside build().
So it will not rise error if the directory already exists, allowing the package to be updated/rebuild to the last git sources.
ie:
build() { cd ${_gitname} mkdir -p build && cd build cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Master .. }
@Cpn-Neemo Yes it should, but that's a new dependancy that is introduced in the latest build. The package owner should update it.
If you get CMake Error By not providing "FindPlasmaWaylandProtocols.cmake" in CMAKE_MODULE_PATH error, just install 'plasma-wayland-protocols'
Should this no be a dependency if the package wont build without it?
If you get CMake Error By not providing "FindPlasmaWaylandProtocols.cmake" in CMAKE_MODULE_PATH error, just install 'plasma-wayland-protocols' and you should be good to go.
Also depends on the binutils
package for the strip
command.
Pinned Comments