mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-21 06:45:22 -06:00
Restored lost files and changes in version 1.3.1 to depot.
This commit is contained in:
parent
73acb7860d
commit
52ae656411
199 changed files with 27622 additions and 13726 deletions
26
dist/nullsoft/synergy.nsi
vendored
26
dist/nullsoft/synergy.nsi
vendored
|
|
@ -62,20 +62,31 @@ Section "Synergy (required)"
|
|||
File COPYING.txt
|
||||
File ChangeLog.txt
|
||||
File ${DEPTH}\doc\PORTING
|
||||
File ${DEPTH}\doc\about.html
|
||||
File ${DEPTH}\doc\authors.html
|
||||
File ${DEPTH}\doc\autostart.html
|
||||
File ${DEPTH}\doc\banner.html
|
||||
File ${DEPTH}\doc\compiling.html
|
||||
File ${DEPTH}\doc\configuration.html
|
||||
File ${DEPTH}\doc\contact.html
|
||||
File ${DEPTH}\doc\developer.html
|
||||
File ${DEPTH}\doc\faq.html
|
||||
File ${DEPTH}\doc\history.html
|
||||
File ${DEPTH}\doc\home.html
|
||||
File ${DEPTH}\doc\index.html
|
||||
File ${DEPTH}\doc\license.html
|
||||
File ${DEPTH}\doc\news.html
|
||||
File ${DEPTH}\doc\roadmap.html
|
||||
File ${DEPTH}\doc\running.html
|
||||
File ${DEPTH}\doc\security.html
|
||||
File ${DEPTH}\doc\synergy.css
|
||||
File ${DEPTH}\doc\tips.html
|
||||
File ${DEPTH}\doc\todo.html
|
||||
File ${DEPTH}\doc\toc.html
|
||||
File ${DEPTH}\doc\trouble.html
|
||||
|
||||
SetOutPath $INSTDIR\images
|
||||
File ${DEPTH}\doc\images\logo.gif
|
||||
File ${DEPTH}\doc\images\warp.gif
|
||||
|
||||
; Write the installation path into the registry
|
||||
WriteRegStr HKLM SOFTWARE\Synergy "Install_Dir" "$INSTDIR"
|
||||
|
|
@ -95,18 +106,26 @@ Section "Start Menu Shortcuts"
|
|||
CreateDirectory "$SMPROGRAMS\Synergy"
|
||||
CreateShortCut "$SMPROGRAMS\Synergy\Synergy.lnk" "$INSTDIR\synergy.exe" "" "$INSTDIR\synergy.exe" 0
|
||||
CreateShortCut "$SMPROGRAMS\Synergy\README.lnk" "$INSTDIR\index.html"
|
||||
CreateShortCut "$SMPROGRAMS\Synergy\FAQ.lnk" "$INSTDIR\faq.html"
|
||||
CreateShortCut "$SMPROGRAMS\Synergy\Synergy Folder.lnk" "$INSTDIR"
|
||||
CreateShortCut "$SMPROGRAMS\Synergy\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0
|
||||
|
||||
SectionEnd
|
||||
|
||||
; Optional section (can be disabled by the user)
|
||||
Section "Desktop Icon"
|
||||
|
||||
CreateShortCut "$DESKTOP\Synergy.lnk" "$INSTDIR\synergy.exe" "" "$INSTDIR\synergy.exe" 0
|
||||
|
||||
SectionEnd
|
||||
|
||||
;--------------------------------
|
||||
|
||||
; Uninstaller
|
||||
|
||||
Section "Uninstall"
|
||||
|
||||
; Stop and uninstall the daemons
|
||||
ExecWait '"$INSTDIR\synergy.exe" /uninstall'
|
||||
|
||||
; Remove autorun registry keys for synergy
|
||||
DeleteRegKey HKLM "SYSTEM\CurrentControlSet\Services\Synergy Server"
|
||||
DeleteRegKey HKLM "SYSTEM\CurrentControlSet\Services\Synergy Client"
|
||||
|
|
@ -136,6 +155,7 @@ Section "Uninstall"
|
|||
|
||||
; Remove shortcuts, if any
|
||||
Delete "$SMPROGRAMS\Synergy\*.*"
|
||||
Delete "$DESKTOP\Synergy.lnk"
|
||||
|
||||
; Remove directories used
|
||||
RMDir "$SMPROGRAMS\Synergy"
|
||||
|
|
|
|||
11
dist/rpm/synergy.spec.in
vendored
11
dist/rpm/synergy.spec.in
vendored
|
|
@ -3,7 +3,7 @@ Name: @PACKAGE@
|
|||
Version: @VERSION@
|
||||
Release: 1
|
||||
License: GPL
|
||||
Packager: Chris Schoeneman <crs23@bigfoot.com>
|
||||
Packager: Chris Schoeneman <crs23@users.sourceforge.net>
|
||||
Group: System Environment/Daemons
|
||||
Prefixes: /usr/bin
|
||||
Source: @PACKAGE@-@VERSION@.tar.gz
|
||||
|
|
@ -41,19 +41,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%doc INSTALL
|
||||
%doc NEWS
|
||||
%doc README
|
||||
%doc doc/about.html
|
||||
%doc doc/authors.html
|
||||
%doc doc/autostart.html
|
||||
%doc doc/banner.html
|
||||
%doc doc/border.html
|
||||
%doc doc/compiling.html
|
||||
%doc doc/configuration.html
|
||||
%doc doc/contact.html
|
||||
%doc doc/developer.html
|
||||
%doc doc/faq.html
|
||||
%doc doc/history.html
|
||||
%doc doc/home.html
|
||||
%doc doc/index.html
|
||||
%doc doc/license.html
|
||||
%doc doc/news.html
|
||||
%doc doc/roadmap.html
|
||||
%doc doc/running.html
|
||||
%doc doc/security.html
|
||||
%doc doc/tips.html
|
||||
%doc doc/todo.html
|
||||
%doc doc/toc.html
|
||||
%doc doc/trouble.html
|
||||
%doc doc/synergy.css
|
||||
%doc examples/synergy.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue