mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 06:52:56 +02:00
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:
parent
4bf0c1394e
commit
b7f0ac3cec
1 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue