Ticket #27609: patch-pidgin-2.7.7.diff
File patch-pidgin-2.7.7.diff, 2.2 KB (added by dbevans (David B. Evans), 14 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name pidgin 7 version 2.7. 67 version 2.7.7 8 8 categories net 9 9 platforms darwin 10 10 maintainers otherware.org:nefar … … 20 20 homepage http://www.pidgin.im/ 21 21 master_sites sourceforge 22 22 23 checksums md5 ea85e10081eb84fdac3bc1aabff1dd60\24 sha1 fe78cbaf06709943ef4968c224c2fb74372c9644\25 rmd160 9387ff6c3f1024882da189de3df12fffc5ca04b123 checksums md5 121da2bbefce693382ea1218debb07bf \ 24 sha1 0ac8c134ce11cdb179f5178e324e21a11a3062ac \ 25 rmd160 3181f0ef9fd0544a21b486ee4f35aa06cfb4ada9 26 26 27 27 use_bzip2 yes 28 28 29 29 use_autoreconf yes 30 30 31 depends_build-append port:pkgconfig 31 depends_build port:pkgconfig \ 32 port:intltool 32 33 33 34 depends_lib port:audiofile \ 34 port:dbus \ 35 port:dbus-glib \ 36 port:gtk2 \ 35 port:gconf \ 37 36 port:libao \ 38 37 port:libidn \ 39 38 port:libxml2 \ 40 39 port:nspr \ 41 port:nss \ 42 port:p5-xml-parser \ 43 port:intltool 40 port:nss 44 41 45 42 # nss is not universal 46 43 universal_variant no 47 44 48 patchfiles patch-configure.ac.diff 45 patchfiles patch-configure.ac.diff \ 46 patch-libpurple-internal.h.diff 49 47 50 48 configure.args --disable-avahi \ 51 49 --disable-consoleui \ 50 --disable-farsight \ 52 51 --disable-gstreamer \ 53 52 --disable-gtkspell \ 54 53 --disable-meanwhile \ … … 91 90 92 91 post-activate { 93 92 system "dbus-uuidgen --ensure" 93 system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" 94 system "export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` && \ 95 gconftool-2 --makefile-install-rule ${prefix}/etc/gconf/schemas/*.schemas" 94 96 } 95 97 96 98 variant no_x11 {