🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324252627282930313233343536373839404142434445
pkgname: 'conky-manager'
pkgver: '2.4'
pkgrel: '3'
pkgdesc: 'GUI for managing Conky config files with options to browse and edit theme'
url: 'https://launchpad.net/conky-manager'
arch: x86_64
depends:
- p7zip
- imagemagick
- 'desktop-file-utils'
- conky
- cairo
- gtk3
- rsync
- libgee
makedepends:
- cairo
- conky
- 'desktop-file-utils'
- gtk3
- imagemagick
- 'json-glib'
- libgee
- p7zip
- rsync
- vala
source:
- 'https://launchpad.net/~teejee2008/+archive/ubuntu/ppa/+files/${pkgname}_${pkgver}~136~ubuntu16.04.1.tar.xz'
- 'makefile-roundup.patch'
sha256sums:
- SKIP
- SKIP
build: |
cd ${pkgname}-${pkgver}
patch -Np0 < ../makefile-roundup.patch
make
make DESTDIR=${PKGDIR} install
package: |
true