Package Details: albert-git 0.20.14.r13.gee101532-1

Git Clone URL: https://aur.archlinux.org/albert-git.git (read-only, click to copy)
Package Base: albert-git
Description: A sophisticated standalone keyboard launcher
Upstream URL: https://github.com/albertlauncher
Licenses: GPL
Conflicts: albert
Provides: albert
Submitter: m3thodic
Maintainer: m3thodic
Last Packager: m3thodic
Votes: 2
Popularity: 0.000000
First Submitted: 2019-04-11 23:21 (UTC)
Last Updated: 2023-05-26 20:51 (UTC)

Dependencies (13)

Required by (0)

Sources (4)

Latest Comments

Tyilo commented on 2023-07-28 12:03 (UTC)

qt6-declarative is missing as a required dependency in the PKGBUILD.

Tyilo commented on 2023-01-03 21:15 (UTC)

Here is an updated PKGBUILD for 0.18.4:

# Maintainer: Tony Lambiris <tony@libpcap.net>

pkgname=albert-git
pkgver=0.18.4.r0.gd1993613
pkgrel=1
pkgdesc="A sophisticated standalone keyboard launcher."
arch=('any')
url="https://github.com/albertlauncher/albert"
license=('GPL')
provides=('albert')
conflicts=('albert')
depends=('qt6-base' 'qt6-scxml' 'qt6-svg')
makedepends=('cmake' 'git' 'muparser' 'pybind11' 'python')
optdepends=('muparser: Calculator plugin'
            'python: Python extension')
source=("albertlauncher/albert::git+https://github.com/albertlauncher/albert.git"
        "albertlauncher/plugins::git+https://github.com/albertlauncher/plugins.git"
        "albertlauncher/python::git+https://github.com/albertlauncher/python.git"
        "albertlauncher/QHotkey::git+https://github.com/Skycoder42/QHotkey.git")
sha256sums=('SKIP'
            'SKIP'
            'SKIP'
            'SKIP')

pkgver() {
    cd "${srcdir}/albert"

    git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'
}

prepare() {
    mkdir -p build

    cd "${srcdir}/albert"
    git submodule init
    git config submodule.plugins.url "${srcdir}/plugins"
    git config submodule.lib/QHotkey.url "${srcdir}/QHotkey"
    git -c protocol.file.allow=always submodule update plugins lib/QHotkey

    cd "${srcdir}/albert/plugins"
    git submodule init
    git config submodule.python/plugins.url "${srcdir}/python"
    git -c protocol.file.allow=always submodule update python/plugins
}

build() {
    cd "${srcdir}/build"

    cmake "${srcdir}/albert" \
        -DCMAKE_INSTALL_PREFIX=/usr \
        -DCMAKE_INSTALL_LIBDIR=lib \
        -Wno-dev

    make
}

package() {
    cd "${srcdir}/build"

    make DESTDIR="${pkgdir}" install
}

manuelschneid3r commented on 2022-12-28 13:35 (UTC)

Check the docker files.

kaipee2 commented on 2021-05-08 12:08 (UTC) (edited on 2021-05-24 17:28 (UTC) by kaipee2)

Edit : I've resolved this issue by reinstalling with yay and choosing to clean build.

I'm having some problems updating this package.

Submodule 'plugins' (https://github.com/albertlauncher/plugins.git) registered for path 'plugins'
Cloning into '/home/kaipee/.cache/yay/albert-git/src/albert/plugins'...done.
fatal: git upload-pack: not our ref 54277edd2953a1fe40124e7f138d5fc14e137948
fatal: remote error: upload-pack: not our ref 54277edd2953a1fe40124e7f138d5fc14e137948
Fetched in submodule path 'plugins', but it did not contain 54277edd2953a1fe40124e7f138d5fc14e137948. Direct fetching of that commit failed.

eathtespagheti commented on 2021-02-04 21:40 (UTC)

Hi I've updated the PKGBUIL to build from master and to add conflict for albert-minimal package, you can find it here: https://gitlab.com/eathtespagheti/albert-git

manuelschneid3r commented on 2020-12-27 12:36 (UTC)

You should not expect the dev branch to be stable. Join and report your issues in the Albert chats.

kristerv commented on 2020-11-16 12:35 (UTC) (edited on 2020-11-16 12:38 (UTC) by kristerv)

Can't install, crashes.

[...]yay/albert-git/src/albert/plugins/virtualbox/src/extension.cpp:160:138: error: no matching function for call to ‘nsDerivedSafe<IMachine>::LaunchVMProcess(nsCOMPtr<ISession>&, const ushort*, const ushort*, nsGetterAddRefs<IProgress>)’

I tried installing virtualbox itself, didn't help.

All of the error: https://pastebin.com/cVZYC0Y1