Autogenerated commit at 2025-06-16 13:43:10.066326+00:00
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pkgbase = albert
|
||||
pkgdesc = A sophisticated standalone keyboard launcher
|
||||
pkgver = 0.27.5
|
||||
pkgrel = 1
|
||||
pkgver = 0.28.0
|
||||
pkgrel = 2
|
||||
url = https://github.com/albertlauncher
|
||||
arch = x86_64
|
||||
license = custom
|
||||
@ -17,10 +17,11 @@ pkgbase = albert
|
||||
depends = qt6-scxml
|
||||
depends = qt6-shadertools
|
||||
depends = qt6-svg
|
||||
depends = qtkeychain-qt6
|
||||
optdepends = libarchive: documentation plugin
|
||||
optdepends = libqalculate: calculator plugin
|
||||
optdepends = python: python extension
|
||||
source = https://github.com/albertlauncher/albert/releases/download/v0.27.5/v0.27.5.tar.gz
|
||||
sha512sums = 04eb603cf5ab309e8b99ac02802a3cd7a8cdab04ac1ec9eaf294e57c1f4934000163c84e3b5c6f2be9635ca39aa780fc4808a211bbdbef9f4485ba669f07c353
|
||||
source = https://github.com/albertlauncher/albert/releases/download/v0.28.0/v0.28.0.tar.gz
|
||||
sha512sums = 98f5180708c803f76c1ed851f8cfb8f0b3ca6edb8447698643cf12b746ab0872455212a8a1b16a97ef0fbed47113d0c0f07178d56e01c76db28e869e747bbad1
|
||||
|
||||
pkgname = albert
|
||||
|
@ -3,13 +3,13 @@
|
||||
# Contributor: Manuel Schneider <manuelschneid3r at googles mail>
|
||||
|
||||
pkgname=albert
|
||||
pkgver=0.27.5
|
||||
pkgrel=1
|
||||
pkgver=0.28.0
|
||||
pkgrel=2
|
||||
pkgdesc="A sophisticated standalone keyboard launcher"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/albertlauncher"
|
||||
license=('custom')
|
||||
depends=('hicolor-icon-theme' 'qt6-5compat' 'qt6-declarative' 'qt6-scxml' 'qt6-shadertools' 'qt6-svg')
|
||||
depends=('hicolor-icon-theme' 'qt6-5compat' 'qt6-declarative' 'qt6-scxml' 'qt6-shadertools' 'qt6-svg' 'qtkeychain-qt6')
|
||||
makedepends=('cmake' 'git' 'libqalculate' 'pybind11' 'python' 'qt6-tools')
|
||||
optdepends=('libarchive: documentation plugin'
|
||||
'libqalculate: calculator plugin'
|
||||
@ -28,7 +28,7 @@ build() {
|
||||
-DQHOTKEY_INSTALL=OFF \
|
||||
-DBUILD_PLUGIN_APPLICATIONS=ON \
|
||||
-DBUILD_PLUGIN_CAFFEINE=ON \
|
||||
-DBUILD_PLUGIN_CALCULATOR_QALCULATE=ON \
|
||||
-DBUILD_PLUGIN_CALCULATOR-QALCULATE=ON \
|
||||
-DBUILD_PLUGIN_CHROMIUM=ON \
|
||||
-DBUILD_PLUGIN_CLIPBOARD=ON \
|
||||
-DBUILD_PLUGIN_DATETIME=ON \
|
||||
@ -60,4 +60,4 @@ package() {
|
||||
install -Dm644 "$srcdir/$pkgname/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
sha512sums=('04eb603cf5ab309e8b99ac02802a3cd7a8cdab04ac1ec9eaf294e57c1f4934000163c84e3b5c6f2be9635ca39aa780fc4808a211bbdbef9f4485ba669f07c353')
|
||||
sha512sums=('98f5180708c803f76c1ed851f8cfb8f0b3ca6edb8447698643cf12b746ab0872455212a8a1b16a97ef0fbed47113d0c0f07178d56e01c76db28e869e747bbad1')
|
||||
|
Reference in New Issue
Block a user