a little request

Asked by pau

Hi team,
I'm actually writing an ebuild to integrate nautilus-elementary in gentoo without problems.
Unfortunately I can't resolve some issues between the name of the original pkg and this patched version, so I request if you can publish your work as patch.

I'm waiting a yours update

cheers, pau

Question information

Language:
English Edit question
Status:
Solved
For:
nautilus-elementary Edit question
Assignee:
No assignee Edit question
Solved by:
ammonkey
Solved:
Last query:
Last reply:
Revision history for this message
ammonkey (am-monkeyd) said :
#1

hello,
from nautilus-2.28.4 vanilla sources?

Revision history for this message
pau (boemianrapsodi) said :
#2

yes, if it is possible..

thanks for the reply

Revision history for this message
Best ammonkey (am-monkeyd) said :
#3

well it's pretty simple:
rename the vanilla directory into nautilus-2.28.4-orig
rename the nautilus_elementary dir to nautilus-2.28.4
diff -upr nautilus-2.28.4-orig nautilus-2.28.4 > patch_nautilus_elementary-2.28.4

to apply the patch:
patch -p0 -i pacth_nautilus_elementary-2.28.4

Revision history for this message
pau (boemianrapsodi) said :
#4

nautilus-elementary was taken directly from the vanillas sources...
I feared that there was something of more particular..
I'm sorry, sometimes I forget that things are more simple than I think :)

thanks and good work

Revision history for this message
pau (boemianrapsodi) said :
#5

Thanks kitkat, that solved my question.