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 = ahriman
pkgdesc = ArcH linux ReposItory MANager
pkgver = 2.14.0
pkgrel = 2
pkgver = 2.14.1
pkgrel = 1
url = https://github.com/arcan1s/ahriman
install = ahriman.install
arch = any
@ -38,10 +38,10 @@ pkgbase = ahriman
optdepends = subversion: -svn packages support
backup = etc/ahriman.ini
backup = etc/ahriman.ini.d/logging.ini
source = https://github.com/arcan1s/ahriman/releases/download/2.14.0/ahriman-2.14.0.tar.gz
source = https://github.com/arcan1s/ahriman/releases/download/2.14.1/ahriman-2.14.1.tar.gz
source = ahriman.sysusers
source = ahriman.tmpfiles
sha512sums = fa0756e0114bf61a4e719aa7b7334553a624ddb0f533e919c13e857527032a79eee3c21016bb768293cfae3e297b3c356b4345e6ed5927147970639e6e6e9769
sha512sums = c2705106e1f3bf7b0dff6c7de4f3a7e07a22b29d8244b425fa6e9493db470f397c3373063febe2f737259da2cf39eb43f71bccd52642d38021d63cce628faba1
sha512sums = b1dd772f8802be99ccba3add5f1e6f78e5e79d0967342668dd12e472651a6b91c342f11fba330caaca421cc3d6c7e2011e09a6bd131f8ba14bbc4a6206cce539
sha512sums = 331e286cc82a7aca07b0332fab886e7404884a83f942afcee590b4a7a06abc1e3daa2dcf50d45041007ad7f3b93f760bfea5c7d38aa57937b0e103fd65b36564

View File

@ -1,8 +1,8 @@
# Maintainer: Evgeniy Alekseev
pkgname='ahriman'
pkgver=2.14.0
pkgrel=2
pkgver=2.14.1
pkgrel=1
pkgdesc="ArcH linux ReposItory MANager"
arch=('any')
url="https://github.com/arcan1s/ahriman"
@ -55,6 +55,6 @@ package() {
install -Dm644 "$srcdir/$pkgname.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
}
sha512sums=('fa0756e0114bf61a4e719aa7b7334553a624ddb0f533e919c13e857527032a79eee3c21016bb768293cfae3e297b3c356b4345e6ed5927147970639e6e6e9769'
sha512sums=('c2705106e1f3bf7b0dff6c7de4f3a7e07a22b29d8244b425fa6e9493db470f397c3373063febe2f737259da2cf39eb43f71bccd52642d38021d63cce628faba1'
'b1dd772f8802be99ccba3add5f1e6f78e5e79d0967342668dd12e472651a6b91c342f11fba330caaca421cc3d6c7e2011e09a6bd131f8ba14bbc4a6206cce539'
'331e286cc82a7aca07b0332fab886e7404884a83f942afcee590b4a7a06abc1e3daa2dcf50d45041007ad7f3b93f760bfea5c7d38aa57937b0e103fd65b36564')

View File

@ -0,0 +1,2 @@
key=value

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
)