Lukas, On Mon, 17 Mar 2014, Lukas Jirkovsky wrote:
> On Mon, Mar 17, 2014 at 2:50 AM, Brian F. G. Bidulock > <[email protected]> wrote: > > On Thu, 13 Mar 2014, Brian F. G. Bidulock wrote: > > > >> Please disown https://aur.archlinux.org/packages/velox > >> and https://aur.archlinux.org/packages/velox-git > >> > >> => not updated in over a year > >> => no response to emails from maintainer for a month > >> > >> --brian > > > > Any comment on this request? > > > > --brian > > The maintainer is a trusted user and he has updated some of his > packages quite recently, so I'm sure he is still active. However, I > see that the email stated in his AUR profile is different from the one > listed in hist Trusted User Profile, so I'm CCing him on both mails. > Hopefully at least one of them works. > > BTW: what is the problem with these packages apart from the -git one > not using the new VCS support? At least velox seems to be the latest > version. > > Lukas The PKGBUILD for velox-git is a real mess: -> arch=('any') is incorrect (should be 'x86_64' 'i686') -> depends=() has wrong dependencies -> package doesn't run because it cannot find its modules [brian@petunia velox-git]$ namcap velox-git-20121202-1-any.pkg.tar.xz velox-git E: ELF file ('usr/lib/velox/modules/tile.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/pulseaudio.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/mpd.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/wallpaper.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/grid.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/desktop.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/alsa.so') found in an 'any' package. velox-git E: ELF file ('usr/lib/velox/modules/spawn.so') found in an 'any' package. velox-git E: ELF file ('usr/bin/velox') found in an 'any' package. velox-git E: Dependency libpulse detected and not included (libraries ['usr/lib/libpulse.so.0'] needed in files ['usr/lib/velox/modules/pulseaudio.so']) velox-git E: Dependency libxkbcommon detected and not included (libraries ['usr/lib/libxkbcommon.so.0'] needed in files ['usr/bin/velox']) velox-git W: Dependency included and not needed ('xcb-util') velox-git W: Dependency included and not needed ('cmake') The PKGBUILD for velox is worse: -> arch=('any') is incorrect (should be 'x86_64' 'i686') -> depends=() has wrong dependencies -> does not even build -> probably wouldn't run even if it did I emailed a new PKGBUILD that fixes problems for velox-git to the maintainer's AUR address some months ago and did no receive any response. Perhaps his TU address will yeild a response. --brian
