@@ -48,13 +48,14 @@ finish-args:
4848 - --env=QTWEBENGINEPROCESS_PATH=/app/bin/QtWebEngineProcess
4949
5050modules :
51- - shared-modules/libusb/libusb.json
51+ # - shared-modules/libusb/libusb.json
5252 - shared-modules/libsecret/libsecret.json
5353
5454 # Unity 2021 and older require OpenSSL 1.0 or 1.1. Bundle a copy of OpenSSL 1.1.
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*
0 commit comments