mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 06:23:42 +00:00
nsis: add libgovirt (and its dependencies)
libgovirt is used to provide support to foreign menu using ovirt.
This commit is contained in:
parent
69aed2eb9f
commit
80601c6131
@ -150,6 +150,14 @@ Section "VirtViewer"
|
||||
File /nonfatal "@prefix@/bin/libgcc_s_sjlj-1.dll"
|
||||
File /nonfatal "@prefix@/bin/libgcc_s_seh-1.dll"
|
||||
|
||||
#libgovirt (and its dependencies)
|
||||
File "@prefix@/bin/libgovirt-2.dll"
|
||||
File "@prefix@/bin/librest-0.7-0.dll"
|
||||
File "@prefix@/bin/librest-extras-0.7-0.dll"
|
||||
File "@prefix@/bin/libsoup-2.4-1.dll"
|
||||
File "@prefix@/bin/libsqlite3-0.dll"
|
||||
File "@prefix@/bin/libsoup-gnome-2.4-1.dll"
|
||||
|
||||
File "@prefix@/bin/pango-querymodules.exe"
|
||||
File /oname=remote-viewer.com "${DESTDIR}@prefix@/bin/windows-cmdline-wrapper.exe"
|
||||
File "${DESTDIR}@prefix@/bin/remote-viewer.exe"
|
||||
@ -181,6 +189,9 @@ Section "VirtViewer"
|
||||
File "@prefix@/lib/gstreamer-0.10/libgstdirectsoundsink.dll"
|
||||
File "@prefix@/lib/gstreamer-0.10/libgstdirectsoundsrc.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\lib\gio\modules"
|
||||
File "@prefix@/lib/gio/modules/libgiognutls.dll"
|
||||
|
||||
SetOutPath "$INSTDIR\share"
|
||||
File /r "@prefix@/share/libvirt"
|
||||
|
||||
@ -349,6 +360,16 @@ Section "Uninstall"
|
||||
Delete /rebootok "$INSTDIR\bin\libcelt051-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libcairo-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libatk-1.0-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libgovirt-2.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\librest-0.7-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\librest-extras-0.7-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libsoup-2.4-1.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libsqlite3-0.dll"
|
||||
Delete /rebootok "$INSTDIR\bin\libsoup-gnome-2.4-1.dll"
|
||||
|
||||
Delete /rebootok "$INSTDIR\lib\gio\modules\libgiognutls.dll"
|
||||
RMDir /r "$INSTDIR\lib\gio"
|
||||
|
||||
RMDir "$INSTDIR\bin"
|
||||
RMDir "$INSTDIR\lib"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user