Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: harmonize macports/homebrew packaging #18145

Merged
merged 4 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packaging/macosx/BUILD-ARM64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ How to make disk image with darktable application bundle (64 bit ARM only):
They will need some tuning, so before you install anything add this line to /opt/local/etc/macports/variants.conf:
+no_gnome +no_x11 +quartz -x11 -gnome -gfortran
Install required dependencies:
$ sudo port install exiv2 libgphoto2 gtk-osx-application-gtk3 lensfun librsvg openexr json-glib GraphicsMagick openjpeg webp libsecret pugixml osm-gps-map adwaita-icon-theme tango-icon-theme intltool iso-codes libomp gmic-lib libheif portmidi libsdl2 libavif libjxl
$ sudo port install exiv2 libgphoto2 gtk-osx-application-gtk3 lensfun librsvg openexr json-glib GraphicsMagick openjpeg webp libsecret pugixml osm-gps-map adwaita-icon-theme intltool iso-codes libomp gmic-lib libheif portmidi libsdl2 libavif libjxl
Clone darktable git repository (in this example into ~/src):
$ mkdir ~/src
$ cd ~/src
Expand Down
2 changes: 1 addition & 1 deletion packaging/macosx/BUILD.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ How to make disk image with darktable application bundle (64 bit Intel only):
and this line to /opt/local/etc/macports/variants.conf:
+no_gnome +no_x11 +quartz -x11 -gnome -gfortran
Install required dependencies:
$ sudo port install exiv2 libgphoto2 gtk-osx-application-gtk3 lensfun librsvg openexr json-glib GraphicsMagick openjpeg webp libsecret pugixml osm-gps-map adwaita-icon-theme tango-icon-theme intltool iso-codes libomp gmic-lib libheif portmidi libsdl2 libavif libjxl
$ sudo port install exiv2 libgphoto2 gtk-osx-application-gtk3 lensfun librsvg openexr json-glib GraphicsMagick openjpeg webp libsecret pugixml osm-gps-map adwaita-icon-theme intltool iso-codes libomp gmic-lib libheif portmidi libsdl2 libavif libjxl
Clone darktable git repository (in this example into ~/src):
$ mkdir ~/src
$ cd ~/src
Expand Down
1 change: 0 additions & 1 deletion packaging/macosx/darktable.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@
<data dest="${bundle}/Contents/Resources/share/applications/defaults.list">${project}/defaults.list</data>
<data dest="${bundle}/Contents/Resources/share/applications/open.desktop">${project}/open.desktop</data>
<icon-theme icons="all">Adwaita</icon-theme>
<icon-theme icons="all">Tango</icon-theme>
</app-bundle>
2 changes: 1 addition & 1 deletion packaging/macosx/settings.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[Settings]
gtk-icon-theme-name = Tango
gtk-icon-theme-name = Adwaita