29/05/2008
pcmanfm 0.4.1.1 ebuild
A new pcmanfm version (0.4.1.1) is out and since there’s no ebuild yet available I made one by modifying a bit the one I found about version 0.3.2.2 on sunrise overlay. I’ve included a patch I found about enabling/disabling deletion confirmations.
Downloads:
pcmanfm 0.4.1.1 ebuild
pcmanfm 0.4.1.1-r1 ebuild
confirm_delete.patch
tested on x86 and ppc (thanks to comzeradd)
enjoy!
P.S. Looks like I didn’t search that well on bugzilla, there are other ebuilds there too: http://bugs.gentoo.org/show_bug.cgi?id=121902
Filed by kargig at 02:14 under Gentoo,Linux
4 Comments | 4,987 views
In the ebuild is a little error at src_unpack:
cd ${A} must be canged to cd ${S}
also it does not work with hal useflag disabled.
There is another ebuild at bug #154477, would be nice if you could fix your ebuild 🙂
Thanks for the tips.
cd ${S} fixed.
hal USE fixed. (I had mistakenly used use_with instead of use_enable)
added inherit fdo-mime
Added a postrm function.
The other ebuild is at bug: http://bugs.gentoo.org/show_bug.cgi?id=121902
and the attachment id is: http://bugs.gentoo.org/attachment.cgi?id=154477
I hope it works better now 🙂
Works on amd64 🙂
Works nice now, thank you.
Also you should add your ebuild+patch to the bug 🙂