diff --git a/misc/gedkeeper/Makefile b/misc/gedkeeper/Makefile index 712984267de3..94101a080512 100644 --- a/misc/gedkeeper/Makefile +++ b/misc/gedkeeper/Makefile @@ -1,65 +1,65 @@ PORTNAME= gedkeeper -PORTVERSION= 2.25.1 +PORTVERSION= 2.25.2 DISTVERSIONPREFIX= v CATEGORIES= misc MAINTAINER= danfe@FreeBSD.org COMMENT= Personal genealogical database editor WWW= http://gedkeeper.net/ LICENSE= GPLv3+ BUILD_DEPENDS= msbuild:devel/msbuild LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus RUN_DEPENDS= xdg-open:devel/xdg-utils USES= desktop-file-utils mono shared-mime-info USE_GITHUB= yes GH_ACCOUNT= Serg-Norseman GH_PROJECT= GEDKeeper GKCommunicator:gkc GKGenetix:gkg GH_TAGNAME= ea5c467:gkc 5d51cfd:gkg GH_SUBDIR= projects/GKCommunicator:gkc projects/GKGenetix:gkg .if defined(WITH_DEBUG) _BUILD_TYPE= Debug .else _BUILD_TYPE= Release .endif DATADIR= ${PREFIX}/lib/${PORTNAME} post-patch: @${REINPLACE_CMD} -E '/^(Path|Icon)=/s,/usr,${PREFIX}, ; \ /^Exec=/s,gk_run\.sh,${PORTNAME},' \ ${WRKSRC}/deploy/gedkeeper.desktop do-build: cd ${BUILD_WRKSRC} && msbuild projects/GKv2/GEDKeeper2.sln \ /p:Configuration=${_BUILD_TYPE} /p:MonoCS=true do-install: ${PRINTF} '#!/bin/sh\n\nexec mono ${DATADIR}/GEDKeeper2.exe\ "$$@"\n' > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} ${CHMOD} +x ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${STAGEDIR}${DATADIR} cd ${INSTALL_WRKSRC} && ${CP} -a backgrounds bin/ externals \ locales plugins samples scripts themes ${STAGEDIR}${DATADIR} @${RM} ${STAGEDIR}${DATADIR}/scripts/readme.txt ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.png \ ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/application-x-gedkeeper.xml \ ${STAGEDIR}${PREFIX}/share/mime/packages @${MKDIR} ${STAGEDIR}${PREFIX}/share/metainfo ${INSTALL_DATA} ${INSTALL_WRKSRC}/deploy/gedkeeper.appdata.xml \ ${STAGEDIR}${PREFIX}/share/metainfo do-test: cd ${TEST_WRKSRC} && TEMP=/tmp nunit-console \ projects/GKTests/bin/${_BUILD_TYPE}/GKTests.dll .include PATCH_ARGS= -l diff --git a/misc/gedkeeper/distinfo b/misc/gedkeeper/distinfo index 026a3e1fdc2f..1744b90841c3 100644 --- a/misc/gedkeeper/distinfo +++ b/misc/gedkeeper/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1680374156 -SHA256 (Serg-Norseman-GEDKeeper-v2.25.1_GH0.tar.gz) = 51c440ce25755277445c19cdac0089a4b995311300986731dfafc5c045a01401 -SIZE (Serg-Norseman-GEDKeeper-v2.25.1_GH0.tar.gz) = 16368144 +TIMESTAMP = 1681409027 +SHA256 (Serg-Norseman-GEDKeeper-v2.25.2_GH0.tar.gz) = 0e65a14aa521e09f3f69ee0e5225eedd8107f648d49c7250e10e77bd27e41309 +SIZE (Serg-Norseman-GEDKeeper-v2.25.2_GH0.tar.gz) = 16447546 SHA256 (Serg-Norseman-GKCommunicator-ea5c467_GH0.tar.gz) = 6f86ba39baa93374c59184abe8585157d013ba6f4bbb2c845b749d176fcb0a1d SIZE (Serg-Norseman-GKCommunicator-ea5c467_GH0.tar.gz) = 1866779 SHA256 (Serg-Norseman-GKGenetix-5d51cfd_GH0.tar.gz) = d18009e2b12b29751d5b8439a465b757bdd1b9d9290d69f0d6372a1de354e638 SIZE (Serg-Norseman-GKGenetix-5d51cfd_GH0.tar.gz) = 343100 diff --git a/misc/gedkeeper/files/patch-projects_GKCore_GKCore_GKUtils.cs b/misc/gedkeeper/files/patch-projects_GKCore_GKCore_GKUtils.cs index 7de8d94f966c..6df74f2a7f91 100644 --- a/misc/gedkeeper/files/patch-projects_GKCore_GKCore_GKUtils.cs +++ b/misc/gedkeeper/files/patch-projects_GKCore_GKCore_GKUtils.cs @@ -1,25 +1,12 @@ ---- projects/GKCore/GKCore/GKUtils.cs.orig 2023-03-27 21:40:19 UTC +--- projects/GKCore/GKCore/GKUtils.cs.orig 2023-04-13 18:03:47 UTC +++ projects/GKCore/GKCore/GKUtils.cs -@@ -1758,7 +1758,11 @@ namespace GKCore - - public static string GetTempDir() - { -- string tempPath = Environment.GetEnvironmentVariable("TEMP"); -+ string tempPath; -+ if (SysUtils.IsUnix()) -+ tempPath = Environment.GetEnvironmentVariable("TMP") ?? "/tmp"; -+ else -+ tempPath = Environment.GetEnvironmentVariable("TEMP"); - return tempPath + Path.DirectorySeparatorChar; - } - -@@ -1772,8 +1776,7 @@ namespace GKCore +@@ -1777,8 +1777,7 @@ namespace GKCore public static string GetAppPath() { - string result = Path.GetFullPath(Path.Combine(GetBinPath(), @".." + Path.DirectorySeparatorChar)); - return result; + return GetBinPath(); } public static string GetPluginsPath() diff --git a/misc/gedkeeper/pkg-plist b/misc/gedkeeper/pkg-plist index 90b6b7c34a7f..7baa58ecf3c3 100644 --- a/misc/gedkeeper/pkg-plist +++ b/misc/gedkeeper/pkg-plist @@ -1,504 +1,525 @@ bin/gedkeeper %%DATADIR%%/BSLib.DataViz.Model.dll %%DATADIR%%/BSLib.DataViz.WFControls.dll %%DATADIR%%/BSLib.SQLite.dll %%DATADIR%%/BSLib.dll %%DATADIR%%/ExcelLibrary.dll %%DATADIR%%/GEDKeeper2.exe %%DATADIR%%/GEDKeeper2.exe.config %%DATADIR%%/GKComponents.dll %%DATADIR%%/GKCore.dll %%DATADIR%%/GKMap.Core.dll %%DATADIR%%/GKMap.WinForms.dll %%DATADIR%%/GKTray.exe %%DATADIR%%/GKTray.exe.config %%DATADIR%%/KopiLua.dll %%DATADIR%%/NLog.dll %%DATADIR%%/NLua.dll %%DATADIR%%/Newtonsoft.Json.dll %%DATADIR%%/RtfWriter.dll %%DATADIR%%/UtfUnknown.dll %%DATADIR%%/YamlDotNet.dll %%DATADIR%%/ZedGraph.dll %%DATADIR%%/backgrounds/7kgyker.png %%DATADIR%%/backgrounds/brhd800.png %%DATADIR%%/backgrounds/he0scox.png %%DATADIR%%/backgrounds/papyrus2.png %%DATADIR%%/backgrounds/tchnymd.png %%DATADIR%%/backgrounds/trg8siz.png %%DATADIR%%/backgrounds/vp0nmp8.png %%DATADIR%%/backgrounds/y2lgare.png %%DATADIR%%/externals/README.md %%DATADIR%%/externals/open-history-data-ru.csv %%DATADIR%%/externals/resources.yaml %%DATADIR%%/externals/zlinks.csv %%DATADIR%%/itextsharp.dll %%DATADIR%%/locales/Chinese Simplified.lng %%DATADIR%%/locales/English.lng %%DATADIR%%/locales/cultures/Ancient.yaml %%DATADIR%%/locales/cultures/Armenian.yaml %%DATADIR%%/locales/cultures/Cantonese.yaml %%DATADIR%%/locales/cultures/Czech.yaml %%DATADIR%%/locales/cultures/English.yaml %%DATADIR%%/locales/cultures/French.yaml %%DATADIR%%/locales/cultures/German.yaml %%DATADIR%%/locales/cultures/Icelandic.yaml %%DATADIR%%/locales/cultures/Italian.yaml %%DATADIR%%/locales/cultures/Mandrin.yaml %%DATADIR%%/locales/cultures/Polish.yaml %%DATADIR%%/locales/cultures/Russian.yaml %%DATADIR%%/locales/cultures/Swedish.yaml %%DATADIR%%/locales/cultures/Turkish.yaml %%DATADIR%%/locales/czech.lng %%DATADIR%%/locales/dev/gkhDev_Architecture.html %%DATADIR%%/locales/dev/gkhDev_CodeStruct.html %%DATADIR%%/locales/dev/gkhDev_FileFormats.html %%DATADIR%%/locales/dev/gkhDev_Implementations.html %%DATADIR%%/locales/dev/gkhDev_Releases.html %%DATADIR%%/locales/dev/gkhDevelopment.html %%DATADIR%%/locales/dev/styles.css %%DATADIR%%/locales/french.lng %%DATADIR%%/locales/german.lng -%%DATADIR%%/locales/help_enu/GEDKeeper2.html +%%DATADIR%%/locales/help_enu/GEDKeeper.html %%DATADIR%%/locales/help_enu/gkhAbout.html %%DATADIR%%/locales/help_enu/gkhAncestorsCircle.html %%DATADIR%%/locales/help_enu/gkhAuthors.html %%DATADIR%%/locales/help_enu/gkhCAIndex.html %%DATADIR%%/locales/help_enu/gkhContents.html %%DATADIR%%/locales/help_enu/gkhDateSpecials.html %%DATADIR%%/locales/help_enu/gkhExpandability.html %%DATADIR%%/locales/help_enu/gkhFAQ.html %%DATADIR%%/locales/help_enu/gkhFeatures.html %%DATADIR%%/locales/help_enu/gkhGenRes.html %%DATADIR%%/locales/help_enu/gkhHistory.html %%DATADIR%%/locales/help_enu/gkhHotKeys.html %%DATADIR%%/locales/help_enu/gkhIntro.html %%DATADIR%%/locales/help_enu/gkhLangs.html %%DATADIR%%/locales/help_enu/gkhLaw.html %%DATADIR%%/locales/help_enu/gkhMaps.html %%DATADIR%%/locales/help_enu/gkhMasks.html %%DATADIR%%/locales/help_enu/gkhMediaStore.html %%DATADIR%%/locales/help_enu/gkhNav_Filters.html %%DATADIR%%/locales/help_enu/gkhNav_Labels.html %%DATADIR%%/locales/help_enu/gkhNav_QuickSearch.html %%DATADIR%%/locales/help_enu/gkhOptions.html %%DATADIR%%/locales/help_enu/gkhPedigrees.html %%DATADIR%%/locales/help_enu/gkhPlugin_GEDmill.html %%DATADIR%%/locales/help_enu/gkhPlugins.html %%DATADIR%%/locales/help_enu/gkhPortable.html %%DATADIR%%/locales/help_enu/gkhQuotes.html %%DATADIR%%/locales/help_enu/gkhRec_Address.html %%DATADIR%%/locales/help_enu/gkhRec_Asso.html %%DATADIR%%/locales/help_enu/gkhRec_Comm.html %%DATADIR%%/locales/help_enu/gkhRec_Event.html %%DATADIR%%/locales/help_enu/gkhRec_Family.html %%DATADIR%%/locales/help_enu/gkhRec_Group.html %%DATADIR%%/locales/help_enu/gkhRec_Individual.html %%DATADIR%%/locales/help_enu/gkhRec_Media.html %%DATADIR%%/locales/help_enu/gkhRec_Note.html %%DATADIR%%/locales/help_enu/gkhRec_Place.html %%DATADIR%%/locales/help_enu/gkhRec_Repo.html %%DATADIR%%/locales/help_enu/gkhRec_Research.html %%DATADIR%%/locales/help_enu/gkhRec_Source.html %%DATADIR%%/locales/help_enu/gkhRec_SrcLink.html %%DATADIR%%/locales/help_enu/gkhRec_Task.html %%DATADIR%%/locales/help_enu/gkhRec_UserRefs.html %%DATADIR%%/locales/help_enu/gkhRecordSelect.html %%DATADIR%%/locales/help_enu/gkhRecordTypes.html %%DATADIR%%/locales/help_enu/gkhRelations.html %%DATADIR%%/locales/help_enu/gkhRestrictions.html %%DATADIR%%/locales/help_enu/gkhScripts.html %%DATADIR%%/locales/help_enu/gkhSecure.html %%DATADIR%%/locales/help_enu/gkhStats.html %%DATADIR%%/locales/help_enu/gkhSvc_Calc.html %%DATADIR%%/locales/help_enu/gkhSvc_Calendar.html %%DATADIR%%/locales/help_enu/gkhSvc_NamesBook.html %%DATADIR%%/locales/help_enu/gkhSvc_Organizer.html %%DATADIR%%/locales/help_enu/gkhSvc_TimeLine.html %%DATADIR%%/locales/help_enu/gkhTools_DubsMerge.html %%DATADIR%%/locales/help_enu/gkhTools_FamiliesConnectivity.html %%DATADIR%%/locales/help_enu/gkhTools_PatSearch.html %%DATADIR%%/locales/help_enu/gkhTools_PlacesManage.html %%DATADIR%%/locales/help_enu/gkhTools_TreeCheck.html %%DATADIR%%/locales/help_enu/gkhTools_TreeCompare.html %%DATADIR%%/locales/help_enu/gkhTools_TreeImport.html %%DATADIR%%/locales/help_enu/gkhTools_TreeMerge.html %%DATADIR%%/locales/help_enu/gkhTools_TreeSplit.html %%DATADIR%%/locales/help_enu/gkhTreeChart.html %%DATADIR%%/locales/help_enu/gkhWorkAdv.html %%DATADIR%%/locales/help_enu/gkhWorkBeginning.html %%DATADIR%%/locales/help_enu/gkhWorkNavigation.html %%DATADIR%%/locales/help_enu/gkhWorkOperations.html %%DATADIR%%/locales/help_enu/gkhWorkToolbar.html -%%DATADIR%%/locales/help_enu/images/GEDKeeper2.png +%%DATADIR%%/locales/help_enu/images/GEDKeeper.png %%DATADIR%%/locales/help_enu/images/dlgAddrEdit.gif %%DATADIR%%/locales/help_enu/images/dlgAssoEdit.gif %%DATADIR%%/locales/help_enu/images/dlgCommEdit.gif %%DATADIR%%/locales/help_enu/images/dlgEventEdit.gif %%DATADIR%%/locales/help_enu/images/dlgFamilyEdit.gif %%DATADIR%%/locales/help_enu/images/dlgFilterPersonRec.gif %%DATADIR%%/locales/help_enu/images/dlgGroupEdit.gif %%DATADIR%%/locales/help_enu/images/dlgMediaEdit.gif %%DATADIR%%/locales/help_enu/images/dlgNoteEdit.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Charts_AncestorsCircle.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Charts_Trees.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Common.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Interface_AllLists.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Interface_ListOfIndividuals.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Multimedia.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Pedigrees.gif %%DATADIR%%/locales/help_enu/images/dlgOptions_Plugins.gif %%DATADIR%%/locales/help_enu/images/dlgPersonEdit.gif %%DATADIR%%/locales/help_enu/images/dlgPlaceEdit.gif %%DATADIR%%/locales/help_enu/images/dlgQuickSearch.gif %%DATADIR%%/locales/help_enu/images/dlgRecordSelect.gif %%DATADIR%%/locales/help_enu/images/dlgRepoEdit.gif %%DATADIR%%/locales/help_enu/images/dlgResearchEdit.gif %%DATADIR%%/locales/help_enu/images/dlgSourceEdit.gif %%DATADIR%%/locales/help_enu/images/dlgSrcLinkEdit.gif %%DATADIR%%/locales/help_enu/images/dlgTaskEdit.gif %%DATADIR%%/locales/help_enu/images/dlgURefEdit.gif %%DATADIR%%/locales/help_enu/images/iCopy.gif %%DATADIR%%/locales/help_enu/images/iCreateNew.gif %%DATADIR%%/locales/help_enu/images/iExcel.gif %%DATADIR%%/locales/help_enu/images/iExpand.gif %%DATADIR%%/locales/help_enu/images/iFilter.gif %%DATADIR%%/locales/help_enu/images/iLeft1.gif %%DATADIR%%/locales/help_enu/images/iLoad.gif %%DATADIR%%/locales/help_enu/images/iPreview.gif %%DATADIR%%/locales/help_enu/images/iPrint.gif %%DATADIR%%/locales/help_enu/images/iRecDelete.gif %%DATADIR%%/locales/help_enu/images/iRecEdit.gif %%DATADIR%%/locales/help_enu/images/iRecNew.gif %%DATADIR%%/locales/help_enu/images/iRight1.gif %%DATADIR%%/locales/help_enu/images/iSave.gif %%DATADIR%%/locales/help_enu/images/iSaveImage.gif %%DATADIR%%/locales/help_enu/images/iScroll.gif %%DATADIR%%/locales/help_enu/images/iStart.gif %%DATADIR%%/locales/help_enu/images/iStop.gif %%DATADIR%%/locales/help_enu/images/iTable.gif %%DATADIR%%/locales/help_enu/images/iToMan.gif %%DATADIR%%/locales/help_enu/images/iTools.gif %%DATADIR%%/locales/help_enu/images/iTreeAncestry.gif %%DATADIR%%/locales/help_enu/images/iTreeBoth.gif %%DATADIR%%/locales/help_enu/images/iTreeDescendants.gif %%DATADIR%%/locales/help_enu/images/rel_scheme.gif %%DATADIR%%/locales/help_enu/images/rg_shield_max.gif %%DATADIR%%/locales/help_enu/images/rg_shield_mid.gif %%DATADIR%%/locales/help_enu/images/rg_shield_none.gif %%DATADIR%%/locales/help_enu/images/tg_barbed_wire.gif %%DATADIR%%/locales/help_enu/images/tg_george_cross.gif %%DATADIR%%/locales/help_enu/images/tg_islam_sym.gif %%DATADIR%%/locales/help_enu/images/tg_latin_cross.gif %%DATADIR%%/locales/help_enu/images/tg_old_ritual_cross.gif %%DATADIR%%/locales/help_enu/images/tg_orthodox_cross.gif %%DATADIR%%/locales/help_enu/images/tg_soldier.gif %%DATADIR%%/locales/help_enu/images/tg_soldier_fall.gif %%DATADIR%%/locales/help_enu/images/tg_veteran_rear.gif %%DATADIR%%/locales/help_enu/images/winMain_Tabs.gif %%DATADIR%%/locales/help_enu/images/winMain_Toolbar.gif %%DATADIR%%/locales/help_enu/styles.css -%%DATADIR%%/locales/help_rus/GEDKeeper2.html +%%DATADIR%%/locales/help_rus/GEDKeeper.html %%DATADIR%%/locales/help_rus/gkhAbout.html %%DATADIR%%/locales/help_rus/gkhAncestorsCircle.html %%DATADIR%%/locales/help_rus/gkhAuthors.html %%DATADIR%%/locales/help_rus/gkhCAIndex.html +%%DATADIR%%/locales/help_rus/gkhClipboard.html %%DATADIR%%/locales/help_rus/gkhContents.html +%%DATADIR%%/locales/help_rus/gkhDataSafety.html %%DATADIR%%/locales/help_rus/gkhDateSpecials.html %%DATADIR%%/locales/help_rus/gkhExpandability.html %%DATADIR%%/locales/help_rus/gkhFAQ.html %%DATADIR%%/locales/help_rus/gkhFeatures.html %%DATADIR%%/locales/help_rus/gkhGenRes.html %%DATADIR%%/locales/help_rus/gkhHistory.html %%DATADIR%%/locales/help_rus/gkhHotKeys.html %%DATADIR%%/locales/help_rus/gkhIntro.html %%DATADIR%%/locales/help_rus/gkhLangCultures.html %%DATADIR%%/locales/help_rus/gkhLangs.html %%DATADIR%%/locales/help_rus/gkhLaw.html %%DATADIR%%/locales/help_rus/gkhMaps.html %%DATADIR%%/locales/help_rus/gkhMasks.html %%DATADIR%%/locales/help_rus/gkhMediaStore.html %%DATADIR%%/locales/help_rus/gkhNav_Filters.html %%DATADIR%%/locales/help_rus/gkhNav_Labels.html %%DATADIR%%/locales/help_rus/gkhNav_QuickSearch.html %%DATADIR%%/locales/help_rus/gkhOptions.html %%DATADIR%%/locales/help_rus/gkhPedigrees.html %%DATADIR%%/locales/help_rus/gkhPlugin_GEDmill.html %%DATADIR%%/locales/help_rus/gkhPlugins.html %%DATADIR%%/locales/help_rus/gkhPortable.html %%DATADIR%%/locales/help_rus/gkhQuotes.html %%DATADIR%%/locales/help_rus/gkhRec_Address.html %%DATADIR%%/locales/help_rus/gkhRec_Asso.html %%DATADIR%%/locales/help_rus/gkhRec_Comm.html %%DATADIR%%/locales/help_rus/gkhRec_Event.html %%DATADIR%%/locales/help_rus/gkhRec_Family.html %%DATADIR%%/locales/help_rus/gkhRec_Group.html %%DATADIR%%/locales/help_rus/gkhRec_Individual.html %%DATADIR%%/locales/help_rus/gkhRec_Media.html %%DATADIR%%/locales/help_rus/gkhRec_Name.html %%DATADIR%%/locales/help_rus/gkhRec_Note.html %%DATADIR%%/locales/help_rus/gkhRec_Place.html %%DATADIR%%/locales/help_rus/gkhRec_Repo.html %%DATADIR%%/locales/help_rus/gkhRec_Research.html %%DATADIR%%/locales/help_rus/gkhRec_Source.html %%DATADIR%%/locales/help_rus/gkhRec_SrcLink.html %%DATADIR%%/locales/help_rus/gkhRec_Task.html %%DATADIR%%/locales/help_rus/gkhRec_UserRefs.html %%DATADIR%%/locales/help_rus/gkhRecordSelect.html %%DATADIR%%/locales/help_rus/gkhRecordTypes.html %%DATADIR%%/locales/help_rus/gkhRelations.html %%DATADIR%%/locales/help_rus/gkhRestrictions.html %%DATADIR%%/locales/help_rus/gkhScripts.html %%DATADIR%%/locales/help_rus/gkhSecure.html %%DATADIR%%/locales/help_rus/gkhStats.html %%DATADIR%%/locales/help_rus/gkhSvc_Calc.html %%DATADIR%%/locales/help_rus/gkhSvc_Calendar.html %%DATADIR%%/locales/help_rus/gkhSvc_NamesBook.html %%DATADIR%%/locales/help_rus/gkhSvc_Organizer.html %%DATADIR%%/locales/help_rus/gkhSvc_TimeLine.html +%%DATADIR%%/locales/help_rus/gkhThemes.html %%DATADIR%%/locales/help_rus/gkhTools_DubsMerge.html %%DATADIR%%/locales/help_rus/gkhTools_FamiliesConnectivity.html %%DATADIR%%/locales/help_rus/gkhTools_PatSearch.html %%DATADIR%%/locales/help_rus/gkhTools_PlacesManage.html %%DATADIR%%/locales/help_rus/gkhTools_TreeCheck.html %%DATADIR%%/locales/help_rus/gkhTools_TreeCompare.html %%DATADIR%%/locales/help_rus/gkhTools_TreeImport.html %%DATADIR%%/locales/help_rus/gkhTools_TreeMerge.html %%DATADIR%%/locales/help_rus/gkhTools_TreeSplit.html %%DATADIR%%/locales/help_rus/gkhTreeChart.html %%DATADIR%%/locales/help_rus/gkhWorkAdv.html %%DATADIR%%/locales/help_rus/gkhWorkBeginning.html %%DATADIR%%/locales/help_rus/gkhWorkNavigation.html %%DATADIR%%/locales/help_rus/gkhWorkOperations.html %%DATADIR%%/locales/help_rus/gkhWorkToolbar.html -%%DATADIR%%/locales/help_rus/images/GEDKeeper2.png +%%DATADIR%%/locales/help_rus/images/GEDKeeper.png %%DATADIR%%/locales/help_rus/images/dlgAddrEdit.gif %%DATADIR%%/locales/help_rus/images/dlgAssoEdit.gif %%DATADIR%%/locales/help_rus/images/dlgCommEdit.gif %%DATADIR%%/locales/help_rus/images/dlgEventEdit.gif %%DATADIR%%/locales/help_rus/images/dlgFamilyEdit.gif %%DATADIR%%/locales/help_rus/images/dlgGroupEdit.gif %%DATADIR%%/locales/help_rus/images/dlgMediaEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgNameEdit.png %%DATADIR%%/locales/help_rus/images/dlgNoteEdit.gif -%%DATADIR%%/locales/help_rus/images/dlgPersonEdit.gif +%%DATADIR%%/locales/help_rus/images/dlgPersonEdit.png %%DATADIR%%/locales/help_rus/images/dlgPlaceEdit.gif %%DATADIR%%/locales/help_rus/images/dlgRecordSelect.gif %%DATADIR%%/locales/help_rus/images/dlgRepoEdit.gif %%DATADIR%%/locales/help_rus/images/dlgResearchEdit.gif %%DATADIR%%/locales/help_rus/images/dlgSourceEdit.gif %%DATADIR%%/locales/help_rus/images/dlgSrcLinkEdit.gif %%DATADIR%%/locales/help_rus/images/dlgTaskEdit.gif %%DATADIR%%/locales/help_rus/images/dlgURefEdit.gif %%DATADIR%%/locales/help_rus/images/iCopy.gif %%DATADIR%%/locales/help_rus/images/iCreateNew.gif %%DATADIR%%/locales/help_rus/images/iExcel.gif %%DATADIR%%/locales/help_rus/images/iExpand.gif %%DATADIR%%/locales/help_rus/images/iFilter.gif %%DATADIR%%/locales/help_rus/images/iLeft1.gif %%DATADIR%%/locales/help_rus/images/iLoad.gif +%%DATADIR%%/locales/help_rus/images/iPaste.gif %%DATADIR%%/locales/help_rus/images/iPreview.gif %%DATADIR%%/locales/help_rus/images/iPrint.gif %%DATADIR%%/locales/help_rus/images/iRecDelete.gif %%DATADIR%%/locales/help_rus/images/iRecEdit.gif %%DATADIR%%/locales/help_rus/images/iRecNew.gif %%DATADIR%%/locales/help_rus/images/iRight1.gif %%DATADIR%%/locales/help_rus/images/iSave.gif %%DATADIR%%/locales/help_rus/images/iSaveImage.gif %%DATADIR%%/locales/help_rus/images/iScroll.gif %%DATADIR%%/locales/help_rus/images/iStart.gif %%DATADIR%%/locales/help_rus/images/iStop.gif %%DATADIR%%/locales/help_rus/images/iTable.gif %%DATADIR%%/locales/help_rus/images/iToMan.gif %%DATADIR%%/locales/help_rus/images/iTools.gif %%DATADIR%%/locales/help_rus/images/iTreeAncestry.gif %%DATADIR%%/locales/help_rus/images/iTreeBoth.gif %%DATADIR%%/locales/help_rus/images/iTreeDescendants.gif %%DATADIR%%/locales/help_rus/images/rel_scheme.gif %%DATADIR%%/locales/help_rus/images/rg_shield_max.gif %%DATADIR%%/locales/help_rus/images/rg_shield_mid.gif %%DATADIR%%/locales/help_rus/images/rg_shield_none.gif %%DATADIR%%/locales/help_rus/images/tg_barbed_wire.gif +%%DATADIR%%/locales/help_rus/images/tg_cpsu.png %%DATADIR%%/locales/help_rus/images/tg_george_cross.gif %%DATADIR%%/locales/help_rus/images/tg_islam_sym.gif %%DATADIR%%/locales/help_rus/images/tg_latin_cross.gif %%DATADIR%%/locales/help_rus/images/tg_old_ritual_cross.gif %%DATADIR%%/locales/help_rus/images/tg_orthodox_cross.gif %%DATADIR%%/locales/help_rus/images/tg_soldier.gif %%DATADIR%%/locales/help_rus/images/tg_soldier_fall.gif %%DATADIR%%/locales/help_rus/images/tg_veteran_rear.gif +%%DATADIR%%/locales/help_rus/images/treeURefNote.png +%%DATADIR%%/locales/help_rus/images/treeURefSym.png %%DATADIR%%/locales/help_rus/images/winMain.gif %%DATADIR%%/locales/help_rus/images/winMain_Tabs.gif %%DATADIR%%/locales/help_rus/images/winMain_Toolbar.gif %%DATADIR%%/locales/help_rus/styles.css %%DATADIR%%/locales/holidays_rus.yaml %%DATADIR%%/locales/hungarian.stub %%DATADIR%%/locales/italian.lng %%DATADIR%%/locales/kazakh_cyrillic.lng %%DATADIR%%/locales/polish.lng %%DATADIR%%/locales/portuguese.stub %%DATADIR%%/locales/readme_eng.html %%DATADIR%%/locales/readme_rus.html %%DATADIR%%/locales/russian.lng %%DATADIR%%/locales/spanish.stub %%DATADIR%%/locales/special/GKFlowInputPlugin_manual_ru.docx %%DATADIR%%/locales/special/GKPedigreeImporterPlugin_manual_ru.docx %%DATADIR%%/locales/tips_rus.yaml %%DATADIR%%/locales/ukrainian.lng %%DATADIR%%/nVLC.dll %%DATADIR%%/plugins/BSLib.DataViz.Model.dll %%DATADIR%%/plugins/BSLib.SQLite.dll %%DATADIR%%/plugins/BSLib.dll %%DATADIR%%/plugins/ExcelLibrary.dll +%%DATADIR%%/plugins/GEDmillPlugin.cze %%DATADIR%%/plugins/GEDmillPlugin.dll %%DATADIR%%/plugins/GEDmillPlugin.enu %%DATADIR%%/plugins/GEDmillPlugin.rus %%DATADIR%%/plugins/GKBackupPlugin.dll %%DATADIR%%/plugins/GKBackupPlugin.enu %%DATADIR%%/plugins/GKBackupPlugin.rus +%%DATADIR%%/plugins/GKCalculatorPlugin.cze %%DATADIR%%/plugins/GKCalculatorPlugin.dll %%DATADIR%%/plugins/GKCalculatorPlugin.enu %%DATADIR%%/plugins/GKCalculatorPlugin.pol %%DATADIR%%/plugins/GKCalculatorPlugin.rus %%DATADIR%%/plugins/GKCalculatorPlugin.ukr +%%DATADIR%%/plugins/GKCalendarPlugin.cze %%DATADIR%%/plugins/GKCalendarPlugin.dll %%DATADIR%%/plugins/GKCalendarPlugin.enu %%DATADIR%%/plugins/GKCalendarPlugin.pol %%DATADIR%%/plugins/GKCalendarPlugin.rus %%DATADIR%%/plugins/GKCalendarPlugin.ukr %%DATADIR%%/plugins/GKChroniclePlugin.dll %%DATADIR%%/plugins/GKChroniclePlugin.enu %%DATADIR%%/plugins/GKChroniclePlugin.pol %%DATADIR%%/plugins/GKChroniclePlugin.rus %%DATADIR%%/plugins/GKChroniclePlugin.ukr %%DATADIR%%/plugins/GKCommunicatorPlugin.dll %%DATADIR%%/plugins/GKCommunicatorPlugin.enu %%DATADIR%%/plugins/GKCommunicatorPlugin.rus %%DATADIR%%/plugins/GKComponents.dll %%DATADIR%%/plugins/GKCore.dll +%%DATADIR%%/plugins/GKFlowInputPlugin.cze %%DATADIR%%/plugins/GKFlowInputPlugin.dll %%DATADIR%%/plugins/GKFlowInputPlugin.enu %%DATADIR%%/plugins/GKFlowInputPlugin.pol %%DATADIR%%/plugins/GKFlowInputPlugin.rus %%DATADIR%%/plugins/GKFlowInputPlugin.ukr %%DATADIR%%/plugins/GKGenetix.Core.dll %%DATADIR%%/plugins/GKGenetix.UI.WinForms.dll %%DATADIR%%/plugins/GKGenetixPlugin.dll %%DATADIR%%/plugins/GKGenetixPlugin.enu %%DATADIR%%/plugins/GKGenetixPlugin.rus +%%DATADIR%%/plugins/GKHistoryDataPlugin.cze %%DATADIR%%/plugins/GKHistoryDataPlugin.dll %%DATADIR%%/plugins/GKHistoryDataPlugin.enu %%DATADIR%%/plugins/GKHistoryDataPlugin.rus +%%DATADIR%%/plugins/GKLifePlugin.cze %%DATADIR%%/plugins/GKLifePlugin.dll %%DATADIR%%/plugins/GKLifePlugin.enu %%DATADIR%%/plugins/GKLifePlugin.pol %%DATADIR%%/plugins/GKLifePlugin.rus %%DATADIR%%/plugins/GKLifePlugin.ukr %%DATADIR%%/plugins/GKMap.Core.dll %%DATADIR%%/plugins/GKMap.WinForms.dll +%%DATADIR%%/plugins/GKNamesBookPlugin.cze %%DATADIR%%/plugins/GKNamesBookPlugin.dll %%DATADIR%%/plugins/GKNamesBookPlugin.enu %%DATADIR%%/plugins/GKNamesBookPlugin.pol %%DATADIR%%/plugins/GKNamesBookPlugin.rus %%DATADIR%%/plugins/GKNamesBookPlugin.ukr +%%DATADIR%%/plugins/GKNavigatorPlugin.cze %%DATADIR%%/plugins/GKNavigatorPlugin.dll %%DATADIR%%/plugins/GKNavigatorPlugin.enu %%DATADIR%%/plugins/GKNavigatorPlugin.rus %%DATADIR%%/plugins/GKNavigatorPlugin.ukr %%DATADIR%%/plugins/GKNetCore.dll %%DATADIR%%/plugins/GKNetUI.dll +%%DATADIR%%/plugins/GKPedigreeImporterPlugin.cze %%DATADIR%%/plugins/GKPedigreeImporterPlugin.dll %%DATADIR%%/plugins/GKPedigreeImporterPlugin.enu %%DATADIR%%/plugins/GKPedigreeImporterPlugin.pol %%DATADIR%%/plugins/GKPedigreeImporterPlugin.rus %%DATADIR%%/plugins/GKPedigreeImporterPlugin.ukr +%%DATADIR%%/plugins/GKStdReports.cze %%DATADIR%%/plugins/GKStdReports.deu %%DATADIR%%/plugins/GKStdReports.dll %%DATADIR%%/plugins/GKStdReports.enu %%DATADIR%%/plugins/GKStdReports.fra %%DATADIR%%/plugins/GKStdReports.rus %%DATADIR%%/plugins/GKStdReports.ukr +%%DATADIR%%/plugins/GKTextSearchPlugin.cze %%DATADIR%%/plugins/GKTextSearchPlugin.dll %%DATADIR%%/plugins/GKTextSearchPlugin.enu %%DATADIR%%/plugins/GKTextSearchPlugin.pol %%DATADIR%%/plugins/GKTextSearchPlugin.rus %%DATADIR%%/plugins/GKTextSearchPlugin.ukr +%%DATADIR%%/plugins/GKTimeLinePlugin.cze %%DATADIR%%/plugins/GKTimeLinePlugin.dll %%DATADIR%%/plugins/GKTimeLinePlugin.enu %%DATADIR%%/plugins/GKTimeLinePlugin.pol %%DATADIR%%/plugins/GKTimeLinePlugin.rus %%DATADIR%%/plugins/GKTimeLinePlugin.ukr +%%DATADIR%%/plugins/GKWordsCloudPlugin.cze %%DATADIR%%/plugins/GKWordsCloudPlugin.dll %%DATADIR%%/plugins/GKWordsCloudPlugin.enu %%DATADIR%%/plugins/GKWordsCloudPlugin.pol %%DATADIR%%/plugins/GKWordsCloudPlugin.rus %%DATADIR%%/plugins/GKWordsCloudPlugin.ukr %%DATADIR%%/plugins/KopiLua.dll %%DATADIR%%/plugins/Mono.Nat.dll %%DATADIR%%/plugins/NLog.dll %%DATADIR%%/plugins/NLua.dll %%DATADIR%%/plugins/Newtonsoft.Json.dll %%DATADIR%%/plugins/RtfWriter.dll %%DATADIR%%/plugins/UtfUnknown.dll %%DATADIR%%/plugins/XapianCSharp.dll %%DATADIR%%/plugins/YamlDotNet.dll %%DATADIR%%/plugins/ZedGraph.dll %%DATADIR%%/plugins/_XapianSharp.dll %%DATADIR%%/plugins/gedmill-bg.png %%DATADIR%%/plugins/itextsharp.dll %%DATADIR%%/plugins/log4net.dll %%DATADIR%%/plugins/nVLC.dll %%DATADIR%%/plugins/zlib1.dll %%DATADIR%%/samples/Ancient_Kingdoms.ged %%DATADIR%%/samples/Bach_Family.ged %%DATADIR%%/samples/Bach_Family.zip %%DATADIR%%/samples/Human_Mitochondria_DNA_Haplogroups.ged %%DATADIR%%/samples/Human_Origins.ged %%DATADIR%%/samples/Human_Origins.zip %%DATADIR%%/samples/Human_Y-chromosome_DNA_Haplogroups.ged %%DATADIR%%/samples/Nehru-Ghandi_Family.ged %%DATADIR%%/samples/Nehru-Ghandi_Family.zip %%DATADIR%%/samples/Sample_PresidentsUSA.ged %%DATADIR%%/samples/Sample_Russia.ged %%DATADIR%%/samples/Sample_Russia.zip %%DATADIR%%/samples/Taras_Shevchenko.ged %%DATADIR%%/samples/Taras_Shevchenko.zip %%DATADIR%%/scripts/add_places.lua %%DATADIR%%/scripts/add_places2.lua %%DATADIR%%/scripts/bind_group.lua %%DATADIR%%/scripts/bind_group2.lua %%DATADIR%%/scripts/bind_sex.lua %%DATADIR%%/scripts/bind_source.lua %%DATADIR%%/scripts/birthes.lua %%DATADIR%%/scripts/clean_families.lua %%DATADIR%%/scripts/clean_locations.lua %%DATADIR%%/scripts/clear_events.lua %%DATADIR%%/scripts/clear_events2.lua %%DATADIR%%/scripts/csv_import.lua %%DATADIR%%/scripts/csv_import1.lua %%DATADIR%%/scripts/csv_import2.lua %%DATADIR%%/scripts/csv_write.lua %%DATADIR%%/scripts/delete_filtered.lua %%DATADIR%%/scripts/groups2places.lua %%DATADIR%%/scripts/set_media_prim.lua %%DATADIR%%/scripts/sofonov_import.lua %%DATADIR%%/scripts/test.lua %%DATADIR%%/scripts/test_def_pat.lua %%DATADIR%%/scripts/test_def_sex.lua %%DATADIR%%/scripts/tree_add.lua %%DATADIR%%/scripts/tree_add2.lua %%DATADIR%%/scripts/tree_simple.lua %%DATADIR%%/scripts/tree_simple2.lua %%DATADIR%%/scripts/tree_simple3.lua %%DATADIR%%/scripts/uln.lua %%DATADIR%%/scripts/view_ancestors.lua %%DATADIR%%/scripts/view_brothers.lua %%DATADIR%%/scripts/view_descendants.lua %%DATADIR%%/themes/ext_images/maps.png %%DATADIR%%/themes/ext_images/settings.png %%DATADIR%%/themes/gk_dark.yaml %%DATADIR%%/themes/gk_forest.yaml %%DATADIR%%/themes/gk_light.yaml share/applications/gedkeeper.desktop share/metainfo/gedkeeper.appdata.xml share/mime/packages/application-x-gedkeeper.xml share/pixmaps/gedkeeper.png