Ticket #41861: xfce4-terminal.diff
File xfce4-terminal.diff, 1.5 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
3 3 4 4 PortSystem 1.0 5 5 6 name Terminal7 version 0. 4.58 revision 1 6 name xfce4-terminal 7 version 0.6.2 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories xfce 10 10 platforms darwin 11 11 license GPL-2+ 12 12 maintainers afb 13 categories xfce 14 platforms darwin 13 15 14 description Terminal is a modern terminal emulator for the Unix/Linux desktop. 16 15 long_description ${description} 16 17 17 homepage http://goodies.xfce.org/projects/applications/terminal 18 master_sites http:// www.xfce.org/archive/src/apps/terminal/0.4/18 master_sites http://archive.xfce.org/src/apps/xfce4-terminal/${branch}/ 19 19 use_bzip2 yes 20 checksums md5 3c707628e2e97c6d9566cd74d400036a \21 sha1 8c23799922700b1f74dc7b7e029eec192d8ff62c \22 rmd160 f0cbfdfabc5c3037508e3b52e938c3d62bc8c14b23 20 21 checksums rmd160 95c0ccdc76cd744dc4fdebd790dd20a94c386497 \ 22 sha256 3d92422288d26311880af694bb4e02c9235997ca307a5e85001bf6bef65c3b35 23 24 24 depends_build port:intltool port:pkgconfig 25 depends_lib port: exo port:vte port:dbus port:gtk2 \25 depends_lib port:vte port:dbus port:gtk2 \ 26 26 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme 27 28 configure.args --enable-dbus29 30 patchfiles patch-terminal-Makefile.in