You are not logged in.

#1 2013-06-08 23:51:51

adcdam
Member
From: Argentina
Registered: 2012-04-15
Posts: 44

Can someone help me to do a downgrade of bamf-bzr [solved]

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

#2 2013-06-08 23:56:43

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Can someone help me to do a downgrade of bamf-bzr [solved]

Change the version in the PKGBUILD?


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2013-06-09 00:50:23

adcdam
Member
From: Argentina
Registered: 2012-04-15
Posts: 44

Re: Can someone help me to do a downgrade of bamf-bzr [solved]

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

#4 2013-06-09 00:55:30

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,518
Website

Re: Can someone help me to do a downgrade of bamf-bzr [solved]

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

#5 2013-06-09 01:53:12

adcdam
Member
From: Argentina
Registered: 2012-04-15
Posts: 44

Re: Can someone help me to do a downgrade of bamf-bzr [solved]

Wow!!! Trilby  it worked!!!!!!!!
how do you know such things?
thanks!!!!!!

Offline

Board footer

Powered by FluxBB