Ticket #43791: patch-grsync.diff
File patch-grsync.diff, 782 bytes (added by dbevans (David B. Evans), 10 years ago) |
---|
-
Portfile
23 23 depends_build port:intltool \ 24 24 port:pkgconfig 25 25 26 depends_lib port:rsync \ 26 depends_lib port:desktop-file-utils \ 27 port:rsync \ 27 28 port:gtk2 28 29 30 # autoreconf to fix intltool perl configuration using our intltool.m4 31 32 use_autoreconf yes 33 autoreconf.args -fvi 34 29 35 configure.args --disable-unity 36 37 # provides desktop file and hicolor icons 38 39 post-activate { 40 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" 41 system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" 42 }