Package Details: conky-manager2-git 2.7-3

Git Clone URL: https://aur.archlinux.org/conky-manager2-git.git (read-only, click to copy)
Package Base: conky-manager2-git
Description: Fork of GUI for managing Conky widgets. Support added for latest conky config version - git
Upstream URL: https://github.com/zcot/conky-manager2
Licenses: GPL3
Provides: conky-manager2
Submitter: akorop
Maintainer: ABOhiccups
Last Packager: ABOhiccups
Votes: 4
Popularity: 0.048151
First Submitted: 2020-03-14 11:49 (UTC)
Last Updated: 2023-11-02 20:06 (UTC)

Latest Comments

yozachar commented on 2022-10-19 06:49 (UTC)

Please add git to the make dependencies.

conky-manager2-git on  master [?]
» makechrootpkg -c -r $CHROOT --help
...
...
...
==> Retrieving sources...
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
==> Entering fakeroot environment...
==> Starting package()...
/startdir/PKGBUILD: line 18: git: command not found
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Build failed, check /home/user/.chroot/user/build

conky-manager2-git on  master [?] took 38s
»

ABOhiccups commented on 2022-06-02 05:35 (UTC)

I've fixed a install error. This AUR package should be able to install now.

nashalm commented on 2022-05-28 14:17 (UTC)

clone this repository

the following command will create a subdirectory from whatever directory you are currently in called conky-manager2 then download the files from github and put them in that subdirectory:

git clone https://github.com/zcot/conky-manager2.git

change the directory to that source code location:

cd conky-manager2

compile the source:

make

install the finished program into the local file system:

sudo make install

can be uninstalled as follows:

sudo make uninstall

Sleipnir commented on 2022-04-30 14:45 (UTC)

I get the following error during build:

==> Making package: conky-manager2-git 2.7-3 (Sat 30 Apr 2022 15:42:58 BST)
==> Retrieving sources...
  -> Cloning conky-manager2-git git repo...
Cloning into bare repository '/home/josh/.cache/yay/conky-manager2-git/conky-manager2-git'...
remote: Enumerating objects: 1436, done.
remote: Counting objects: 100% (176/176), done.
remote: Compressing objects: 100% (82/82), done.
remote: Total 1436 (delta 98), reused 153 (delta 88), pack-reused 1260
Receiving objects: 100% (1436/1436), 20.53 MiB | 5.47 MiB/s, done.
Resolving deltas: 100% (734/734), done.
  -> 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
 -> libgee not satisfied, flushing install queue
==> Making package: conky-manager2-git 2.7-3 (Sat 30 Apr 2022 15:43:03 BST)
==> 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...
 -> error making: conky-manager2-git
3.47s user 1.33s system 26% cpu 17.846s total

RaptaG commented on 2021-11-27 10:05 (UTC)

When trying to update at the latest 2.73-1 version, I get this error: (Including the whole update information)

Preparing... Cloning conky-manager2-git build files... Generating conky-manager2-git information... Checking conky-manager2-git dependencies... Synchronizing package databases... Resolving dependencies... Checking inter-conflicts...

Building conky-manager2-git... ==> Making package: conky-manager2-git 2.73-1 (Sat 27 Nov 2021 11:56:39 AM EET) ==> 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...

yochananmarqos commented on 2020-03-14 16:11 (UTC)

Your patch sets the binary to 0644 instead of 0755 and is not executable. The community package patch works fine.