Search Criteria
Package Details: xfce4-generic-slider-git 128.7891509-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/xfce4-generic-slider-git.git (read-only, click to copy) |
|---|---|
| Package Base: | xfce4-generic-slider-git |
| Description: | Xfce panel plugin for adjusting the value passed to a command |
| Upstream URL: | http://goodies.xfce.org/projects/panel-plugins/xfce4-generic-slider |
| Licenses: | GPL |
| Groups: | xfce4-goodies |
| Conflicts: | xfce4-generic-slider |
| Provides: | xfce4-generic-slider |
| Submitter: | ConnorBehan |
| Maintainer: | ConnorBehan |
| Last Packager: | ConnorBehan |
| Votes: | 6 |
| Popularity: | 0.000000 |
| First Submitted: | 2009-09-19 00:09 (UTC) |
| Last Updated: | 2024-09-16 15:22 (UTC) |
Dependencies (3)
- xfce4-panel (xfce4-panel-develAUR, xfce4-panel-compizAUR, xfce4-panel-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- xfce4-dev-tools (xfce4-dev-tools-gitAUR, xfce4-dev-tools-develAUR) (make)
Latest Comments
Antiz commented on 2024-09-16 11:24 (UTC)
Generally speaking, you always want to conflict the non-git package in case it ever exists (and it now does). So you indeed need to add
provides=('xfce4-generic-slider')andconflicts=('xfce4-generic-slider').This package is also missing the
gitmakedepends.NoobAlice commented on 2023-05-27 15:49 (UTC)
Version 1.0 has been released! https://docs.xfce.org/panel-plugins/xfce4-generic-slider/start
ConnorBehan commented on 2022-06-01 21:50 (UTC)
There are no plans to have non-git releases upstream. Why make this conflict with a package that doesn't exist?
dreieck commented on 2022-06-01 21:29 (UTC)
Please add
provides=('xfce4-generic-slider')andconflicts=('xfce4-generic-slider').Also, your
$pkveris just the commit count. So it should start withr, I think. (If you change it that way, don't forget to increment$epochas well since it is a change in versioning scheme that would otherwise make the modified$pkgverappear to be lower than the current.)Thanks for maintaining!