mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
cd: add appindicator deps for system tray support and deps for deb/rpm packages
This commit is contained in:
parent
6e164313ce
commit
ea171225d8
2
.github/workflows/spotube-release-binary.yml
vendored
2
.github/workflows/spotube-release-binary.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev locate patchelf
|
||||
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev locate patchelf gir1.2-appindicator3-0.1 libappindicator3-1 libappindicator3-dev
|
||||
|
||||
- name: Install AppImage Tool
|
||||
run: |
|
||||
|
@ -12,6 +12,8 @@ installed_size: 24400
|
||||
dependencies:
|
||||
- libgstreamer1.0-dev
|
||||
- libgstreamer-plugins-base1.0-dev
|
||||
- libappindicator3-1
|
||||
- gir1.2-appindicator3-0.1
|
||||
|
||||
essential: false
|
||||
icon: assets/spotube-logo.png
|
||||
|
@ -11,6 +11,7 @@ requires:
|
||||
- gstreamer1-plugins-base-tools
|
||||
- gstreamer1-plugins-base-devel
|
||||
- gstreamer1-plugins-good
|
||||
- libappindicator
|
||||
|
||||
display_name: Spotube
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user