[gimp] Installer: don't include unnecessary files, some more fixes for new plugin paths
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Installer: don't include unnecessary files, some more fixes for new plugin paths
- Date: Mon, 10 May 2021 16:40:13 +0000 (UTC)
commit c8dfa69defc6b9f329df4adf0ef4bb5675ff29cd
Author: Jernej Simončič <jernej|s-gitstuff eternallybored org>
Date: Mon Aug 20 19:08:56 2018 +0200
Installer: don't include unnecessary files, some more fixes for new plugin paths
(cherry picked from commit b7a32ee848febf20062286f3cb97e2dbf232f0e4)
build/windows/installer/32on64.list | 6 ++++--
build/windows/installer/files.isi | 2 +-
build/windows/installer/gimp3264.iss | 2 ++
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/build/windows/installer/32on64.list b/build/windows/installer/32on64.list
index 0f2ae0db7c..799e2a4206 100644
--- a/build/windows/installer/32on64.list
+++ b/build/windows/installer/32on64.list
@@ -1,8 +1,10 @@
#list of 32bit files to install on x64
!GTK
etc\fonts\
-lib\gtk-2.0\2.10.0\engines\
-lib\gtk-2.0\modules\
+lib\gtk-2.0\2.10.0\engines\*.dll
+lib\gtk-2.0\2.10.0\immodules\*.dll
+lib\gtk-2.0\2.10.0\loaders\*.dll
+lib\gtk-2.0\modules\*.dll
lib\gdk-pixbuf-2.0\2.10.0\loaders\*.dll
lib\gdk-pixbuf-2.0\2.10.0\loaders.cache
share\themes\
diff --git a/build/windows/installer/files.isi b/build/windows/installer/files.isi
index 3b02005cec..8d1ed60ee0 100644
--- a/build/windows/installer/files.isi
+++ b/build/windows/installer/files.isi
@@ -34,5 +34,5 @@ Source: "{#DEPS_DIR}\{#DDIR}\lib\gio\*.dll"; DestDir: "{app}\lib\gio"; Component
Source: "{#DEPS_DIR}\{#DDIR}\lib\gtk-2.0\*.dll"; DestDir: "{app}\lib\gtk-2.0"; Components: deps{#PLATFORM};
Flags: recursesubdirs restartreplace ignoreversion uninsrestartdelete
#if PLATFORM==64
-Source: "{#GIMP_DIR}\{#DIR}\lib\gimp\2.0\plug-ins\file-mng.exe"; DestDir: "{app}\lib\gimp\2.0\plug-ins";
Components: gimp{#PLATFORM}; Flags: restartreplace ignoreversion uninsrestartdelete
+Source: "{#GIMP_DIR}\{#DIR}\lib\gimp\2.0\plug-ins\file-mng\file-mng.exe"; DestDir:
"{app}\lib\gimp\2.0\plug-ins\file-mng"; Components: gimp{#PLATFORM}; Flags: restartreplace ignoreversion
uninsrestartdelete
#endif
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index fff668f240..59c0bf691c 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -544,6 +544,8 @@ Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\palette-sort.py"
Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\palette-to-gradient.py"
Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\py-slice.py"
Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\python-eval.py"
+Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\python-console\pyconsole.py"
+Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\python-console\python-console.py"
;DLLs in plug-ins directory (see bug 796225)
Type: files; Name: "{app}\lib\gimp\2.0\plug-ins\*.dll"
;old icons
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]