Search Criteria
Package Details: pantheon-dock-git r2240.ca3d330e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pantheon-dock-git.git (read-only, click to copy) |
---|---|
Package Base: | pantheon-dock-git |
Description: | The Pantheon Dock |
Upstream URL: | https://github.com/elementary/dock |
Licenses: | GPL3 |
Conflicts: | pantheon-dock, plank |
Provides: | pantheon-dock, plank |
Submitter: | SolarAquarion |
Maintainer: | SolarAquarion |
Last Packager: | SolarAquarion |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-24 02:28 (UTC) |
Last Updated: | 2022-12-04 01:19 (UTC) |
Dependencies (11)
- bamf (bamf-ubuntu-bzr, bamf-ubuntu)
- gnome-menus
- granite (granite-git)
- libgee (libgee-git)
- python (nogil-python, python36, python32, python39, python38, python37, python310, python312)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gnome-common (make)
- gnome-menus (make)
- libdbusmenu-gtk3 (make)
- meson (meson-git) (make)
- vala (vala0.44, vala-git, vala0.52, vala0.54) (make)
Required by (42)
- gala-git (requires plank) (make)
- gnome-shell-extension-dash-to-plank (requires plank)
- gtk-theme-shiki-colors-revival (requires plank) (optional)
- lipsum-git (requires plank) (make)
- lipsum-git (requires plank) (optional)
- mate-layouts (requires plank) (optional)
- mate-tweak (requires plank) (optional)
- mate-tweak-git (requires plank) (optional)
- pantheon-files-git (requires pantheon-dock)
- pantheon-session-git (requires pantheon-dock)
- pantheon-stable (requires plank)
- plank-docklet-picky (requires plank)
- plank-docklet-tea (requires plank)
- plank-theme-anti-shade-git (requires plank)
- plank-theme-arc (requires plank)
- plank-theme-arian-git (requires plank)
- plank-theme-avix (requires plank)
- plank-theme-bigsur (requires plank)
- plank-theme-catalin (requires plank)
- plank-theme-cream (requires plank)
- Show 22 more...
Latest Comments
marlene-stubble commented on 2022-08-16 13:32 (UTC)
Got the error: pantheon-dock/meson.build:1:0: ERROR: Unknown options: "apport".
Got it to build by removing the references to apport - it seems to be an Ubuntu-specific problem reporting system. Elementary's github page doesn't mention it, so should be safe enough to remove it. The build lines should look like below:
build() { arch-meson pantheon-dock build ninja -C build
deathmist commented on 2021-12-22 19:39 (UTC)
Doesn't built due to: pantheon-dock/meson.build:1:0: ERROR: Unknown options: "apport"
Fixed with a: sed 's/-Dapport=/-Denable-apport=/' -i PKGBUILD
btd1337 commented on 2021-03-07 16:27 (UTC)
Please, add
help2man
to dependencies.quequotion commented on 2020-10-03 22:25 (UTC)
One more thing!
When I tried building this in a clean chroot, I found it was missing
libgranite.so=5-64
from makedepends().Note that the library version could change in the future; this is the one provided by granite in [community].
quequotion commented on 2020-09-24 14:08 (UTC)
This probably doesn't need to depend on
plank
, as it is a fork ofplank
.Subsequently, we need to update the Pantheon wiki, pantheon-session, pantheon-session-git, and make a "stable release" package for pantheon-dock.
For some time now elementary OS has apparently been shipping their fork of plank, this, instead of the upstream version we've been using in Archlinux.