# HG changeset patch # User Christopher Rogers # Date 1295658577 0 # Node ID 54b16d8bdd215e5d49f737f7ef94d0dd32f81cc9 # Parent 7ab7fb275bbd40e846be16c0ed68e0501ba2ff9d Fixed thunar-archive-plugin to work with new thunar 1.2.0. diff -r 7ab7fb275bbd -r 54b16d8bdd21 thunar-archive-plugin/receipt --- a/thunar-archive-plugin/receipt Fri Jan 21 23:32:20 2011 +0000 +++ b/thunar-archive-plugin/receipt Sat Jan 22 01:09:37 2011 +0000 @@ -15,6 +15,8 @@ compile_rules() { cd $src + # thunar 1.2 hack + sed -i "s/thunarx\-1/thunarx\-2/g" configure ./configure --prefix=/usr --infodir=/usr/share/info \ --libexecdir=/usr/lib \ --mandir=/usr/share/man $CONFIGURE_ARGS && \