Ticket #45352: patch-Terminal-post-activate.diff
File patch-Terminal-post-activate.diff, 923 bytes (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
5 5 6 6 name Terminal 7 7 version 0.4.5 8 revision 28 revision 3 9 9 categories xfce 10 10 platforms darwin 11 11 license GPL-2+ … … 23 23 24 24 depends_build port:intltool port:pkgconfig 25 25 depends_lib port:exo port:vte-gtk2-compat port:dbus port:gtk2 \ 26 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme 26 path:include/glib-2.0/gio/gio.h:glib2 port:hicolor-icon-theme \ 27 port:desktop-file-utils 27 28 28 29 configure.args --enable-dbus 29 30 30 31 patchfiles patch-terminal-Makefile.in 32 33 post-activate { 34 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" 35 system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" 36 }