cairo-dock: fix template, enable EGL.
This commit is contained in:
parent
0e5f2e8877
commit
a1cafeb212
1 changed files with 7 additions and 7 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'cairo-dock'
|
||||
pkgname=cairo-dock
|
||||
version=3.4.1
|
||||
revision=1
|
||||
lib32disabled=yes
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-Denable-desktop-manager=ON"
|
||||
hostmakedepends="pkg-config"
|
||||
configure_args="-Denable-desktop-manager=ON -Denable-egl-support=ON"
|
||||
hostmakedepends="pkg-config gettext-tiny"
|
||||
makedepends="libcurl-devel dbus-glib-devel libXtst-devel gtk+3-devel librsvg-devel glu-devel"
|
||||
depends="desktop-file-utils"
|
||||
short_desc="Light eye-candy fully themable animated dock"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://launchpad.net/${pkgname}"
|
||||
distfiles="http://launchpad.net/${pkgname}-core/${version%.?}/${version}/+download/${pkgname}-${version}.tar.gz"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://glx-dock.org/"
|
||||
distfiles="https://github.com/Cairo-Dock/cairo-dock-core/releases/download/${version}/cairo-dock-${version}.tar.gz"
|
||||
checksum=dcadbbe089487f22b112f25a91d1c966275b245f248f950c6987de787eb95137
|
||||
lib32disabled=yes
|
||||
|
||||
CFLAGS="-D_BSD_SOURCE"
|
||||
CXXFLAGS="-D_BSD_SOURCE"
|
||||
|
|
Loading…
Reference in a new issue