cd: add appindicator deps for system tray support and deps for deb/rpm packages

This commit is contained in:
Kingkor Roy Tirtho 2023-04-15 00:51:39 +06:00
parent 6e164313ce
commit ea171225d8
3 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo apt-get update -y 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 - name: Install AppImage Tool
run: | run: |

View File

@ -12,6 +12,8 @@ installed_size: 24400
dependencies: dependencies:
- libgstreamer1.0-dev - libgstreamer1.0-dev
- libgstreamer-plugins-base1.0-dev - libgstreamer-plugins-base1.0-dev
- libappindicator3-1
- gir1.2-appindicator3-0.1
essential: false essential: false
icon: assets/spotube-logo.png icon: assets/spotube-logo.png

View File

@ -11,6 +11,7 @@ requires:
- gstreamer1-plugins-base-tools - gstreamer1-plugins-base-tools
- gstreamer1-plugins-base-devel - gstreamer1-plugins-base-devel
- gstreamer1-plugins-good - gstreamer1-plugins-good
- libappindicator
display_name: Spotube display_name: Spotube