Ticket #41861: Terminal.diff

File Terminal.diff, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 10 years ago)

patch for Terminal port to make it replaced_by xfce4-terminal

  • Portfile

     
    33
    44PortSystem 1.0
    55
     6replaced_by     xfce4-terminal
     7PortGroup       obsolete 1.0
     8
    69name            Terminal
    7 version         0.4.5
    8 revision        1
     10version         0.6.2
    911categories      xfce
    1012platforms       darwin
    1113license         GPL-2+
    1214maintainers     afb
    13 categories      xfce
    14 platforms       darwin
     15
    1516description     Terminal is a modern terminal emulator for the Unix/Linux desktop.
    1617long_description ${description}
     18
    1719homepage        http://goodies.xfce.org/projects/applications/terminal
    18 master_sites    http://www.xfce.org/archive/src/apps/terminal/0.4/
    19 use_bzip2       yes
    20 checksums       md5 3c707628e2e97c6d9566cd74d400036a \
    21                 sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \
    22                 rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b
    23 
    24 depends_build   port:intltool port:pkgconfig
    25 depends_lib     port:exo port:vte port:dbus port:gtk2 \
    26                 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme
    27 
    28 configure.args  --enable-dbus
    29 
    30 patchfiles      patch-terminal-Makefile.in