Search Criteria
Package Details: conky-manager2-git 2.7-3
Package Actions
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: | 5 |
Popularity: | 0.100811 |
First Submitted: | 2020-03-14 11:49 (UTC) |
Last Updated: | 2023-11-02 20:06 (UTC) |
Dependencies (10)
- cairo (cairo-gitAUR)
- conky (conky-cairo-wayland-gitAUR, conky-cliAUR, conky-lua-nvAUR, conky-cairoAUR, conky-gitAUR)
- desktop-file-utils (desktop-file-utils-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- json-glib (json-glib-gitAUR)
- libgee (libgee-gitAUR)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR)
- rsync (rsync-gitAUR, rsync-reflinkAUR, rsync-reflink-gitAUR)
- vala (vala-gitAUR) (make)
Latest Comments
yozachar commented on 2022-10-19 06:49 (UTC)
Please add
git
to the make dependencies.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:
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 of0755
and is not executable. The community package patch works fine.