Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GnuPG VS-NfD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Veit Berwig
GnuPG VS-NfD
Commits
b32b8b78
Commit
b32b8b78
authored
3 months ago
by
Veit Berwig
Browse files
Options
Downloads
Patches
Plain Diff
inst.nsi ersetzen
parent
199df6ad
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
inst.nsi
+13
-13
13 additions, 13 deletions
inst.nsi
with
13 additions
and
13 deletions
inst.nsi
+
13
−
13
View file @
b32b8b78
...
@@ -37,7 +37,7 @@ Unicode true
...
@@ -37,7 +37,7 @@ Unicode true
# MODIFIED FOR VS-NFD CONFIGURATION BY vitusb in 20250106 --- BEGIN ---
# MODIFIED FOR VS-NFD CONFIGURATION BY vitusb in 20250106 --- BEGIN ---
# Got vars below from "gnupg-w32-x.x.xx.src\build-aux\speedo.mk" ...
# Got vars below from "gnupg-w32-x.x.xx.src\build-aux\speedo.mk" ...
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# Line 287: (build-release: gnupg-2.2.4
5
)
# Line 287: (build-release: gnupg-2.2.4
6
)
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# # Directory names.
# # Directory names.
# They must be absolute, as we switch directories pretty often.
# They must be absolute, as we switch directories pretty often.
...
@@ -57,7 +57,7 @@ Unicode true
...
@@ -57,7 +57,7 @@ Unicode true
# patdir := $(topsrc)/build-aux/speedo/patches
# patdir := $(topsrc)/build-aux/speedo/patches
# w32src := $(topsrc)/build-aux/speedo/w32
# w32src := $(topsrc)/build-aux/speedo/w32
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# Line 1371: (build-release: gnupg-2.2.4
5
)
# Line 1371: (build-release: gnupg-2.2.4
6
)
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# $(MAKENSIS) -V2 \
# $(MAKENSIS) -V2 \
# -DINST_DIR=$(idir) \
# -DINST_DIR=$(idir) \
...
@@ -78,7 +78,7 @@ Unicode true
...
@@ -78,7 +78,7 @@ Unicode true
# ${VERSION} was taken from:
# ${VERSION} was taken from:
# gnupg-w32-x.x.xx.src\configure
# gnupg-w32-x.x.xx.src\configure
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# Line 583: PACKAGE_VERSION='2.2.4
5
'
# Line 583: PACKAGE_VERSION='2.2.4
6
'
# Line 2921: VERSION=$PACKAGE_VERSION
# Line 2921: VERSION=$PACKAGE_VERSION
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# 1.) ${PROD_VERSION} was taken from ...
# 1.) ${PROD_VERSION} was taken from ...
...
@@ -105,11 +105,11 @@ Unicode true
...
@@ -105,11 +105,11 @@ Unicode true
# Line 15985: BUILD_FILEVERSION=`echo "${BUILD_VERSION}" | tr . ,`
# Line 15985: BUILD_FILEVERSION=`echo "${BUILD_VERSION}" | tr . ,`
# ------------------------------------------------------------------
# ------------------------------------------------------------------
# 4.) ... that produces the string by a "tr"-filter:
# 4.) ... that produces the string by a "tr"-filter:
# echo "2.2.4
5
.3
6415
" | tr . ,
# echo "2.2.4
6
.3
2328
" | tr . ,
# 2,2,4
5
,3
6415
# 2,2,4
6
,3
2328
# 5.) ... with a "sed" filter by:
# 5.) ... with a "sed" filter by:
# echo "2,2,4
5
,3
6415
" | sed 's/,/./g'
# echo "2,2,4
6
,3
2328
" | sed 's/,/./g'
# 2.2.4
5
.3
6415
# 2.2.4
6
.3
2328
#
#
# MAKE CHANGES HERE --- BEGIN ---
# MAKE CHANGES HERE --- BEGIN ---
...
@@ -141,8 +141,8 @@ Unicode true
...
@@ -141,8 +141,8 @@ Unicode true
# - Rename ".\PLAY\inst\lib\libnpth.imp" to "libnpth.dll.a"
# - Rename ".\PLAY\inst\lib\libnpth.imp" to "libnpth.dll.a"
# - Rename ".\PLAY\inst\bin\pinentry-basic.exe" to "pinentry-w32.exe"
# - Rename ".\PLAY\inst\bin\pinentry-basic.exe" to "pinentry-w32.exe"
!define My_VERSION "2.2.4
5
"
!define My_VERSION "2.2.4
6
"
!define My_PROD_VERSION "2.2.4
5
.3
6415
"
!define My_PROD_VERSION "2.2.4
6
.3
2328
"
!define My_TOP_SRCDIR "_" # gnupg-w32-x.x.xx.src\PLAY\build
!define My_TOP_SRCDIR "_" # gnupg-w32-x.x.xx.src\PLAY\build
!define My_BUILD_DIR "${My_TOP_SRCDIR}\PLAY\build" # gnupg-w32-x.x.xx.src\PLAY\build
!define My_BUILD_DIR "${My_TOP_SRCDIR}\PLAY\build" # gnupg-w32-x.x.xx.src\PLAY\build
...
@@ -158,11 +158,11 @@ Unicode true
...
@@ -158,11 +158,11 @@ Unicode true
# "gnupg-w32-x.x.xx.src\build-aux\speedo.mk"
# "gnupg-w32-x.x.xx.src\build-aux\speedo.mk"
# Line 841: BUILD_ISODATE=$(shell date -u +%Y-%m-%d)
# Line 841: BUILD_ISODATE=$(shell date -u +%Y-%m-%d)
# Line 842: BUILD_DATESTR=$(subst -,,$(BUILD_ISODATE))
# Line 842: BUILD_DATESTR=$(subst -,,$(BUILD_ISODATE))
# BUILD_ISODATE is like: 202
4-10-22
# BUILD_ISODATE is like: 202
5-01-07
# BUILD_DATESTR is like: 202
41022
# BUILD_DATESTR is like: 202
50107
!define My_BUILD_ISODATE "202
4-10-22
" # BUILD_ISODATE=$(shell date -u +%Y-%m-%d)
!define My_BUILD_ISODATE "202
5-01-07
" # BUILD_ISODATE=$(shell date -u +%Y-%m-%d)
!define My_BUILD_DATESTR "202
41022
" # BUILD_DATESTR=$(subst -,,$(BUILD_ISODATE))
!define My_BUILD_DATESTR "202
50107
" # BUILD_DATESTR=$(subst -,,$(BUILD_ISODATE))
# "NAME" was taken from "INST_NAME" in:
# "NAME" was taken from "INST_NAME" in:
# "gnupg-w32-x.x.xx.src\build-aux\speedo.mk"
# "gnupg-w32-x.x.xx.src\build-aux\speedo.mk"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment