Package Details: pamac-tray-icon-plasma 0.1.4-1

Git Clone URL: https://aur.archlinux.org/pamac-tray-icon-plasma.git (read-only, click to copy)
Package Base: pamac-tray-icon-plasma
Description: Pamac tray icon for plasma users
Upstream URL: https://gitlab.com/LordTermor/pamac-tray-icon-plasma
Keywords: pamac plasma tray
Licenses: GPL3
Conflicts: pamac-tray-appindicator
Submitter: Zeph
Maintainer: Zeph
Last Packager: Zeph
Votes: 23
Popularity: 0.059767
First Submitted: 2020-12-28 10:33 (UTC)
Last Updated: 2024-09-02 10:04 (UTC)

Latest Comments

1 2 3 4 Next › Last »

gudwin commented on 2025-12-18 11:32 (UTC)

I am getting the following while trying to install this package:

==> Making package: pamac-tray-icon-plasma 0.1.4-1 (qui 18 dez 2025 08:21:33)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading pamac-tray-icon-plasma-0.1.4-1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0   0     0   0     0     0     0  --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 403
==> ERROR: Failure while downloading https://gitlab.com/LordTermor/pamac-tray-icon-plasma/-/archive/58353a1b0fc4d1ba0957883da27c63aa04d0cdf2/pamac-tray-icon-plasma-58353a1b0fc4d1ba0957883da27c63aa04d0cdf2.tar.gz
    Aborting...

Interestingly, I encountered the same error while attempting to download the .tar.gz file using wget. But I am able to download it by using a browser. It seems to be either a misconfiguration of gitlab.com or perhaps a change in gitlab.com policies that requires extra flags for wget. I am trying to install it together with pamac-aur.

nightside commented on 2025-10-06 10:42 (UTC)

The correct PKGBUILD of pamac-tray-icon-plasma

https://github.com/nightsidearch/pamac-tray-icon-plasma/tree/main

The dependency is now libpamac-full, as it aims to install pamac-all, which is more complete.

<deleted-account> commented on 2025-09-26 01:03 (UTC)

The correct PKGBUILD of pamac-tray-icon-plasma

https://github.com/nightsidez/pamac-tray-icon-plasma

GeoNeilUK commented on 2025-06-25 13:36 (UTC)

I've had to change the PKGBUUILD to install this alongside pamac-all.

Trying to install this lists libpamac-aur, pamac-aur-git and pamac-git as providers of libpamac, even though I already have libpamac-full already installed.

Zeph commented on 2025-02-24 09:45 (UTC)

@laichiaheng Build depends of libpamac, libpamac-full provide libpamac no need to add more in dependency

laichiaheng commented on 2025-02-24 08:34 (UTC) (edited on 2025-02-24 08:36 (UTC) by laichiaheng)

Can you add libpamac-full in the dependency? Although it is listed here, I still have to edit the PKGBUILD to be able to build it.

xiota commented on 2024-11-05 17:16 (UTC)

pkgver is 0.1.4. Upstream has no releases. What is the source of that version number?

Also, upstream doesn't have a license file. On what basis is license set to GPL3?

Zeph commented on 2024-11-05 08:10 (UTC)

Build use last commit 58353a1b0fc4d1ba0957883da27c63aa04d0cdf2

xiota commented on 2024-11-04 22:03 (UTC)

What is the source of the version number? Upstream repo doesn't have any tags, releases, or version strings in source.

mrkoss commented on 2024-09-16 12:22 (UTC)

I did the same thing as roberthawdon by manually editing the dependency list to use libpamac-aur. It built fine using makepkg -si, and Pamac now recognizes it as installed. This seems to work fine although it'll mess with updates if the dependency issue isn't fixed by the time the next version rolls out.