Ticket #41813: Portfile-ghex.diff

File Portfile-ghex.diff, 2.2 KB (added by juanrgar (Juan R. García Blanco), 10 years ago)
  • Portfile

    old new  
    44PortSystem      1.0
    55
    66name            ghex
    7 version         2.24.0
    8 revision        1
     7version         3.10.0
    98license         GPL-2
    109set branch      [join [lrange [split ${version} .] 0 1] .]
    11 description     GHex - a binary editor.
     10description     A binary editor for GNOME.
    1211long_description \
    1312                GHex allows the user to load data from any file, \
    1413                view and edit it in either hex or ascii. A must for \
    1514                anyone playing games that use non-ascii format for saving.
    16 maintainers     nomaintainer
     15maintainers     gmail.com:juanrgar openmaintainer
    1716categories      gnome
    1817platforms       darwin
    1918homepage        http://www.gnome.org/
    2019master_sites    gnome:sources/${name}/${branch}/
    2120
    22 use_bzip2       yes
     21use_xz          yes
    2322
    24 checksums       md5     982b2a4e70e80d2166bcc782e989889c \
    25                 sha1    6fd8e0df1cb6fb9fcf60cfa2bc88877713e4366c \
    26                 rmd160  dfdcf1eda509246f805ab593cf4a3e8a06e831d7
     23checksums       rmd160  30153d2919a55a61e9943bac61cade132174d586 \
     24                sha256  9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255
    2725
    2826depends_build   port:pkgconfig \
    2927                port:intltool \
    30                 port:gnome-doc-utils
     28                port:itstool
    3129
    3230depends_lib     port:desktop-file-utils \
    33                 port:libgnomeprintui \
    34                 port:libgnomeui
    35 
    36 depends_run     port:yelp
    37 
    38 configure.args  --disable-schemas-install \
    39                 --disable-scrollkeeper
     31                port:gnome-icon-theme \
     32                port:gtk3 \
     33                port:dbus
     34
     35depends_run     port:gnome-settings-daemon \
     36                port:yelp
     37
     38configure.args  --enable-compile-warnings=no \
     39                --disable-schemas-install \
     40                --disable-silent-rules
    4041
    4142post-activate {
    4243    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
    43     system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \
    44         gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas"
     44    system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
    4545}
    4646
    4747livecheck.type  gnome