Ticket #39738: Portfile-gnumeric.3.diff

File Portfile-gnumeric.3.diff, 3.5 KB (added by c.herbig@…, 11 years ago)

updates to 1.12.4 (some metadata changes too)

  • Portfile

    old new  
    11# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    22# $Id: Portfile 108290 2013-07-17 22:53:49Z dports@macports.org $
    33
    4 PortSystem 1.0
     4PortSystem          1.0
    55
    6 name            gnumeric
    7 version         1.10.17
    8 revision        4
    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 master_sites    gnome:sources/${name}/${branch}/
    18 
    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:desktop-file-utils \
    28                 port:rarian \
    29                 port:goffice08 \
    30                 port:libglade2 \
    31                 port:libpng
    32 
    33 depends_run     port:yelp
    34 
    35 configure.args  --disable-schemas-install \
    36                 --disable-schemas-compile \
    37                 --without-gda \
    38                 --without-paradox \
    39                 --without-psiconv
     6name                gnumeric
     7version             1.12.4
     8
     9license             GPL-2+
     10maintainers         nomaintainer
     11categories          gnome math office science
     12platforms           darwin
     13set branch          [join [lrange [split ${version} .] 0 1] .]
     14
     15description         A powerful Gtk3 based spreadsheet with Excel and Python support.
     16
     17long_description    A powerful Gtk3 based spreadsheet that features full Excel function and file \
     18                    compatibility, additional functions not found in Excel, \
     19                    and support for Python plugins.
     20
     21homepage            http://projects.gnome.org/gnumeric/
     22master_sites        gnome:sources/${name}/${branch}/
     23use_xz              yes
     24
     25checksums           sha256  562e17d8b56f4587e33f54adff89a65ede6e6e0c57bcd561589453d8edae80bd \
     26                    rmd160  e3540631bdc8827edfa7ecec6a62fd8bcf06399f
     27
     28depends_build       port:gnome-doc-utils \
     29                    port:intltool \
     30                    port:pkgconfig
     31
     32depends_lib         port:goffice \
     33                    port:gtk3
     34
     35configure.args      --without-gda \
     36                    --without-paradox \
     37                    --without-psiconv \
     38                    --disable-schemas-install \
     39                    --disable-schemas-compile
    4040
    4141variant python25 conflicts python26 python27 description {Use python 2.5} {
    4242    configure.python          ${prefix}/bin/python2.5
     
    6363    default_variants +python27
    6464}
    6565
    66 configure.cflags-append "-std=gnu89"
    67 
    68 # provides both gconf and gsettings schemas
    69 
    7066post-activate {
    7167    system "${prefix}/bin/scrollkeeper-update"
    7268    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
    7369    system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
    74     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
    75         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
    7670    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
    7771}
    7872
     73notes \
     74"Recommended supplementary ports:
     75    gnome-themes-standard  provides the default Gnome Adwaita theme"
     76
    7977livecheck.type  gnome