[gnumeric] win32: package pango-querymodules and run it on install.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: package pango-querymodules and run it on install.
- Date: Wed, 9 Oct 2013 14:45:37 +0000 (UTC)
commit 4eac09ec2a4cab64398fdcf32b23a61b18b0046f
Author: Morten Welinder <terra gnome org>
Date: Wed Oct 9 10:43:54 2013 -0400
win32: package pango-querymodules and run it on install.
tools/win32/gnumeric.nsi.in | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/tools/win32/gnumeric.nsi.in b/tools/win32/gnumeric.nsi.in
index a3bf445..6aedcaa 100644
--- a/tools/win32/gnumeric.nsi.in
+++ b/tools/win32/gnumeric.nsi.in
@@ -37,7 +37,7 @@ SetCompressor /SOLID lzma
!define MUI_WELCOMEPAGE_TITLE_3LINES
!define MUI_WELCOMEPAGE_TEXT "You can always get the newest version
from:\r\n\r\nhttp://www.gnumeric.org/\r\n\r\nThis wizard will guide you through the installation of
$(^NameDA).\r\n\r\nIt is recommended that you close all other applications before starting Setup. This will
make it possible to update relevant system files without having to reboot your computer.\r\n\r\n$_CLICK"
!insertmacro MUI_PAGE_WELCOME
-!insertmacro MUI_PAGE_LICENSE "COPYING"
+!insertmacro MUI_PAGE_LICENSE "COPYING-gpl2"
Page custom CustomPageShortcut
!insertmacro MUI_PAGE_COMPONENTS
@@ -89,6 +89,7 @@ Section "Gnumeric (required)" SEC01
File "bin\gsf-vba-dump.exe"
File "bin\gtk-update-icon-cache.exe"
File "bin\gdk-pixbuf-query-loaders.exe"
+ File "bin\pango-querymodules.exe"
# required for g_spawn_*
File "bin\gspawn-win32-helper-console.exe"
@@ -96,7 +97,7 @@ Section "Gnumeric (required)" SEC01
SetOutPath "${GNM_ROOT}"
File /r etc
- File /r /x "*.a" /x "*.la" /x "*.lib" /x "*.def" /x "pkgconfig" /x "include" /x "Python25" lib
+ File /r /x "*.a" /x "*.la" /x "*.lib" /x "*.def" /x "pkgconfig" /x "include" /x "Python2.7" lib
SetOutPath "${GNM_ROOT}\share"
File /r "share\themes"
@@ -126,7 +127,8 @@ Section "Gnumeric (required)" SEC01
ExecWait "regedit /s $SHORTINSTDIR\etc\win32\reg\org.gnome.gnumeric.hkcu.reg"
ExecWait "regedit /s $SHORTINSTDIR\etc\win32\reg\org.gnome.gnumeric.plugin.hkcu.reg"
- ;ExecWait "${GNM_ROOT}\bin\gdk-pixbuf-query-loaders.exe >${GNM_ROOT}\etc\gtk-2.0\gdk-pixbuf.loaders"
+ ExecWait "${GNM_ROOT}\bin\gdk-pixbuf-query-loaders.exe --update-cache"
+ ExecWait "${GNM_ROOT}\bin\pango-querymodules.exe --update-cache"
;ExecWait "${GNM_ROOT}\gtk-update-icon-cache.exe ${GNM_ROOT}\share\icons\gnome"
;ExecWait "${GNM_ROOT}\gtk-update-icon-cache.exe ${GNM_ROOT}\share\icons\hicolor"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]