Search Criteria
Package Details: tray-control-git 1:r10.20221118.08a0ff9-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tray-control-git.git (read-only, click to copy) |
---|---|
Package Base: | tray-control-git |
Description: | Simple CLI tool to show items in systray and activate them. Build on top of DBus. |
Upstream URL: | https://github.com/andrewerf/tray-control |
Licenses: | GPL3 |
Conflicts: | tray-control |
Provides: | tray-control |
Replaces: | tray-control |
Submitter: | dreieck |
Maintainer: | None |
Last Packager: | dreieck |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-02-21 14:17 (UTC) |
Last Updated: | 2023-02-21 14:17 (UTC) |
Dependencies (6)
- fmt (fmt-gitAUR)
- sdbus-cpp (sdbus-cpp-nosystemd-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, sysupdated-systemd-libs-gitAUR, systemd-libs-fmlAUR, systemd-libs-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- icu (icu-gitAUR) (make)
Latest Comments
async_andrew commented on 2023-02-21 19:32 (UTC)
It seems that you've submitted a merge request to
tray-control-git
, so this package could be safely removed.dreieck commented on 2023-02-21 13:25 (UTC)
Binaries are installed into
/usr/local/bin/
. This is wrong. Please install into/usr/bin/
(use-DCMAKE_INSTALL_PREFIX=/usr
).Please fix also this.
Regards!
dreieck commented on 2023-02-21 13:19 (UTC)
cmake
needs to be a makedependency.pkgver()
git
-commands in$srcdir
. This retrieves information about the AUR specific packaging, not about the upstream source. This is wrong. You need to run it within the upstream's source directory.Please fix, as well as the other issues.
dreieck commented on 2023-02-19 16:16 (UTC)
This package needs
tray-control-git
, since it uses latest git checkout,tray-control
added to theprovides
anddepends
arrays.Please fix.
Thanks for maintaining!
dreieck commented on 2023-02-15 19:21 (UTC) (edited on 2023-02-19 16:16 (UTC) by dreieck)
pkgver()
produces a version which is smaller than the version of the upload in the AUR.r10.08a0ff9
pkgver()
:r1.ad6af59
Please fix.
If upstream versioning scheme has changed then please increment
$epoch
. Maybe you are also forgetting to prepend some official version number?Regards!