Autogenerated commit at 2024-09-17 09:56:10.363200+00:00

This commit is contained in:
ahriman
2024-09-17 09:56:10 +00:00
parent 3cf207a1a5
commit f9f3910700
6 changed files with 19 additions and 51 deletions

View File

@ -1,7 +1,7 @@
pkgbase = albert
pkgdesc = A sophisticated standalone keyboard launcher
pkgver = 0.26.2
pkgrel = 2
pkgver = 0.26.3
pkgrel = 1
url = https://github.com/albertlauncher
arch = x86_64
license = custom
@ -17,19 +17,10 @@ pkgbase = albert
depends = qt6-scxml
depends = qt6-shadertools
depends = qt6-svg
optdepends = ddgr: duckduckgo search plugin
optdepends = libarchive: documentation plugin
optdepends = libqalculate: calculator plugin
optdepends = python: python extension
optdepends = python-docker: docker plugin
optdepends = python-googletrans: google translate plugin
optdepends = python-pylatexenc: TeX plugin
optdepends = python-syncthing: syncthing plugin
optdepends = python-urllib3: python web plugins
optdepends = python-virtualbox: virtualbox plugin
source = https://github.com/albertlauncher/albert/releases/download/v0.26.2/v0.26.2.tar.gz
source = gh1426.patch
sha512sums = dba6a850bbc787aae8e1ca7c65b98a84f892405e75042c153255756f85c0b1b552be199416dd65e555291b5d731823c290639d8903c87d1b5af1a0b7dc96765b
sha512sums = 225819b49f30b9a17527d48ec5fe29b82c50127c5e116833ddc91e6d4ae3680d639de4bb749d26195d9d196d9f68fa55fdc30761c126569e3778fb882ea86cb4
source = https://github.com/albertlauncher/albert/releases/download/v0.26.3/v0.26.3.tar.gz
sha512sums = f3367226a78937607aa2feb9bf0ff3cb453d5213d141af501f858b8d7f57dc81024a261ba5feaf52219a03718895cc3551eeab337163fb07c0339ada7c0b0519
pkgname = albert

View File

@ -3,31 +3,18 @@
# Contributor: Manuel Schneider <manuelschneid3r at googles mail>
pkgname=albert
pkgver=0.26.2
pkgrel=2
pkgver=0.26.3
pkgrel=1
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')
makedepends=('cmake' 'git' 'libqalculate' 'pybind11' 'python' 'qt6-tools')
optdepends=('ddgr: duckduckgo search plugin'
'libarchive: documentation plugin'
optdepends=('libarchive: documentation plugin'
'libqalculate: calculator plugin'
'python: python extension'
'python-docker: docker plugin'
'python-googletrans: google translate plugin'
'python-pylatexenc: TeX plugin'
'python-syncthing: syncthing plugin'
'python-urllib3: python web plugins'
'python-virtualbox: virtualbox plugin')
source=("https://github.com/albertlauncher/albert/releases/download/v${pkgver}/v${pkgver}.tar.gz"
"gh1426.patch")
prepare() {
# remove after fix https://github.com/albertlauncher/albert/issues/1426g
patch -p0 -i gh1426.patch
}
'python: python extension')
source=("https://github.com/albertlauncher/albert/releases/download/v${pkgver}/v${pkgver}.tar.gz")
build() {
mkdir -p build
@ -73,5 +60,4 @@ package() {
install -Dm644 "$srcdir/$pkgname/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
sha512sums=('dba6a850bbc787aae8e1ca7c65b98a84f892405e75042c153255756f85c0b1b552be199416dd65e555291b5d731823c290639d8903c87d1b5af1a0b7dc96765b'
'225819b49f30b9a17527d48ec5fe29b82c50127c5e116833ddc91e6d4ae3680d639de4bb749d26195d9d196d9f68fa55fdc30761c126569e3778fb882ea86cb4')
sha512sums=('f3367226a78937607aa2feb9bf0ff3cb453d5213d141af501f858b8d7f57dc81024a261ba5feaf52219a03718895cc3551eeab337163fb07c0339ada7c0b0519')

View File

@ -1,11 +0,0 @@
diff -ruN albert.orig/plugins/python/CMakeLists.txt albert/plugins/python/CMakeLists.txt
--- albert.orig/plugins/python/CMakeLists.txt 2024-08-22 02:00:21.242253759 +0300
+++ albert/plugins/python/CMakeLists.txt 2024-08-22 02:00:39.342677409 +0300
@@ -17,7 +17,6 @@
install(
DIRECTORY "plugins/"
DESTINATION "${CMAKE_INSTALL_DATADIR}/albert/${PROJECT_NAME}/plugins"
- REGEX "/\\..*" EXCLUDE # exclude hidden files
PATTERN "__pycache__" EXCLUDE
)