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: 18
Popularity: 0.97
First Submitted: 2020-12-28 10:33 (UTC)
Last Updated: 2024-09-02 10:04 (UTC)

Latest Comments

1 2 3 Next › Last »

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.

roberthawdon commented on 2024-09-15 23:29 (UTC) (edited on 2024-09-15 23:40 (UTC) by roberthawdon)

I find I needed to replace:

depends=('libpamac>=11.0.0' 'qt6-base>=6.2.0' 'knotifications' 'kstatusnotifieritem')

with:

depends=('libpamac-aur>=11.0.0' 'qt6-base>=6.2.0' 'knotifications' 'kstatusnotifieritem')

Also, I couldn't install this through yay as it wanted to resolve the libpamac dependency first. So it had to be manually built with makepkg -si

Xwang commented on 2024-09-15 17:12 (UTC) (edited on 2024-09-15 17:14 (UTC) by Xwang)

In order to make it compile I had to change the


depends=('libpamac>=11.0.0' 'qt6-base>=6.2.0' 'knotifications' 'kstatusnotifieritem')

with


depends=('libpamac.so>=11' 'qt6-base>=6.2.0' 'knotifications' 'kstatusnotifieritem')

I'm using libpamac-aur

gudwin commented on 2024-09-03 18:31 (UTC) (edited on 2024-09-03 18:48 (UTC) by gudwin)

Apparently there is an error in this update:

$ pamac update
Preparing...
Synchronizing package databases...
Cloning pamac-tray-icon-plasma build files...
Generating pamac-tray-icon-plasma information...
Checking pamac-tray-icon-plasma dependencies...
Checking libpamac-aur dependencies...
Checking libpamac-full dependencies...
Checking libpamac-flatpak dependencies...
Resolving dependencies...
Checking inter-conflicts...
Error: Failed to prepare transaction:
could not satisfy dependencies:
- removing libpamac-full breaks dependency 'libpamac-full' required by pamac-all

I am using libpamac-full 1:11.6.4-1 and qt6-base 6.7.2-2 ... so there should be no dependency problem !

I just changed dependency 'libpamac>=11.0.0' to 'libpamac-full>=11.0.0' and it worked !!!

ABOhiccups commented on 2024-09-03 05:07 (UTC)

@Zeph I could not install this package. I get 503 Error!

Zeph commented on 2024-09-02 13:34 (UTC)

ADD version in provides libpamac-aur

duffydack commented on 2024-09-02 11:50 (UTC) (edited on 2024-09-02 11:55 (UTC) by duffydack)

Getting error (in a clean chroot. unable to satisfy dependency 'libpamac>=11.0.0' I have libpamac-flatpak 1:11.6.4-1 available. If I edit the pkgbuild to say depends libpamac-flatpak it works.