Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gajim
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
Model registry
Operate
Environments
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michel Le Bihan
gajim
Commits
5d2693ad
Commit
5d2693ad
authored
11 years ago
by
Yann Leboulanger
Browse files
Options
Downloads
Patches
Plain Diff
include needed files for snarl plugin in windows installer.
parent
c9232e9f
No related branches found
Branches containing commit
Tags
gajim-0.16-beta2
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.bat
+3
-0
3 additions, 0 deletions
build.bat
gajim.nsi
+8
-0
8 additions, 0 deletions
gajim.nsi
setup_win32.py
+1
-1
1 addition, 1 deletion
setup_win32.py
with
12 additions
and
1 deletion
build.bat
+
3
−
0
View file @
5d2693ad
...
...
@@ -22,6 +22,9 @@ rename exe.win32-2.7 bin
copy
..\LIBEAY32.dll
bin
copy
..\SSLEAY32.dll
bin
REM for snarl plugin
xcopy
..\win32com
bin
\win32com
/e /i
mkdir
bin
\gtk
cd
../src/gtk
hg
archive
..\..\gajim_built\bin\gtk
...
...
This diff is collapsed.
Click to expand it.
gajim.nsi
+
8
−
0
View file @
5d2693ad
...
...
@@ -182,8 +182,10 @@ Section "Gajim" SecGajim
File "bin\library.zip"
File "bin\pangocairo.pyd"
File "bin\pango.pyd"
File "bin\pycurl.pyd"
File "bin\pyexpat.pyd"
File "bin\python27.dll"
File "bin\pythoncom27.dll"
File "bin\pywintypes27.dll"
File "bin\OpenSSL.rand.pyd"
File "bin\select.pyd"
...
...
@@ -194,8 +196,10 @@ Section "Gajim" SecGajim
File "bin\win32api.pyd"
File "bin\win32file.pyd"
File "bin\win32pipe.pyd"
File "bin\win32ui.pyd"
File "bin\winsound.pyd"
File "msvcr90.dll"
File /r "bin\win32com"
WriteRegStr HKCU "Software\Gajim" "" $INSTDIR
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\Gajim" "DisplayName" "Gajim"
...
...
@@ -530,6 +534,7 @@ Section "Uninstall"
RMDir /r "$INSTDIR\bin\gtk\lib"
RMDir /r "$INSTDIR\bin\gtk\share"
RMDir "$INSTDIR\bin\gtk"
RMDir "$INSTDIR\bin\win32com"
Delete "$INSTDIR\bin\_bsddb.pyd"
Delete "$INSTDIR\bin\_ctypes.pyd"
Delete "$INSTDIR\bin\_hashlib.pyd"
...
...
@@ -558,8 +563,10 @@ Section "Uninstall"
Delete "$INSTDIR\bin\OpenSSL.SSL.pyd"
Delete "$INSTDIR\bin\pango.pyd"
Delete "$INSTDIR\bin\pangocairo.pyd"
Delete "$INSTDIR\bin\pycurl.pyd"
Delete "$INSTDIR\bin\pyexpat.pyd"
Delete "$INSTDIR\bin\python27.dll"
Delete "$INSTDIR\bin\pythoncom27.dll"
Delete "$INSTDIR\bin\pywintypes27.dll"
Delete "$INSTDIR\bin\select.pyd"
Delete "$INSTDIR\bin\sqlite3.dll"
...
...
@@ -568,6 +575,7 @@ Section "Uninstall"
Delete "$INSTDIR\bin\win32api.pyd"
Delete "$INSTDIR\bin\win32file.pyd"
Delete "$INSTDIR\bin\win32pipe.pyd"
Delete "$INSTDIR\bin\win32ui.pyd"
Delete "$INSTDIR\bin\winsound.pyd"
Delete "$INSTDIR\bin\msvcr90.dll"
RMDir /r "$INSTDIR\bin"
...
...
This diff is collapsed.
Click to expand it.
setup_win32.py
+
1
−
1
View file @
5d2693ad
...
...
@@ -33,7 +33,7 @@ options = {
'
build_exe
'
:
{
'
includes
'
:
[
'
gtk.keysyms
'
,
'
dumbdbm
'
,
'
dbhash
'
,
'
bsddb
'
,
'
new
'
,
'
goocanvas
'
,
'
Crypto.PublicKey.DSA
'
,
'
Crypto.Hash.HMAC
'
,
'
numbers
'
],
'
numbers
'
,
'
win32com.client
'
,
'
win32com.server
'
],
'
base
'
:
'
Win32GUI
'
,
'
bin_excludes
'
:
[
'
iconv.dll
'
,
'
intl.dll
'
,
'
libatk-1.0-0.dll
'
,
...
...
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