the macosx-clipboard perl binding for urxvt uses perlobjc bridge, which exists only in the stock apple perl. clipboard support for rxvt on mac consists of 3 parts: a new macosx-clipboard script that uses mac-pasteboard instead of perlobjc and a lil change to the ebuild
Created attachment 192056 [details] macosx-clipboard binding without perlobjc
Created attachment 192059 [details, diff] rxvt unicode added dependency for mac-pasteboard the cd src is necessary because for some reason otherwise no binaries get installed
(In reply to comment #2) > the cd src is necessary because for some reason otherwise no binaries get > installed hmmm, ok, that's weird
(In reply to comment #3) > (In reply to comment #2) > > the cd src is necessary because for some reason otherwise no binaries get > > installed > > hmmm, ok, that's weird It's not: make: `install' is up to date. :)
yeah but does it install the urxvt urxvtc and urxvtd binaries?
nah, case-insensitive filesystem problem, makefile needs a little fix (.PHONY).
What I *am* wondering now, is where your perl-script ends up being installed. I don't see it anywhere.
it replaces the macosx-clipboard script thats bundled with rxvt-unicode + if (use osx); then + cp ${FILESDIR}/macosx-clipboard src/perl + fi ive sent that to the rxvt-unicode ml too but i doubt it will be bundled anytime soon and about the makefile. will you fix it or shall i?
I'll fix it, but am recompiling with USE=perl right now to see if that makes a difference. I guess so.
committed, thanks!