Ticket #39863: Portfile-gnome-chemistry-utils.2.diff

File Portfile-gnome-chemistry-utils.2.diff, 2.4 KB (added by c.herbig@…, 11 years ago)
  • Portfile

    old new  
    77
    88name                gnome-chemistry-utils
    99version             0.14.2
     10revision            1
    1011set major           [join [lrange [split ${version} .] 0 1] .]
    1112
    1213categories          gnome science chemistry
    13 platforms           darwin linux
     14platforms           darwin linux freebsd
    1415maintainers         nomaintainer
    1516license             GPL-3
    1617
     
    3536
    3637depends_build       port:autoconf \
    3738                    port:intltool \
    38                     port:gnome-doc-utils \
    3939                    port:pkgconfig
    40 
    41 depends_lib         port:gtk3 \
    42                     port:goffice \
    43                     port:libxml2 \
     40                   
     41depends_lib         port:goffice \
    4442                    port:gnome-doc-utils \
    4543                    port:openbabel \
    4644                    port:bodr \
     
    4846                    port:gnome-mime-data \
    4947                    port:mesa
    5048
    51 depends_run         port:yelp
    5249
    5350configure.args      --disable-scrollkeeper \
    54                     --disable-update-databases
     51                    --disable-update-databases \
     52                    --enable-introspection
     53
     54
     55configure.compiler  llvm-gcc-4.2
    5556
    5657
    5758# TODO: work with the upstream devs to make a +quartz variant…
     
    5960#       due to <gdk/gdkx.h> and OpenGL dependencies in the code.
    6061require_active_variants gtk3 x11
    6162
    62 notes \
    63 "Recommended supplementary ports:
    64     gnome-themes-standard  provides the default Gnome Adwaita theme
    65     gnome-icon-themes      provides the default Gnome icon resources"
    6663
    6764post-activate {
    6865    catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}
    6966    catch {system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"}
     67    catch {system "${prefix}/bin/scrollkeeper-update"}
     68    catch {system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"}
     69    catch {system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"}
    7070}
    7171
    7272post-deactivate {
    7373    catch {system "${prefix}/bin/update-mime-database ${prefix}/share/mime"}
    7474    catch {system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"}
    7575}
     76
     77notes \
     78"Recommended supplementary ports:
     79    gnome-themes-standard  provides the default Gnome Adwaita theme
     80    yelp                   provides a help browser for Gnome apps"
     81 No newline at end of file