Package Details: conky-colors-git 20230818.r175.1b596b1-1

Git Clone URL: https://aur.archlinux.org/conky-colors-git.git (read-only, click to copy)
Package Base: conky-colors-git
Description: An easier way to configure Conky
Upstream URL: https://github.com/helmuthdu/conky_colors
Licenses: GPL3
Conflicts: conky-colors
Provides: conky-colors
Submitter: prurigro
Maintainer: prurigro
Last Packager: prurigro
Votes: 21
Popularity: 0.000000
First Submitted: 2015-09-10 22:24 (UTC)
Last Updated: 2023-08-21 18:42 (UTC)

Latest Comments

prurigro commented on 2023-06-12 02:16 (UTC) (edited on 2023-06-12 02:16 (UTC) by prurigro)

@archtom: done and done! (tested to confirm a successful build too)

archtom commented on 2023-05-24 10:55 (UTC)

Thanks for maintaining and updating the package. It would be nice if you could update it for aarch64 compatibility. Thanks

archtom commented on 2018-06-20 17:10 (UTC)

Thanks for updating the pkgbuild. somehow the aur still shows python2-keyring as dependency on the website and when installing.

archtom commented on 2018-05-30 08:10 (UTC)

First of all, thanks for the package.

python2-keyring was removed from the aur. Fortunately the upstream package was updated to work with python3. It would be nice to remove python2-keyring as dependency. I just rebuilt the package with python2-keyring uninstalled and everything seems to be working.

Thanks

A.Shukaev commented on 2017-04-02 21:09 (UTC)

Thank you, Sir! GJ!

prurigro commented on 2017-03-30 21:58 (UTC)

@A.Shukaev: Sorry about that, I hadn't noticed your original comment- I've pulled in your patch and added you to the contributor list. Thanks!

A.Shukaev commented on 2017-03-30 21:49 (UTC)

The last change you did is not sufficient. Please, incorporate the complete patch below.

A.Shukaev commented on 2017-03-19 21:48 (UTC)

There was actually one more issue with symbolic links, so the latest patch looks as follows: diff --git a/PKGBUILD b/PKGBUILD index 95983aa..04f0439 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ _pkgname=conky-colors pkgname=$_pkgname-git -pkgver=20150806.r148.3980575 +pkgver=20160428.r157.df2bb4b pkgrel=1 pkgdesc='An easier way to configure Conky' url='https://github.com/helmuthdu/conky_colors' license=('GPL3') arch=('armv6h' 'armv7h' 'arm' 'i686' 'x86_64') -depends=('python' 'conky' 'pystatgrab' 'python2-keyring' 'ttf-ubuntu-font-family' 'hddtemp' 'curl' 'lm_sensors') +depends=('python' 'conky' 'pystatgrab' 'python2-keyring' 'ttf-liberation' 'ttf-ubuntu-font-family' 'hddtemp' 'curl' 'lm_sensors') provides=("$_pkgname") conflicts=("$_pkgname") source=("git+$url.git") @@ -22,17 +22,17 @@ pkgver() { prepare() { cd ${_pkgname/-/_} - sed -i 's|\(ln -[^ ]* \)\$(DESTDIR)|\1/usr|;s|\$(DESTDIR)/bin|\$(DESTDIR)/usr/bin|' Makefile + sed -i 's|\(ln\s\+-\S\+\s\+\)\$(DESTDIR)|\1|' Makefile + sed -i 's|\(PREFIX\s*\):\?=|\1?=|' Makefile } build() { cd ${_pkgname/-/_} - make + make PREFIX='/usr' } package() { cd ${_pkgname/-/_} install -dm755 "$pkgdir"/usr/bin - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" PREFIX='/usr' install } -

A.Shukaev commented on 2017-03-19 18:02 (UTC)

Please, apply the following patch: diff --git a/PKGBUILD b/PKGBUILD index 95983aa..b74a9cb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ _pkgname=conky-colors pkgname=$_pkgname-git -pkgver=20150806.r148.3980575 +pkgver=20160428.r157.df2bb4b pkgrel=1 pkgdesc='An easier way to configure Conky' url='https://github.com/helmuthdu/conky_colors' license=('GPL3') arch=('armv6h' 'armv7h' 'arm' 'i686' 'x86_64') -depends=('python' 'conky' 'pystatgrab' 'python2-keyring' 'ttf-ubuntu-font-family' 'hddtemp' 'curl' 'lm_sensors') +depends=('python' 'conky' 'pystatgrab' 'python2-keyring' 'ttf-liberation' 'ttf-ubuntu-font-family' 'hddtemp' 'curl' 'lm_sensors') provides=("$_pkgname") conflicts=("$_pkgname") source=("git+$url.git") @@ -33,6 +33,5 @@ build() { package() { cd ${_pkgname/-/_} install -dm755 "$pkgdir"/usr/bin - make DESTDIR="$pkgdir" install + make DESTDIR="$pkgdir" PREFIX='/usr' install } - 1. Liberation fonts are explicitly used in generated configurations; 2. Unless 'ConkyColors*' fonts are installed under '/usr/share/fonts/conkycolors/' (rather than '/usr/local/share/fonts/conkycolors/'), they won't be found by font cache and therefore will not function properly. That is either more configuration is required to make fonts under '/usr/local/share/fonts/' visible to font cache or install prefix should be set to '/usr'. Keep in mind, in general, packages coming from either Arch Linux official repositories or AUR should NOT install anything to '/usr/local' anyway.

sad270 commented on 2015-10-14 13:20 (UTC)

Hi, need conkyforecast (AUR package) for weather need python2-dbus for the media-player and edit ~/.conkycolors/templates/conkyPlayer.template replace ${if_running clementine} by ${if_match "${exec pidof clementine}" != ""}