Package Details: albert 0.26.10-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: 36
Popularity: 2.45
First Submitted: 2021-03-08 21:29 (UTC)
Last Updated: 2024-12-18 14:36 (UTC)

Latest Comments

1 2 3 4 5 6 .. 9 Next › Last »

manuelschneid3r commented on 2024-12-18 15:48 (UTC)

Whatever you are doing, you are not building this package. QMLBoxModel has been archived long ago.

phunni commented on 2024-12-18 15:44 (UTC) (edited on 2024-12-18 15:48 (UTC) by phunni)

Latest build fails with:

[ 69%] Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/qmlinterface.cpp.o
[ 69%] Building CXX object plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/window.cpp.o
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp: In lambda function:
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp:114:104: error: conversion from ‘qreal’ {aka ‘double’} to ‘int’ may change value [-Werror=float-conversion]
114 |     connect(root_object_.get(), &QQuickItem::widthChanged, this, [this](){ setWidth(root_object_->width()); });
  |                                                                                   ~~~~~~~~~~~~~~~~~~~^~
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp: In lambda function:
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src window.cpp:115:107: error: conversion from ‘qreal’ {aka ‘double’} to ‘int’ may change value [-Werror=float-conversion]
115 |     connect(root_object_.get(), &QQuickItem::heightChanged, this, [this](){ setHeight(root_object_->height()); });
  |                                                                                       ~~~~~~~~~~~~~~~~~~~~^~
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp: In member function ‘void Window::loadRootComponent(const QString&)’:
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp:116:33: error: conversion from ‘qreal’ {aka ‘double’} to ‘int’ may change value [-Werror=float-conversion]
116 |     setWidth(root_object_->width());
  |              ~~~~~~~~~~~~~~~~~~~^~
/home/paul/.cache/aurutils/sync/albert/src/albert/plugins/qmlboxmodel/src/window.cpp:117:35: error: conversion from ‘qreal’ {aka ‘double’} to ‘int’ may change value [-Werror=float-conversion]
117 |     setHeight(root_object_->height());
  |               ~~~~~~~~~~~~~~~~~~~~^~
cc1plus: some warnings being treated as errors
make[2]: *** [plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/build.make:193: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/src/window.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:3778: plugins/qmlboxmodel/CMakeFiles/qmlboxmodel.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...[/code]

peetwastaken commented on 2024-12-02 13:39 (UTC)

@dwSun you have to do that yourself: https://wiki.archlinux.org/title/Makepkg#Parallel_compilation

dwSun commented on 2024-12-02 13:24 (UTC)

Is it possible to enable multi-core support at compile time, the compilation is too slow now.

arcanis commented on 2024-12-02 12:35 (UTC)

@canyue980 did you try to recompile it?

canyue980 commented on 2024-11-29 00:05 (UTC)

I run with the following error, how can I fix it? albert: /usr/lib/libQt6Core.so.6: version `Qt_6.8' not found (required by /usr/lib/libalbert.so.0.26)

dudedudedude commented on 2024-10-19 10:45 (UTC)

@manuelschneid3r Thanks, I did. It worked. :)

manuelschneid3r commented on 2024-10-17 22:39 (UTC)

@dudedudedude there is still the official package at obs you could try

dudedudedude commented on 2024-10-17 21:07 (UTC)

@pychuang Thanks, noticed the issue on github. Would you happen to have any advice to wait a bit faster? Maybe if we all wait together and do so intensely?

May the gods of maintainership and AUR packacking be in the favor of arcanis and grant him/her some spare time to do the update. <3

pychuang commented on 2024-10-16 14:18 (UTC)

Just for whoever having a segmentation fault. This had been fixed in upstream, so just need to wait for a new release. Reference: https://github.com/albertlauncher/albert/issues/1458