1 # Maintainer: Maxime Gauduin <alucryd@archlinux.org>
2 # Contributor: Tofe <chris.chapuis@gmail.com>
3 # Contributor: erm67 <erm67@yahoo.it>
8 pkgdesc='Light eye-candy fully themable animated dock'
10 url='https://glx-dock.org/'
12 depends=('curl' 'dbus-glib' 'glu' 'gtk3')
13 makedepends=('bzr' 'cmake')
14 optdepends=('cairo-dock-plug-ins: Plugins for Cairo-Dock')
15 source=("cairo-dock-${pkgver}.tar.gz::https://github.com/Cairo-Dock/cairo-dock-core/archive/${pkgver}.tar.gz")
16 sha256sums=('ca9b5769f60165b09d5cf2cae3c55fcc62fed19a279e8a279a0619f4189b4e00')
19 cd cairo-dock-core-${pkgver}
21 if [[ -d build ]]; then
24 mkdir build && cd build
27 -DCMAKE_BUILD_TYPE='Release' \
28 -DCMAKE_INSTALL_PREFIX='/usr'
33 cd cairo-dock-core-${pkgver}/build
35 make DESTDIR="${pkgdir}" install