Skip to content

Commit

Permalink
upgrade linuxdeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimant committed Jan 12, 2024
1 parent 9949dd1 commit 29b90f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -640,12 +640,14 @@ ifdef IN_NIX_SHELL
linuxdeployqt tmp/linux/dist/nim-status.desktop -unsupported-bundle-everything -unsupported-allow-new-glibc -no-copy-copyright-files -qmldir=ui -qmlimport=$(QT5_QMLDIR) -bundle-non-qt-libs -verbose=3 || true
linuxdeployqt tmp/linux/dist/nim-status.desktop -unsupported-bundle-everything -unsupported-allow-new-glibc -no-copy-copyright-files -qmldir=ui -qmlimport=$(QT5_QMLDIR) -bundle-non-qt-libs -verbose=3


patchelf --set-interpreter /lib64/ld-linux-x86-64.so.2 tmp/linux/dist/usr/bin/nim_status_client
else
linuxdeployqt tmp/linux/dist/nim-status.desktop -no-copy-copyright-files -qmldir=ui -qmlimport=$(QT5_QMLDIR) -bundle-non-qt-libs
endif

# Qt plugins
mkdir -p tmp/linux/dist/usr/plugins/platforminputcontexts/
cp $(FCITX5_QT) tmp/linux/dist/usr/plugins/platforminputcontexts/

rm tmp/linux/dist/AppRun
Expand Down
3 changes: 1 addition & 2 deletions nix/pkgs/linuxdeployqt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@

stdenv.mkDerivation rec {
pname = "linuxdeployqt";
version = "20230423-8428c59";
version = "20231227-2b38489";
commit = "2b38449ca9e9c68ad53e28531c017910ead6ebc4";

src = fetchFromGitHub {
owner = "probonopd";
repo = "linuxdeployqt";
rev = commit;
#sha256 = "sha256-b1iWpWQRRSjmkNVuWTKRjzxmWGy4czteYNgFWb6Lofs=";
sha256 = "sha256-2VIVYfYFhgDxaeSYwdsmoG/elf58SPLC1z2rEhde4rw=";
};

Expand Down

0 comments on commit 29b90f5

Please sign in to comment.