Wael Nasreddine wrote:
Hi

Here's some patches I find usefull, they are all darcs-ready, description:
- pacman-Fextract-part1.patch
    Remove the hardcoded source extraction work in makepkg, use Fextract
    function instead
- pacman-Fextract-part2.patch
    Add Fextract function to include/utils.sh
- vim-add-Fextract.patch
    Add Fextract function to frugalware patch of VIM 7
- pacman-add-wrtsha1.patch
    This patch will save a hell lot of time for developers, instead of each time
    doing makepkg -g >> FrugalBuild without forgetting of course to remove old
    sha1sums array, you will instead put a block in frugalBuild like this:
    ### BEGIN SHA1 ###
    ### END SHA1 ###
    and then call makepkg -G which will put all sha1sums stuff inside this block
    (erasing any existing data there)
    ### BEGIN SHA1 ###
    sha1sums=('first sha1' 'second sha1' \
              'third sha1')
    ### END SHA1 ###


Voila Hope you find them usefull :)

The sha1 patch would certainly make life easier, *BUT* :) IMHO it looks a little ugly. Couldn't this be modified to put it before the existing sha1sum line, then remove the old one?


--
Alex Smith
Frugalware Linux developer - http://www.frugalware.org
_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to