gearlever: add missing deps

Signed-off-by: Nikita Localhost <nikita.localhost@gmail.com>
Co-authored-by: Duncaen <duncaen@voidlinux.org>
This commit is contained in:
Nikita Localhost 2025-06-02 13:26:27 +03:00 committed by Duncaen
parent 4bf0c1394e
commit b7f0ac3cec
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35

View file

@ -1,10 +1,10 @@
# Template file for 'gearlever'
pkgname=gearlever
version=3.2.2
revision=1
revision=2
build_style=meson
hostmakedepends="desktop-file-utils gettext glib-devel gtk4-update-icon-cache"
depends="libadwaita python3-dbus python3-gobject"
depends="libadwaita python3-dbus python3-gobject python3-xdg python3-requests 7zip"
short_desc="Manage AppImages with ease"
maintainer="Pierre Sabbagh <sabbaghpierre@proton.me>"
license="GPL-3.0-or-later"
@ -15,3 +15,9 @@ checksum=2beb95231ea4afb69b4514ac59533c84fcb1c3eb16b41e8b3f02c34f646cfbd1
nopie_files="demo.AppImage"
nostrip_files="demo.AppImage"
ignore_elf_files="/usr/share/gearlever/gearlever/assets/demo.AppImage"
post_install() {
# demo only works with x86_64-glibc and its a random binary without
# source, get rid of it.
rm -f "${DESTDIR}/usr/share/gearlever/gearlever/assets/demo.AppImage"
}