Ticket #55156: Thunar-1.6.12.diff

File Thunar-1.6.12.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 7 years ago)
  • Portfile

     
    33PortSystem 1.0
    44
    55name            Thunar
    6 version         1.6.6
     6version         1.6.12
    77set branch      [join [lrange [split ${version} .] 0 1] .]
    88categories      xfce
    99platforms       darwin
     
    1111maintainers     afb
    1212description     Thunar is a modern file manager for the Unix/Linux desktop
    1313long_description ${description}
    14 homepage        http://www.xfce.org/
     14
     15homepage        https://docs.xfce.org/xfce/thunar/start
    1516master_sites    http://archive.xfce.org/src/xfce/thunar/${branch}/
    1617use_bzip2       yes
    17 checksums       md5 27a5343174593dd0067906c922e6af96 \
    18                 sha1 9d7ba73376efa1ecb580b227cfc4fd29fe4b8ecb \
    19                 sha256 b9a55104b18ae01c5190d7ea02cbd7ba56d7affed9df416bf7fec6dff2d889b2
    2018
     19checksums       rmd160  191cd85bf3c1afd0c92846b1c6da348044a97c34 \
     20                sha256  fb22091f07ec6de2c9d9d89c61289d2bc3436b36c8c53ccbc9c32ca8a99f2086 \
     21                size    1929112
     22
    2123configure.args  --enable-dbus --enable-startup-notification \
    2224                --enable-pcre --enable-exif
    2325
     
    3436}
    3537
    3638platform darwin {
    37         configure.args-append --disable-visibility
     39    configure.args-append --disable-visibility
    3840}