Ticket #39863: Portfile-gnome-chemistry-utils.diff
File Portfile-gnome-chemistry-utils.diff, 1.7 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 … … 37 38 port:intltool \ 38 39 port:gnome-doc-utils \ 39 40 port:pkgconfig 40 41 41 42 depends_lib port:gtk3 \ 42 43 port:goffice \ 43 44 port:libxml2 \ … … 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 55 58 59 60 # The default compiler settings produces broken apps… 61 # I suppose it ought to use the compiler.blacklist portgroup eventually… 62 configure.compiler llvm-gcc-4.2 63 56 64 57 65 # TODO: work with the upstream devs to make a +quartz variant… 58 66 # currently it fails to build in a +quartz environment 59 67 # due to <gdk/gdkx.h> and OpenGL dependencies in the code. 60 68 require_active_variants gtk3 x11 61 69 70 62 71 notes \ 63 72 "Recommended supplementary ports: 64 gnome-themes-standard provides the default Gnome Adwaita theme 65 gnome-icon-themes provides the default Gnome icon resources" 73 gnome-themes-standard provides the default Gnome Adwaita theme" 66 74 67 75 post-activate { 68 76 catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}