Search Criteria
Package Details: xfce4-docklike-plugin-git 1:0.4.3.r19.ga5708ac-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xfce4-docklike-plugin-git.git (read-only, click to copy) |
---|---|
Package Base: | xfce4-docklike-plugin-git |
Description: | A modern, docklike, minimalist taskbar for XFCE (git checkout) |
Upstream URL: | https://gitlab.xfce.org/panel-plugins/xfce4-docklike-plugin |
Licenses: | GPL-3.0-or-later |
Conflicts: | xfce4-docklike-plugin |
Provides: | xfce4-docklike-plugin |
Submitter: | nsz32 |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 14 |
Popularity: | 0.000223 |
First Submitted: | 2019-05-19 15:35 (UTC) |
Last Updated: | 2025-04-14 03:53 (UTC) |
Dependencies (6)
- gtk-layer-shell (gtk-layer-shell-gitAUR)
- libxfce4windowing (libxfce4windowing-gitAUR, libxfce4windowing-develAUR)
- xfce4-panel (xfce4-panel-gitAUR, xfce4-panel-compizAUR, xfce4-panel-develAUR)
- git (git-gitAUR, git-glAUR) (make)
- meson (meson-gitAUR) (make)
- xfce4-dev-tools (xfce4-dev-tools-develAUR, xfce4-dev-tools-gitAUR) (make)
Latest Comments
1 2 Next › Last »
shoryuken commented on 2024-03-06 09:44 (UTC)
@lectrode Thank you! As said in https://aur.archlinux.org/packages/xfce4-docklike-plugin#comment-953177 though, I prefer not to get too directly involved in package maintenance, I just pop in from time to time here or there to report if something could/should be changed :)
lectrode commented on 2024-03-06 09:28 (UTC)
@shoryuken Thank you for your great work on this plugin, and for letting me know about the change! Much appreciated! Updated, tested and working.
I don't always realize when a package like this needs to be updated (unless it ceases to compile and/or function), so feel free to let me know if there's anything else that should be updated, or if you'd like more direct hands-on with this package :)
lectrode commented on 2023-12-11 12:01 (UTC)
Please replace
./autogen.sh
with./autogen.sh --prefix=/usr
in theprepare()
function. Without this, the plugin does not show up in the list of available items for the xfce panel.zone commented on 2022-12-23 10:21 (UTC)
@speltriao +1
hayao commented on 2022-02-18 19:39 (UTC)
One way is to remove pkgver() but it is not recommended. I'm going to research the issue deeply later.
nyanpasu64 commented on 2022-02-18 13:36 (UTC)
Right now there's a discrepancy between your
pkgver
andpkgver()
. Yourpkgver
variable says0.4.0.r0.ge683125
, butpkgver()
returnsv0.3.0.r95.g3004bc3
because master isn't a descendant of thexfce4-docklike-plugin-0.4.0
tag. As a result, paru always thinks this package is outdated. What's the best way to handle this situation?1 2 Next › Last »