summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-01-08 15:22:11 -0600
committerGary Kramlich <grim@reaperworld.com>2022-01-08 15:22:11 -0600
commitc9d7ab4e04235cb2a0c872b31b14b581b2c3b0a4 (patch)
treedcdef12be4cfca650013ac5f6a499092800ae9d9 /packaging
parent673a0e9406111095c50e1a2bc6dec180cd4e16f7 (diff)
downloadpidgin-c9d7ab4e04235cb2a0c872b31b14b581b2c3b0a4.tar.gz
Fix the appimage build
This required some tweaks in the image which I already pushed, but these changes make it work with both convey 0.13 and 0.15-dev Testing Done: Build on my dev machine with convey 0.15-dev and on one of the build agents with convey 0.13 I did also run the appimage and verify that it does in fact work! Reviewed at https://reviews.imfreedom.org/r/1194/
Diffstat (limited to 'packaging')
-rw-r--r--packaging/Pidgin3.AppImageBuilder.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/packaging/Pidgin3.AppImageBuilder.yml b/packaging/Pidgin3.AppImageBuilder.yml
index 80bc812047..5525f3130b 100644
--- a/packaging/Pidgin3.AppImageBuilder.yml
+++ b/packaging/Pidgin3.AppImageBuilder.yml
@@ -11,8 +11,8 @@ AppDir:
apt:
arch: amd64
sources:
- - sourceline: 'deb [arch=amd64] http://deb.debian.org/debian/ bullseye main'
- key_url: 'https://ftp-master.debian.org/keys/archive-key-10.asc'
+ - sourceline: 'deb [arch=amd64] http://deb.debian.org/debian/ bookworm main'
+ key_url: 'https://ftp-master.debian.org/keys/archive-key-11.asc'
include:
- dictionaries-common
- gir1.2-gdkpixbuf-2.0
@@ -25,7 +25,7 @@ AppDir:
- libavahi-client3
- libavahi-glib1
- libcanberra0
- - libcmark0.29.0
+ - libcmark0.30.2
- libfarstream-0.2-5
- libfontconfig1
- libfreetype6
@@ -39,7 +39,8 @@ AppDir:
- libgstreamer1.0-0
- libgtk-3-0
- libgumbo1
- - libidn11
+ - libhandy-1-0
+ - libidn12
- libidn2-0
- libjson-glib-1.0-0
# - libkf5wallet5 # 57mb
@@ -73,4 +74,3 @@ AppDir:
XDG_DATA_DIRS: $APPDIR/share:$XDG_DATA_DIRS
AppImage:
arch: x86_64
-