Ticket #39678: Portfile-gnumeric.2.diff

File Portfile-gnumeric.2.diff, 3.1 KB (added by c.herbig@…, 11 years ago)
  • /opt/testing/Portfile

    old new  
    33
    44PortSystem 1.0
    55
    6 name            gnumeric
    7 version         1.10.17
    8 revision        3
    9 license         GPL-2
    10 set branch      [join [lrange [split ${version} .] 0 1] .]
    11 description     A spreadsheet with gnome support.
    12 long_description        ${description}
    13 maintainers     nomaintainer
    14 categories      gnome math
    15 platforms       darwin
    16 homepage        http://projects.gnome.org/gnumeric/
    17 
    18 master_sites    gnome:sources/${name}/${branch}/
    19 use_xz          yes
    20 
    21 checksums       sha256  8f105a10dc0dd47e14df2879591d2f28482fd03809fa95977dd4d1470a02f963
    22 
    23 depends_build   port:gnome-doc-utils \
    24                 port:intltool \
    25                 port:pkgconfig
    26 
    27 depends_lib     port:goffice \
    28                 port:libglade2 \
    29                 port:libpng
    30 
    31 configure.args  --disable-schemas-install \
    32                 --disable-schemas-compile \
    33                 --without-gda \
    34                 --without-paradox \
    35                 --without-psiconv
     6name                gnumeric
     7version             1.12.3
     8
     9license             GPL-2
     10set branch          [join [lrange [split ${version} .] 0 1] .]
     11description            A powerful Gtk3 based spreadsheet with Excel and Python support.
     12long_description    ${description}
     13maintainers         nomaintainer
     14categories          gnome math office science
     15platforms           darwin
     16homepage            http://projects.gnome.org/gnumeric/
     17
     18master_sites        gnome:sources/${name}/${branch}/
     19use_xz              yes
     20
     21checksums           sha256  b332e6785077a2e7febf26a6ccac73e9ae1813c365bc3bf851fb27a5477713a6 \
     22                    rmd160  d7ac7845ac1ad4d10df4169858d4d3ae1ccdb560
     23
     24depends_build       port:gnome-doc-utils \
     25                    port:intltool \
     26                    port:pkgconfig
     27
     28depends_lib         port:goffice \
     29                    port:gtk3
     30
     31configure.args      --without-gda \
     32                    --without-paradox \
     33                    --without-psiconv \
     34                    --disable-schemas-install \
     35                    --disable-schemas-compile
    3636
    3737variant python25 conflicts python26 python27 description {Use python 2.5} {
    3838    configure.python          ${prefix}/bin/python2.5
     
    5959    default_variants +python27
    6060}
    6161
    62 configure.cflags-append "-std=gnu89"
    63 
    64 # provides both gconf and gsettings schemas
    65 
    6662post-activate {
    6763        system "${prefix}/bin/scrollkeeper-update"
    6864        system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    69         system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
    70             gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
    71         system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
     65        system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
    7266}
    7367
     68notes \
     69"Recommended supplementary ports:
     70    gnome-themes-standard  provides the default Gnome Adwaita theme
     71    gnome-icon-themes  provides the default Gnome icon resources
     72    yelp  provides a help viewer for Gnome apps"
     73
    7474livecheck.type  gnome