Skip to content

Commit

Permalink
Pre-release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Sep 3, 2016
1 parent 4aceea6 commit 0c28441
Show file tree
Hide file tree
Showing 20 changed files with 206 additions and 245 deletions.
2 changes: 1 addition & 1 deletion deploy/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gedkeeper (2.8.0-1) unstable; urgency=low
gedkeeper (2.8.1-1) unstable; urgency=low

* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion deploy/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gedkeeper
Version: 2.8.0-1
Version: 2.8.1-1
Architecture: all
Depends: mono-complete (>=3)
Maintainer: Serg V. Zhdanovskih (aka Norseman) <norseman@mail.ru>
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_linux_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ APP="GEDKeeper2"
EXT="ged"
COMMENT="Personal genealogical database editor"
# APP_PATH=/usr/bin/
APP_VER="2.8.0"
APP_VER="2.8.1"
DEV_PATH="/home/norseman/share/gkdev/GEDKeeper"
PACK_PATH="gedkeeper-$APP_VER"
LIB_PATH="$PACK_PATH/usr/lib/gedkeeper"
Expand Down
2 changes: 1 addition & 1 deletion deploy/gk2_win_portable.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ rem Copyright (C) 2009-2016 by Serg V. Zhdanovskih (aka Alchemist, aka Norseman)
rem This file is part of "GEDKeeper".

set lstfile=".\listfile.txt"
set out_fn="GEDKeeper2-v2.8.0-win-portable"
set out_fn="GEDKeeper2-v2.8.1-win-portable"
set zip_fn=".\%out_fn%.zip"
set log_fn=".\%out_fn%.log"

Expand Down
37 changes: 20 additions & 17 deletions deploy/gk2_win_setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
!include "MUI2.nsh"

Name "GEDKeeper2"
OutFile "gedkeeper_2.8.0_winsetup.exe"
OutFile "gedkeeper_2.8.1_winsetup.exe"
InstallDir $PROGRAMFILES\GEDKeeper2

CRCCheck on
Expand All @@ -20,6 +20,7 @@ RequestExecutionLevel admin

!insertmacro MUI_LANGUAGE "English"
!insertmacro MUI_LANGUAGE "Russian"
;!insertmacro MUI_LANGUAGE "Ukrainian"

; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
Expand Down Expand Up @@ -104,23 +105,23 @@ Section "$(gkreq)"
CreateDirectory "$INSTDIR\locales"
SetOutPath "$INSTDIR\locales"
File "..\locales\readme_rus.txt"
File "..\locales\russian.sample"
File "..\locales\english.sample"

CreateDirectory "$INSTDIR\plugins"
SetOutPath "$INSTDIR\plugins"
File "..\plugins\GKCommon.dll"

CreateDirectory "$INSTDIR\locales\help_rus"
SetOutPath "$INSTDIR\locales\help_rus"
File "..\locales\help_rus\*.*"
CreateDirectory "$INSTDIR\locales\help_enu"
SetOutPath "$INSTDIR\locales\help_enu"
File "..\locales\help_enu\*.*"

CreateDirectory "$INSTDIR\locales\help_rus\images"
SetOutPath "$INSTDIR\locales\help_rus\images"
File "..\locales\help_rus\images\*.*"
CreateDirectory "$INSTDIR\locales\help_enu\images"
SetOutPath "$INSTDIR\locales\help_enu\images"
File "..\locales\help_enu\images\*.*"

CreateDirectory "$SMPROGRAMS\GEDKeeper2"
CreateShortCut "$SMPROGRAMS\GEDKeeper2\GEDKeeper2.lnk" "$INSTDIR\GEDKeeper2.exe" "" "$INSTDIR\GEDKeeper2.exe" 0
CreateShortCut "$SMPROGRAMS\GEDKeeper2\Ñïðàâêà.lnk" "$INSTDIR\locales\help_rus\GEDKeeper2.html" "" "$INSTDIR\locales\help_rus\GEDKeeper2.html" 0
CreateShortCut "$SMPROGRAMS\GEDKeeper2\Help (English).lnk" "$INSTDIR\locales\help_enu\GEDKeeper2.html" "" "$INSTDIR\locales\help_enu\GEDKeeper2.html" 0
CreateShortCut "$SMPROGRAMS\GEDKeeper2\Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0

; Write the installation path into the registry
Expand Down Expand Up @@ -156,17 +157,19 @@ Section "$(gkreg)"
SectionEnd

SectionGroup /e "$(gklang)"
Section "English"
Section "Ðóññêèé"
SetOutPath "$INSTDIR\locales"
File "..\locales\english.lng"
File "..\locales\russian.lng"

CreateDirectory "$INSTDIR\locales\help_enu"
SetOutPath "$INSTDIR\locales\help_enu"
File "..\locales\help_enu\*.*"
CreateDirectory "$INSTDIR\locales\help_rus"
SetOutPath "$INSTDIR\locales\help_rus"
File "..\locales\help_rus\*.*"

CreateDirectory "$INSTDIR\locales\help_enu\images"
SetOutPath "$INSTDIR\locales\help_enu\images"
File "..\locales\help_enu\images\*.*"
CreateDirectory "$INSTDIR\locales\help_rus\images"
SetOutPath "$INSTDIR\locales\help_rus\images"
File "..\locales\help_rus\images\*.*"

CreateShortCut "$SMPROGRAMS\GEDKeeper2\Ñïðàâêà.lnk" "$INSTDIR\locales\help_rus\GEDKeeper2.html" "" "$INSTDIR\locales\help_rus\GEDKeeper2.html" 0
SectionEnd

Section "Óêðà¿íñüêà"
Expand Down
Loading

0 comments on commit 0c28441

Please sign in to comment.