try fixing dpkg-shlibdeps: error: cannot find library libgtk-x11-2.0.so.0 ...

This commit is contained in:
Sebastian Stenzel
2022-11-25 16:20:40 +01:00
parent a3fc68ab6f
commit ba7029968d
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ jobs:
run: |
sudo add-apt-repository ppa:coffeelibs/openjdk
sudo apt-get update
sudo apt-get install debhelper devscripts dput coffeelibs-jdk-19
sudo apt-get install debhelper devscripts dput coffeelibs-jdk-19 libgtk2.0-0
- name: Setup Java
uses: actions/setup-java@v3
with:

View File

@@ -2,7 +2,7 @@ Source: cryptomator
Maintainer: Cryptobot <releases@cryptomator.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>=10), coffeelibs-jdk-19
Build-Depends: debhelper (>=10), coffeelibs-jdk-19, libgtk2.0-0
Standards-Version: 4.5.0
Homepage: https://cryptomator.org
Vcs-Git: https://github.com/cryptomator/cryptomator.git