You are not logged in.
Current version is 537-1 i need verdion 534-1 i dont know how to do it i know that they files i need are perhaps in the aur mirror page but i dont know how to download the files i need.
Last edited by adcdam (2013-06-09 01:54:17)
Offline
Change the version in the PKGBUILD?
Moving to AUR Issues...
Offline
i tried that but it ask me for libbamf3?? i dont undertand how installing plank-bzr can be so complex
libbamf3 is not in the aur? i need bamf-bzr to install plank-bzr any way to install plank-bzr any older version that work is fine with me.
Offline
whoa ... here's a classic X-Y problem.
Why do you need to downgrade bamf-bzr? Plank-bzr - seemingly what you *really* want help with, does not require a specific version of bamf-bzr.
EDIT: revise the bamf-bzr PKGBUILD to add the second sed line below to the prepare function:
prepare() {
cd "${srcdir}"/${pkgname%-*}
patch -Np1 -i ../bamf-matcher.patch
sed -i 's|^#!.*python$|#!/usr/bin/python2|' tests/gtester2xunit.py
sed -i 's|\(G_KEY_FILE_DESKTOP_KEY_\)FULLNAME|\1NAME|' lib/libbamf/bamf-application.c
}Then it will build successfully.
And next time, ask your *actual* question up front.
Last edited by Trilby (2013-06-09 01:05:16)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Wow!!! Trilby it worked!!!!!!!!
how do you know such things?
thanks!!!!!!
Offline