Package Details: albert 0.26.7-1

Git Clone URL: https://aur.archlinux.org/albert.git (read-only, click to copy)
Package Base: albert
Description: A sophisticated standalone keyboard launcher
Upstream URL: https://github.com/albertlauncher
Licenses: custom
Submitter: arcanis
Maintainer: arcanis
Last Packager: arcanis
Votes: 34
Popularity: 1.94
First Submitted: 2021-03-08 21:29 (UTC)
Last Updated: 2024-11-08 08:18 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

peetwastaken commented on 2024-08-21 20:25 (UTC) (edited on 2024-08-21 20:25 (UTC) by peetwastaken)

@arcanis They definitely aren't.

Built from source and installed to /tmp/usr: https://pastebin.com/VF5BiSqk

Built with makepkg -sr on my machine:

└─$ find . | rg python
./usr/lib/albert/python.so

arcanis commented on 2024-08-21 19:12 (UTC) (edited on 2024-08-21 19:12 (UTC) by arcanis)

@Sving1024 what makes you think that python plugins are not shipped with the package?

https://i.imgur.com/TN2hMUf.png (plugin settings window) https://i.imgur.com/i5myniU.png (version)

micwoj92 commented on 2024-08-21 18:09 (UTC)

Look at the source and prepare() of this package. This is somewhat extreme case, but this is what they meant

https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=darling-git#n41

manuelschneid3r commented on 2024-08-21 18:05 (UTC)

@micwoj92 the source tree is nested. However when I once wrote this pkgbuild TUs told that each submodule has to be checked out in the root directory

manuelschneid3r commented on 2024-08-21 18:00 (UTC)

Why do you think so?

Sving1024 commented on 2024-08-21 04:53 (UTC)

Seems the -DCMAKE_BUILD_TYPE=MinSizeRel flag makes it not provide the python plugins.

micwoj92 commented on 2024-08-20 23:40 (UTC)

@matt_s No. Adjust MAKEFLAGS in your /etc/makepkg.conf.

matt_s commented on 2024-08-20 23:30 (UTC)

Please add make -j $(nproc) option to PKGBUILD for faster parallelized builds

micwoj92 commented on 2024-08-20 17:36 (UTC)

What does it mean "pkgbuild requires flat checkouts"?

Sving1024 commented on 2024-08-20 17:32 (UTC) (edited on 2024-08-20 17:32 (UTC) by Sving1024)

It seems that upstream wants to package python plugins with the main app.
Here's the original word:

[ef551af8] The plugins should actually be packaged with the main app
[ef551af8] Iirc the packagers did not adopt some cmake changes
[ef551af8] Maybe it's tricky because pkgbuild requires flat checkouts