Search Criteria
Package Details: barrier-git v2.3.3+153+g12024b9a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/barrier-git.git (read-only, click to copy) |
---|---|
Package Base: | barrier-git |
Description: | Open-source KVM software based on Synergy (GUI) |
Upstream URL: | https://github.com/debauchee/barrier |
Licenses: | custom:GPL2WithOpenSSLException |
Submitter: | tallero |
Maintainer: | FabioLolix |
Last Packager: | tallero |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2019-04-16 18:50 (UTC) |
Last Updated: | 2021-02-04 06:22 (UTC) |
Dependencies (8)
- barrier-headless-gitAUR
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- cmake (cmake-gitAUR) (make)
- gmock (googletest-gitAUR, gtest) (make)
- gtest (googletest-gitAUR) (make)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
gardotd426 commented on 2020-10-15 23:43 (UTC)
What's really weird is when I just download the repo, run
mkdir build && cd build/ && cmake .. && make
the normal old way, it builds, and then I get a bin directory with barrier in it, and when I run it it works. So my question is why the PKGBUILD does it differently?gardotd426 commented on 2020-10-15 23:18 (UTC)
This is for sure still an error.
@tailero it seems nothing has changed.
randomjerk commented on 2020-10-15 22:07 (UTC)
@tallero I still run into the same issue reported by others. I have git versions of cmake and googletest built from AUR.
CMake Error at src/test/CMakeLists.txt:34 (add_library): Cannot find source file:
CMake Error at src/test/CMakeLists.txt:33 (add_library): Cannot find source file:
Tried extensions .c .C .c++ .cc .cpp .cxx .cu .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc
CMake Error at src/test/CMakeLists.txt:34 (add_library): No SOURCES given to target: gmock
CMake Error at src/test/CMakeLists.txt:33 (add_library): No SOURCES given to target: gtest
tallero commented on 2020-09-03 18:17 (UTC)
@gardotd426, @lucasrizzini @Berengal fix'd
tallero commented on 2020-09-02 21:38 (UTC)
@gardotd426:
The package is built from git. Reading your messages I had the impression they were related to the current status of projects' source code and not the PKGBUILD itself. I will give it a look tomorrow and eventually edit it to let you easily build the revision which suits you best.
gardotd426 commented on 2020-09-01 04:43 (UTC)
Almost 3 weeks later, and @lucasrizzini's issue is still present. Is this package orphaned, or....
lucasrizzini commented on 2020-08-13 16:28 (UTC)
Error compiling:
CMake Error at src/test/CMakeLists.txt:24 (add_library): No SOURCES given to target: gmock
CMake Error at src/test/CMakeLists.txt:23 (add_library): No SOURCES given to target: gtest
CMake Generate step failed. Build files cannot be regenerated correctly.
Berengal commented on 2019-11-03 08:16 (UTC)
Can you add 'armv7h' to the 'arch' field please? I built and tested this on a raspberry pi 4 running archlinuxarm and it works just fine.
dude commented on 2019-09-21 13:13 (UTC)
Can you add 'git' to your makedepends please?
See https://wiki.archlinux.org/index.php/VCS_package_guidelines#Guidelines
mirh commented on 2019-09-14 15:33 (UTC)
Why is the barrier-headless-git dependency put in the package step rather than the main header? It's not like you are even making split packages.
In fact.. Why are there even two separate pkgbuilds for the two barrier and barrier-headless? It seems wasteful having to download and build the things twice.
« First ‹ Previous 1 2 3 Next › Last »