Skip to content

Commit

Permalink
Merge pull request #1237 from Dyalog/1236_dependencies
Browse files Browse the repository at this point in the history
Add dependencies for ubuntu 24.04, fix #1236
  • Loading branch information
e9gille committed Jul 4, 2024
1 parent 9fb3136 commit 8afeae0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CI/packagescripts/linux/packageLinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ createDEB() {
-C ${SBOXDIR} \
-d 'libc6 >= 2.17' \
-d 'libnss3 >= 3.26' \
-d 'libgbm1' \
-d 'libgtk-3-0' \
-d 'libxss1' \
-d 'libgconf-2-4' \
-d 'libasound2' \
-d 'libx11-xcb1' \
--license "MIT" \
Expand Down Expand Up @@ -187,8 +187,8 @@ createRPM() {
-C ${SBOXDIR} \
-d 'libc.so.6(GLIBC_2.17)(64bit)' \
-d 'libXss.so.1()(64bit)' \
-d 'libgbm.so.1()(64bit)' \
-d 'libgtk-3.so.0()(64bit)' \
-d 'libgconf-2.so.4()(64bit)' \
-d 'libasound.so.2()(64bit)' \
-d 'libnss3.so()(64bit)' \
-d 'libX11-xcb.so.1()(64bit)' \
Expand Down Expand Up @@ -242,6 +242,7 @@ for CPUTYPE in x64 armv7l ; do
#find "${SBOXDIR}" -name ".git*" | xargs rm -r # for lintian
find "${SBOXDIR}" -type f "(" -name ".*" -o -name "*.c" ")" | xargs rm # for rpmlint
find "${SBOXDIR}" -xtype l | xargs rm -f # remove dangling symlinks, for rpmlint
chmod 4755 ${SBOXDIR}/opt/ride-${BASE_VERSION}/chrome-sandbox

mkdir -p ${SBOXDIR}/usr/share/icons/hicolor/scalable/apps
cp "$ICON" ${SBOXDIR}/usr/share/icons/hicolor/scalable/apps/ride${BASE_VERSION_ND}.svg
Expand Down

0 comments on commit 8afeae0

Please sign in to comment.