@@ -28,14 +28,15 @@ pacman_list () {
28
28
}
29
29
30
30
# Packages that have been added after Git SDK 1.0.0 was released...
31
- pacman -S --needed --noconfirm mingw-w64-$ARCH -connect git-flow >&2 ||
31
+ pacman -S --needed --noconfirm mingw-w64-$ARCH -connect git-flow unzip docx2txt \
32
+ mingw-w64-$ARCH -antiword mingw-w64-$ARCH -poppler >&2 ||
32
33
die " Could not install required packages"
33
34
34
35
pacman_list mingw-w64-$ARCH -git mingw-w64-$ARCH -git-doc-html \
35
36
git-extra ncurses mintty vim openssh winpty \
36
37
sed awk less grep gnupg tar findutils coreutils diffutils patch \
37
38
dos2unix which subversion mingw-w64-$ARCH -tk \
38
- mingw-w64-$ARCH -connect git-flow " $@ " |
39
+ mingw-w64-$ARCH -connect git-flow docx2txt mingw-w64- $ARCH -antiword " $@ " |
39
40
grep -v -e ' \.[acho]$' -e ' \.l[ao]$' -e ' /aclocal/' \
40
41
-e ' /man/' -e ' /pkgconfig/' -e ' /emacs/' \
41
42
-e ' ^/usr/lib/python' -e ' ^/usr/lib/ruby' \
@@ -71,7 +72,8 @@ grep --perl-regexp -v -e '^/usr/(lib|share)/terminfo/(?!.*/(cygwin|dumb|xterm.*)
71
72
sed ' s/^\///'
72
73
73
74
test -z " $PACKAGE_VERSIONS_FILE " ||
74
- pacman -Q filesystem dash rebase util-linux >> " $PACKAGE_VERSIONS_FILE "
75
+ pacman -Q filesystem dash rebase util-linux unzip \
76
+ mingw-w64-$ARCH -poppler >> " $PACKAGE_VERSIONS_FILE "
75
77
76
78
cat << EOF
77
79
etc/profile
@@ -89,4 +91,32 @@ usr/bin/dash.exe
89
91
usr/bin/rebase.exe
90
92
usr/bin/rebaseall
91
93
usr/bin/getopt.exe
94
+ mingw$BITNESS /bin/astextplain
95
+ mingw$BITNESS /etc/gitattributes
96
+ usr/bin/unzip.exe
97
+ mingw$BITNESS /bin/pdftotext.exe
98
+ mingw$BITNESS /bin/libstdc++-6.dll
99
+ mingw$BITNESS /bin/libfreetype-6.dll
100
+ mingw$BITNESS /bin/libgcc_s_seh-1.dll
101
+ mingw$BITNESS /bin/libglib-2.0-0.dll
102
+ mingw$BITNESS /bin/libgmp-10.dll
103
+ mingw$BITNESS /bin/libgnutls-30.dll
104
+ mingw$BITNESS /bin/libharfbuzz-0.dll
105
+ mingw$BITNESS /bin/libhogweed-4-1.dll
106
+ mingw$BITNESS /bin/libiconv-2.dll
107
+ mingw$BITNESS /bin/libidn-11.dll
108
+ mingw$BITNESS /bin/libintl-8.dll
109
+ mingw$BITNESS /bin/libjpeg-8.dll
110
+ mingw$BITNESS /bin/liblcms2-2.dll
111
+ mingw$BITNESS /bin/liblzma-5.dll
112
+ mingw$BITNESS /bin/libnettle-6-1.dll
113
+ mingw$BITNESS /bin/libopenjpeg-5.dll
114
+ mingw$BITNESS /bin/libp11-kit-0.dll
115
+ mingw$BITNESS /bin/libpng16-16.dll
116
+ mingw$BITNESS /bin/libpoppler-55.dll
117
+ mingw$BITNESS /bin/librtmp-1.dll
118
+ mingw$BITNESS /bin/libssh2-1.dll
119
+ mingw$BITNESS /bin/libstdc++-6.dll
120
+ mingw$BITNESS /bin/libtasn1-6.dll
121
+ mingw$BITNESS /bin/libtiff-5.dll
92
122
EOF
0 commit comments