zcot / conky-manager2

Fork of GUI for managing Conky widgets. Support added for latest conky config version, and works with Ubuntu 16-22, Mint 18-21 and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not possible to install on Manjaro via Add/Remove Software

vawaver opened this issue · comments

When I try to install via Add/Remove Software on Manjaro it is not possible.
I found the log
`Preparing...
Cloning conky-manager2-git build files...
Generating conky-manager2-git information...
Checking conky-manager2-git dependencies...
Resolving dependencies...
Checking inter-conflicts...

Building conky-manager2-git...
==> Making package: conky-manager2-git 2.7-3 (Ut 15. február 2022, 16:49:46)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating conky-manager2-git git repo...
Fetching origin
-> Found conky-manager2-git.install
-> Found perm.patch
==> Validating source files with sha1sums...
conky-manager2-git ... Skipped
conky-manager2-git.install ... Passed
perm.patch ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of conky-manager2-git git repo...
Cloning into 'conky-manager2-git'...
done.
==> Starting prepare()...
patching file src/makefile
Hunk #1 FAILED at 29.
1 out of 1 hunk FAILED -- saving rejects to file src/makefile.rej
==> ERROR: A failure occurred in prepare().
Aborting...`

Is it possible to fix it?
Thank you.

commented

I do not know who is responsible for this Add/Remove Software entry. There is some other 3rd party action going on. Maybe this is from AUR, maybe from some custom script related to Manjaro, I do not know.

The line says:

==> Starting prepare()...
patching file src/makefile
Hunk https://github.com/zcot/conky-manager2/pull/1 FAILED at 29.

There must be some patch that was created and the problem might be there, I do not know about any patches. I do not participate with any AUR or Manjaro activity.

I am not sure you can not just simply install the program as mentioned in this installation guide. I just ran a test using Manjaro Xfce and more or less followed the guide on this repository. I used other commands but it worked out fine:
dependencies:
pamac install vala gcc make
build the program, and install:

git clone https://github.com/zcot/conky-manager2.git
cd conky-manager2
make
sudo make install

I do not know who is responsible for this Add/Remove Software entry. There is some other 3rd party action going on. Maybe this is from AUR, maybe from some custom script related to Manjaro, I do not know.

The line says:

==> Starting prepare()...
patching file src/makefile
Hunk https://github.com/zcot/conky-manager2/pull/1 FAILED at 29.

There must be some patch that was created and the problem might be there, I do not know about any patches. I do not participate with any AUR or Manjaro activity.

I am not sure you can not just simply install the program as mentioned in this installation guide. I just ran a test using Manjaro Xfce and more or less followed the guide on this repository. I used other commands but it worked out fine: dependencies: pamac install vala gcc make build the program, and install:

git clone https://github.com/zcot/conky-manager2.git
cd conky-manager2
make
sudo make install

Thank you, this worked