-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gtk] Restore cross-compilation for Windows
- Loading branch information
1 parent
e1fad70
commit e5b3188
Showing
17 changed files
with
57 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,8 @@ FROM fedora:rawhide | |
|
||
MAINTAINER Sandro Mani <[email protected]> | ||
|
||
RUN dnf -y update; dnf clean all | ||
|
||
RUN \ | ||
echo all > /etc/rpm/macros.image-language-conf && \ | ||
dnf install -y \ | ||
|
@@ -16,6 +18,7 @@ dnf install -y \ | |
tesseract \ | ||
mingw32-nsis \ | ||
zip \ | ||
python3-gobject \ | ||
\ | ||
mingw32-gdb \ | ||
mingw32-gcc-c++ \ | ||
|
@@ -34,6 +37,19 @@ dnf install -y \ | |
mingw32-twaindsm \ | ||
mingw32-quazip-qt5 \ | ||
\ | ||
mingw32-libzip \ | ||
mingw32-gtk3 gtk3 gtk3-devel \ | ||
mingw32-glib2-static glib2 glib2-devel \ | ||
mingw32-gtkmm30 \ | ||
mingw32-gtkspell3 \ | ||
mingw32-gtkspellmm30 \ | ||
mingw32-gtksourceviewmm3 \ | ||
mingw32-cairomm \ | ||
mingw32-poppler \ | ||
mingw32-poppler-glib \ | ||
mingw32-json-glib \ | ||
mingw32-libxml++ \ | ||
\ | ||
mingw64-gdb \ | ||
mingw64-gcc-c++ \ | ||
mingw64-dlfcn \ | ||
|
@@ -49,7 +65,21 @@ dnf install -y \ | |
mingw64-qtspell-qt5 \ | ||
mingw64-tesseract \ | ||
mingw64-twaindsm \ | ||
mingw64-quazip-qt5 | ||
mingw64-quazip-qt5 \ | ||
\ | ||
mingw64-libzip \ | ||
mingw64-gtk3 gtk3 gtk3-devel \ | ||
mingw64-glib2-static glib2 glib2-devel \ | ||
mingw64-gtkmm30 \ | ||
mingw64-gtkspell3 \ | ||
mingw64-gtkspellmm30 \ | ||
mingw64-gtksourceviewmm3 \ | ||
mingw64-cairomm \ | ||
mingw64-poppler \ | ||
mingw64-poppler-glib \ | ||
mingw64-json-glib \ | ||
mingw64-libxml++ | ||
|
||
|
||
WORKDIR /workspace | ||
VOLUME ["/workspace"] | ||
VOLUME ["/workspace"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+198 Bytes
...in32/skel/share/icons/hicolor/16x16/actions/focus-windows-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+195 Bytes
...win32/skel/share/icons/hicolor/16x16/actions/window-close-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-452 Bytes
(43%)
packaging/win32/skel/share/icons/hicolor/16x16/actions/window-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+149 Bytes
...32/skel/share/icons/hicolor/16x16/actions/window-maximize-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+104 Bytes
...32/skel/share/icons/hicolor/16x16/actions/window-minimize-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+355 Bytes
packaging/win32/skel/share/icons/hicolor/16x16/actions/window-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+140 Bytes
...n32/skel/share/icons/hicolor/16x16/actions/window-restore-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-406 Bytes
(67%)
packaging/win32/skel/share/icons/hicolor/22x22/actions/window-close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+540 Bytes
packaging/win32/skel/share/icons/hicolor/22x22/actions/window-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.