Ticket #39619: Portfile-gnome-chemistry-utils.diff
File Portfile-gnome-chemistry-utils.diff, 1.3 KB (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 7 7 8 8 name gnome-chemistry-utils 9 9 version 0.14.2 10 revision 1 10 11 set major [join [lrange [split ${version} .] 0 1] .] 11 12 12 13 categories gnome science chemistry … … 46 47 port:bodr \ 47 48 port:chemical-mime-data \ 48 49 port:gnome-mime-data \ 50 port:gtkglext \ 49 51 port:mesa 50 52 51 53 depends_run port:yelp 52 54 55 53 56 configure.args --disable-scrollkeeper \ 54 57 --disable-update-databases 58 59 # The default compiler settings produces broken apps… 60 configure.compiler=llvm-gcc-4.2 55 61 56 62 57 63 # TODO: work with the upstream devs to make a +quartz variant… … … 59 65 # due to <gdk/gdkx.h> and OpenGL dependencies in the code. 60 66 require_active_variants gtk3 x11 61 67 68 62 69 notes \ 63 70 "Recommended supplementary ports: 64 gnome-themes-standard provides the default Gnome Adwaita theme 65 gnome-icon-themes provides the default Gnome icon resources" 71 gnome-themes-standard provides the default Gnome Adwaita theme" 66 72 67 73 post-activate { 68 74 catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}