Search Criteria
Package Details: p4v 2024.3.2649657-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/p4v.git (read-only, click to copy) |
---|---|
Package Base: | p4v |
Description: | Perforce Visual Client |
Upstream URL: | https://www.perforce.com |
Keywords: | p4 p4merge perforce |
Licenses: | custom:p4v |
Submitter: | 1ace |
Maintainer: | Nephyrin |
Last Packager: | Nephyrin |
Votes: | 22 |
Popularity: | 0.000000 |
First Submitted: | 2015-08-12 22:16 (UTC) |
Last Updated: | 2024-09-12 21:53 (UTC) |
Dependencies (2)
- libxcb (libxcb-gitAUR)
- qt6-base (qt6-base-headlessAUR, qt6-base-gitAUR)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
jshap commented on 2020-08-28 19:05 (UTC)
yes you're right, fixed.
SoleSoul commented on 2020-08-09 08:09 (UTC)
Shouldn't this have qt5-base as a dependency? It doesn't start without qt5-base installed.
dunestorm commented on 2020-06-06 15:01 (UTC) (edited on 2020-06-06 15:02 (UTC) by dunestorm)
It no longer builds for me using the latest release :(
JudgeManganese commented on 2020-05-26 08:32 (UTC)
I've noticed that if you use p4v to launch anything qt, p4v's qt conflicts with with the system one with a log filled with things like
That includes launching web browser for swarm reviews, using any QT text editors, etc.
Trying to set
export LD_LIBRARY_PATH=/usr/lib
(which gets appended to p4v's own export LD_LIBRARY_PATH in the p4v file) doesn't help at all because the linker still sees the first libraries and gives up.p4v is probably built against Ubuntu or Debian, so it works fine there because the libraries match (besides not being able to find its own plugins after startup, but that's a different problem).
jshap commented on 2020-01-15 21:07 (UTC)
like
aur/p4
I made some changes so pkgver is updated automatically to match what you download mainly for my own convenience, however unlike that package this one does not ship with an asc so the checksum verif. will still fail until I manually update the package... :(jshap commented on 2019-11-20 21:46 (UTC)
@aurius sorry, I just fixed it. guess my previous comment to @geirThomassen is defunct lol
aurius commented on 2019-11-20 21:44 (UTC)
Just tried to install with pikaur and got:
==> Validating source files with sha256sums...
p4v.desktop ... Passed
p4admin.desktop ... Passed
p4merge.desktop ... Passed
LICENSE ... Passed
p4v-2019.2.1856742.tgz ... Passed
==> Extracting sources...
-> Extracting p4v-2019.2.1856742.tgz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
/home/user/.cache/pikaur/build/p4v/PKGBUILD: line 29: cd: /home/user/.cache/pikaur/build/p4v/src/p4v-2019.2.1856742/: No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Command 'makepkg --force' failed to execute.
-----
When listed the "/home/user/.cache/pikaur/build/p4v/src" got:
drwxr-xr-x 3 user user 4096 Nov 20 22:34 .
drwxr-xr-x 4 user user 4096 Nov 20 22:34 ..
lrwxrwxrwx 1 user user 44 Nov 20 22:34 LICENSE -> /home/user/.cache/pikaur/build/p4v/LICENSE
lrwxrwxrwx 1 user user 52 Nov 20 22:34 p4admin.desktop -> /home/user/.cache/pikaur/build/p4v/p4admin.desktop
lrwxrwxrwx 1 user user 52 Nov 20 22:34 p4merge.desktop -> /home/user/.cache/pikaur/build/p4v/p4merge.desktop
lrwxrwxrwx 1 user user 59 Nov 20 22:34 p4v-2019.2.1856742.tgz -> /home/user/.cache/pikaur/build/p4v/p4v-2019.2.1856742.tgz
drwxr-xr-x 4 user user 4096 Nov 13 22:11 p4v-2019.2.1883366
lrwxrwxrwx 1 user user 48 Nov 20 22:34 p4v.desktop -> /home/user/.cache/pikaur/build/p4v/p4v.desktop
jshap commented on 2019-11-20 21:21 (UTC) (edited on 2019-11-20 21:47 (UTC) by jshap)
@GeirThomassen updating, but where did your
2019.2.1883366
come from? even on the new binary checking the version gets meRev. Helix P4V/LINUX26X86_64/2019.2/1856742
, so I'm just going to bump pkgrel.edit: nevermind I figured it out lol... ignore this comment
jshap commented on 2019-11-19 19:53 (UTC)
@dront78 yeah I get that it still works, but I'd rather just not mess with it on a package basis, sorry. I'll just distribute what they do.
If you want to keep this package from ever installing that file though, you can symlink it to /dev/null with
sudo ln -s /dev/null /usr/share/p4v/lib/P4VResources/skins/Default.qss
, and then in your pacman.conf[options]
section you can addNoUpgrade = usr/share/p4v/lib/P4VResources/skins/Default.qss
and from now on whenever the package is updated it will keep the file as being "empty" and p4v will default to your system theme :)« First ‹ Previous 1 2 3 4 5 Next › Last »