Package Details: cosmic-ext-applet-logomenu-git 0.6.11-6

Git Clone URL: https://aur.archlinux.org/cosmic-ext-applet-logomenu-git.git (read-only, click to copy)
Package Base: cosmic-ext-applet-logomenu-git
Description: Logo Menu applet for the COSMIC™ desktop
Upstream URL: https://github.com/cappsyco/cosmic-ext-applet-logomenu
Keywords: applet, cosmic, logo menu
Licenses: GPL-3.0-or-later
Conflicts: cosmic-ext-applet-logomenu
Provides: cosmic-ext-applet-logomenu
Submitter: cappsyco
Maintainer: cappsyco
Last Packager: cappsyco
Votes: 1
Popularity: 0.60
First Submitted: 2025-10-20 21:26 (UTC)
Last Updated: 2026-01-08 23:48 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

cappsyco commented on 2026-01-08 20:48 (UTC)

God, I'm dumb. Thank you, that's fixed!

LiamillionSS commented on 2026-01-08 12:49 (UTC)

Line 21 <cd "$pkgname"> should be <cd "${pkgname%-git}">, all good after that

cappsyco commented on 2026-01-07 19:09 (UTC)

Thank you, nick! I intend for this to be up to date with the latest commit so I've added a pkgver function as suggested.

nick42 commented on 2026-01-07 12:51 (UTC)

Hi there @cappsyco, I noticed this looks like this is intended to be an auto-bumping '-git' package or tied to the upstream version?

If tied to upstream, would it be possible to remove the '-git' suffix and add the '#tag=v${pkgver}' string to the source? Otherwise, could we please get a 'pkgver()' function added? (examples here https://wiki.archlinux.org/title/VCS_package_guidelines#Git)

Will help upstream tools determine when updates are due :) https://github.com/nick42d/cosmic-applet-arch/issues/57

cappsyco commented on 2025-12-18 21:49 (UTC)

Thank you, this should be fixed up now!

LiamillionSS commented on 2025-12-18 01:38 (UTC) (edited on 2025-12-26 05:02 (UTC) by LiamillionSS)

Error when building as of https://github.com/cappsyco/cosmic-ext-applet-logomenu/commit/72b6433b11a931b7202fb6385596cf426f89110b:

error[E0061]: this method takes 7 arguments but 6 arguments were supplied
   --> /home/liam/.cargo/git/checkouts/libcosmic-a320600633d98acc/dc3749b/iced/graphics/src/geometry/text.rs:51:29
    |
 51 |           let layout = buffer.layout(
    |  _____________________________^^^^^^-
 52 | |             font_system.raw(),
 53 | |             self.size.0,
 54 | |             None,
...   |
 57 | |             8,
 58 | |         );
    | |_________- argument #7 of type `cosmic_text::Hinting` is missing

...

error: could not compile `iced_graphics` (lib) due to 1 previous error

Edit 1: Fixed markup formatting

Edit 2: Thanks, confirmed working with the latest update

domahet commented on 2025-11-03 22:13 (UTC) (edited on 2025-11-03 22:14 (UTC) by domahet)

The Links in the PKGBUILD are broken, so the sources cannot be pulled without manually editing it. The edits in question:

-url="https://github.com/cappsyco/cosmic-ext-applet-logomenu-git"
+url="https://github.com/cappsyco/cosmic-ext-applet-logomenu"

-source=('git+https://github.com/cappsyco/cosmic-ext-applet-logomenu-git.git')
+source=('git+https://github.com/cappsyco/cosmic-ext-applet-logomenu.git')