Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
c2baa799
Commit
c2baa799
authored
6 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
build: get tarballs for winsparkle submodules
Change-Id: I33f183bda3dabcafe4da18d105c58e42b6d1ec6b
parent
80c9d835
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
fetch-deps.bat
+30
-7
30 additions, 7 deletions
fetch-deps.bat
with
30 additions
and
7 deletions
fetch-deps.bat
+
30
−
7
View file @
c2baa799
...
...
@@ -6,25 +6,35 @@ if "%1" == "/c" (
set
cloneSubmodules
=
Y
)
set
WGET_CMD
=
wget
--no-check-certificate --retry-connrefused --waitretry
=
1
--read-timeout
=
20
--timeout
=
15
--tries
=
4
set
APPLY_CMD
=
git
apply
--reject --ignore-whitespace --whitespace
=
fix
if
exist
"
winsparkle
"
(
if
exist
winsparkle
(
rmdir
winsparkle
/s /q
)
git
clone
--depth
=
1
https
://github.com/vslavik/winsparkle.git
git
clone
https
://github.com/vslavik/winsparkle.git
cd
winsparkle
git
checkout
6
e7bb8554852d7f964fd176c440dd29cc772f2dc
%APPLY_CMD%
..\winsparkle.patch
if
"
%cloneSubmodules%
"
neq
"N"
(
git
submodule
init
git
submodule
update
--depth
=
1
cd
3
rdparty
call
:getTarballDepToFolder
https
://github.com/libexpat/libexpat
97
c6bd01990090d4015364ae37dd141f3c39a30f
expat
call
:getTarballDepToFolder
https
://github.com/openssl/openssl
e5bba24cd8bb3e5127a578b85c6edf013a38ea6d
openssl
call
:getTarballDepToFolder
https
://github.com/wxWidgets/wxWidgets
08
ea09c7fee69984c75e51ea8ee90ef075f06e90
wxWidgets
cd
wxWidgets
\3rdparty
call
:getTarballDepToFolder
https
://github.com/wxWidgets/Catch
011
f6e6458d888246f94643e293f002073cff489
catch
cd
..\..
cd
..
)
cd
..
if
exist
"
qrencode-win32
"
(
if
exist
qrencode
-win
32
(
rmdir
qrencode
-win
32
/s /q
)
git
clone
--depth
=
1
https
://github.com/BlueDragon747/qrencode
-win
32
.git
git
clone
https
://github.com/BlueDragon747/qrencode
-win
32
.git
cd
qrencode
-win
32
git
checkout
d6495a2aa74d058d54ae0f1b9e9e545698de66ce
%APPLY_CMD%
..\qrencode
-win
32
.patch
...
...
@@ -33,3 +43,16 @@ git checkout d6495a2aa74d058d54ae0f1b9e9e545698de66ce
endlocal
@endlocal
exit
/B
%ERRORLEVEL%
:getTarballDepToFolder
%WGET_CMD%
%
1
/archive
/
%
2
.tar.gz
7
z
-y
x
%
2
.tar.gz
&&
7
z
-y
x
%
2
.tar
del
%
2
.tar
&&
del
%
2
.tar.gz
&&
del
pax_global_header
if
exist
%
3
(
rmdir
%
3
/s /q
)
if
exist
%
3
-
%
2
(
rename
%
3
-
%
2
%
3
)
else
(
rename
lib
%
3
-
%
2
%
3
)
\ No newline at end of file
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