removed fuse2 and xdg, added .SRCINFO

This commit is contained in:
creations 2025-01-28 22:17:02 -05:00
parent 03046cc2eb
commit 59de6087d0
Signed by: creations
GPG key ID: 8F553AA4320FC711
3 changed files with 39 additions and 3 deletions

34
.SRCINFO Normal file
View file

@ -0,0 +1,34 @@
pkgbase = navithingy
pkgdesc = A Navidrome client built with Tauri and Svelte.
pkgver = 0.2.0
pkgrel = 1
url = https://github.com/vMohammad24/NaviThingy
arch = x86_64
license = MIT
depends = nodejs
depends = npm
depends = gtk3
depends = gstreamer
depends = gst-plugins-base
depends = gst-plugins-good
depends = gst-plugins-bad
depends = gst-plugins-ugly
makedepends = git
makedepends = nodejs
makedepends = npm
makedepends = rustup
makedepends = pkg-config
makedepends = clang
makedepends = lld
makedepends = webkit2gtk-4.1
makedepends = openssl
makedepends = openssl-1.1
makedepends = fuse2
makedepends = glib2
makedepends = zlib
makedepends = patchelf
optdepends = libappindicator-gtk3: System tray support
optdepends = gst-plugin-pipewire: Required for PipeWire-based audio playback
source = git+https://github.com/vMohammad24/NaviThingy.git#tag=NaviThingy0.2.0
sha256sums = SKIP
install = navithingy.install

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
src
pkg
navithingy
navithingy-*

View file

@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/vMohammad24/NaviThingy"
license=('MIT')
depends=('nodejs' 'npm' 'gtk3' 'gstreamer' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-plugins-ugly')
makedepends=('git' 'nodejs' 'npm' 'rustup' 'pkg-config' 'clang' 'lld' 'webkit2gtk-4.1' 'openssl' 'openssl-1.1' 'fuse2' 'glib2' 'zlib' 'patchelf')
makedepends=('git' 'nodejs' 'npm' 'rustup' 'pkg-config' 'clang' 'lld' 'webkit2gtk-4.1' 'openssl' 'openssl-1.1' 'glib2' 'zlib' 'patchelf')
source=("$pkgname::git+https://github.com/vMohammad24/NaviThingy.git#tag=NaviThingy$pkgver")
sha256sums=('SKIP')
install="$pkgname.install"
@ -59,8 +59,6 @@ EOF
optdepends=(
"libappindicator-gtk3: System tray support"
"xdg-desktop-portal: Required for file picker integration"
"fuse2: Required for AppImage support"
"gst-plugin-pipewire: Required for PipeWire-based audio playback"
)