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