Mon, 05 Apr 2021 20:41:42 -0500
Fix a number of issues with the windows build
* Standardize on wprintf in pidgin/win32/winpidgin.c
* Use the inetc nsis plugin that supports https
* If building under msys2 copy libgcc_s_dw2-1.dll and libwinpthread to the
install directory.
Testing Done:
Ran successfully from the
* install directory
* online installer
* offline installer
* portable zip file
Reviewed at https://reviews.imfreedom.org/r/593/
|
15661
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
1 | prefix=@prefix@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
2 | exec_prefix=@exec_prefix@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
3 | libdir=@libdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
4 | includedir=@includedir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
5 | datarootdir=@datarootdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
6 | datadir=@datadir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
7 | sysconfdir=@sysconfdir@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
8 | |
|
16242
f0c15450e403
I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents:
15661
diff
changeset
|
9 | Name: Pidgin (Gaim compatibility) |
|
f0c15450e403
I think it's a good idea to mention Pidgin here, and that this is a compatibility layer.
Richard Laager <rlaager@pidgin.im>
parents:
15661
diff
changeset
|
10 | Description: Pidgin is a GTK2-based instant messenger application. |
|
15661
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
11 | Version: @VERSION@ |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
12 | Requires: glib-2.0 |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
13 | Cflags: -I${pc_top_builddir}/${pcfiledir}/libpurple -I${pc_top_builddir}/${pcfiledir}/pidgin |
|
fa41814e7139
SF Patch #1643233 from Brian Cameron
Richard Laager <rlaager@pidgin.im>
parents:
diff
changeset
|
14 | Libs: ${pc_top_builddir}/${pcfiledir}/libpurple/libpurple.la |