[pacman-dev] bzip2 package compression

2008-12-06 Thread Mark Constable
I changed these in /etc/makepkg.conf to bz2 variants ages ago and assumed that the resulting packages would be bzip2 compressed. When I double checked the packages they were still only gzip compressed even though the extension was tar.bz2. Everything works so I didn't pick it up but I'd be

Re: [pacman-dev] bzip2 package compression

2008-12-06 Thread Mark Constable
On 2008-12-07, Dan McGee wrote: Is there a reason that a -cjf is not used in makepkg ? ... The current code is a bit smarter and compresses correctly depending on the extension. Ah cool, I presume this is in your Git repo? If so, do you think your current git repo is stable enough to give

[pacman-dev] Add rsync vcs support to makepkg

2008-09-23 Thread Mark Constable
Plus a couple of other minor points. Qt daily snapshots are only available via rsync (and tarballs) so I added _rsyncroot and _rsyncmod awareness to makepkg. elif [ ! -z ${_rsyncroot} ] [ ! -z ${_rsyncmod} ] ; then [ $(type -p rsync) ] || return 0

[pacman-dev] /etc/makepkg.local

2008-07-26 Thread Mark Constable
Just a suggestion. If this was the last line in /etc/makepkg.conf then it would allow anyone to append functions that could be used inside a PKGBUILD. Potentionally good bang for buck for one extra line added to the official makepkg package. [ -f /etc/makepkg.local ] source /etc/makepkg.local

Re: [pacman-dev] /etc/makepkg.local

2008-07-26 Thread Mark Constable
On 2008-07-27, Allan McRae wrote: [ -f /etc/makepkg.local ] source /etc/makepkg.local And if everyone has different functions in makepkg.local then PKGBUILDs become non-transferable across users. Bad! That is vaguely possible if someone tried hard enough to write non-conforming

Re: [pacman-dev] Splitting packages in makepkg

2008-06-14 Thread Mark Constable
On 2008-06-15, Dan McGee wrote: The only reason I can think you would still want to use a $startdir variable is for something like VCS packages where you store the most recent checkout somewhere for future use. Just on this particular point I have about 20Gb of VCS source inside $SRCDEST and

Re: [pacman-dev] Fix command line argument parsing in makepkg

2008-05-28 Thread Mark Constable
On 2008-05-28, Xavier wrote: --source= -S --noconfirm= -n --noprogressbar = -N --holdver= -H --forcever = ? --asroot = ? Someone else suggested -0 and -F. The only extra I would suggest is an additional check for --help so for

Re: [pacman-dev] Fix command line argument parsing in makepkg

2008-05-28 Thread Mark Constable
On 2008-05-28, Allan McRae wrote: Also, I would find it a bit weird passing only short options for --noprogressbar and --noconfirm which do not have short options in pacman which is their eventual target. . an experienced user will get used to any new options . a new user will always have