Skip to content

Commit 2a78aa8

Browse files
committed
CI: modify depend libraries version
1 parent 15aca36 commit 2a78aa8

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

App/Client/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ MainWindow::MainWindow(QWidget *parent)
264264
// Must set ObjectName then restore it. See: saveState help document
265265
m_pDockRecent->setObjectName("dockListRecent");
266266
#if defined(Q_OS_ANDROID)
267-
m_pDockListRecent->hide();
267+
m_pDockRecent->hide();
268268
#endif
269269
ui->menuView->addAction(m_pDockRecent->toggleViewAction());
270270
m_pDockRecent->toggleViewAction()->setIcon(QIcon::fromTheme("document-open-recent"));

Package/Flatpak/io.github.KangLin.RabbitRemoteControl.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ modules:
5555
# https://github.com/flathub/com.unity.UnityHub/pull/73#issuecomment-1407370899
5656
# https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/#post-8098841
5757
- name: openssl-1.1
58+
disabled: false
5859
buildsystem: simple
5960
build-commands:
6061
- ./config --prefix=/app
@@ -82,8 +83,8 @@ modules:
8283
disabled: false
8384
sources:
8485
- type: archive
85-
url: "https://xorg.freedesktop.org/releases/individual/app/xprop-1.2.5.tar.bz2"
86-
sha256: "9b92ed0316bf2486121d8bac88bd1878f16b43bd335f18009b1f941f1eca93a1"
86+
url: "https://xorg.freedesktop.org/releases/individual/app/xprop-1.2.8.tar.xz"
87+
sha256: "d689e2adb7ef7b439f6469b51cda8a7daefc83243854c2a3b8f84d0f029d67ee"
8788
cleanup:
8889
- /bin/xprop
8990
- /share/doc
@@ -113,8 +114,8 @@ modules:
113114
disabled: false
114115
sources:
115116
- type: archive
116-
url: "https://kerberos.org/dist/krb5/1.21/krb5-1.21.3.tar.gz"
117-
sha256: "b7a4cd5ead67fb08b980b21abd150ff7217e85ea320c9ed0c6dadd304840ad35"
117+
url: "https://kerberos.org/dist/krb5/1.22/krb5-1.22.1.tar.gz"
118+
sha256: "1a8832b8cad923ebbf1394f67e2efcf41e3a49f460285a66e35adec8fa0053af"
118119
- type: script
119120
commands:
120121
- autoreconf --install --symlink
@@ -202,6 +203,7 @@ modules:
202203
- -DWITH_EXAMPLES=OFF
203204
- -DWITH_TESTS=OFF
204205
- -DCMAKE_BUILD_TYPE=Release
206+
- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
205207
cleanup:
206208
- /bin
207209
- /lib/libvncserver.so*
@@ -238,6 +240,7 @@ modules:
238240
config-opts:
239241
- -DBUILD_VIEWER=OFF
240242
- -DCMAKE_BUILD_TYPE=Release
243+
- -DCMAKE_POLICY_VERSION_MINIMUM=3.5
241244
cleanup:
242245
- /bin
243246
- /lib/*.so*

snap/snapcraft.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ base: core24 # the base snap is the execution environment for this snap
3838
platforms:
3939
amd64:
4040
build-on: [amd64]
41+
build-for: [amd64]
4142
arm64:
4243
build-on: [arm64]
44+
build-for: [arm64]
4345
#architectures:
4446
# - build-on: amd64
4547
# run-on: amd64
@@ -102,7 +104,7 @@ parts:
102104
plugin: cmake
103105
source: https://github.com/FreeRDP/FreeRDP.git
104106
source-type: git
105-
source-tag: 3.18.0
107+
source-tag: 3.21.0
106108
source-depth: 1
107109
build-packages:
108110
- libssl-dev

0 commit comments

Comments
 (0)