Depend on openssl-1.1 and fix Nvidia

This commit is contained in:
tacheometry 2024-04-23 23:10:46 +03:00
parent 05a5507681
commit 220d6164f7
2 changed files with 5 additions and 3 deletions

View file

@ -1,12 +1,13 @@
pkgbase = surrealist-bin
pkgdesc = Surrealist is the ultimate way to visually manage your SurrealDB database
pkgver = 2.0.1
pkgrel = 1
pkgrel = 2
url = https://surrealdb.com/docs/surrealist
arch = x86_64
license = MIT
depends = webkit2gtk
depends = gtk3
depends = openssl-1.1
provides = surrealist
conflicts = surrealist
source = https://github.com/surrealdb/surrealist/releases/download/surrealist-v2.0.1/surrealist_2.0.1_amd64.deb

View file

@ -2,13 +2,13 @@
pkgname=surrealist-bin
pkgver=2.0.1
pkgrel=1
pkgrel=2
pkgdesc="Surrealist is the ultimate way to visually manage your SurrealDB database"
arch=("x86_64")
url="https://surrealdb.com/docs/surrealist"
license=("MIT")
groups=()
depends=("webkit2gtk" "gtk3")
depends=("webkit2gtk" "gtk3" "openssl-1.1")
provides=("surrealist")
conflicts=("surrealist")
source=("https://github.com/surrealdb/surrealist/releases/download/surrealist-v${pkgver//_/-}/surrealist_${pkgver//_/-}_amd64.deb")
@ -16,5 +16,6 @@ md5sums=("SKIP")
package() {
bsdtar -O -xf "surrealist_${pkgver//_/-}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -
sed -i 's/Exec=surrealist/Exec=env WEBKIT_DISABLE_DMABUF_RENDERER=1 surrealist/g' ${pkgdir}/usr/share/applications/surrealist.desktop
echo "Comment=Surrealist is the ultimate way to visually manage your SurrealDB database" >> ${pkgdir}/usr/share/applications/surrealist.desktop
}