mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
codelite: rebuild against libclang.so.6
This commit is contained in:
parent
d7b236b734
commit
76d7397ca4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'codelite'
|
# Template file for 'codelite'
|
||||||
pkgname=codelite
|
pkgname=codelite
|
||||||
version=12.0
|
version=12.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_CLANG=1 -DENABLE_LLDB=1 -DWITH_MYSQL=1"
|
configure_args="-DENABLE_CLANG=1 -DENABLE_LLDB=1 -DWITH_MYSQL=1"
|
||||||
hostmakedepends="pkg-config clang"
|
hostmakedepends="pkg-config clang"
|
||||||
|
@ -9,7 +9,7 @@ makedepends="wxWidgets-devel libmariadbclient-devel sqlite-devel libssh-devel
|
||||||
gtk+-devel"
|
gtk+-devel"
|
||||||
short_desc="Open-source, cross platform IDE for the C/C++ programming languages"
|
short_desc="Open-source, cross platform IDE for the C/C++ programming languages"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-3"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.codelite.org"
|
homepage="http://www.codelite.org"
|
||||||
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/eranif/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
|
checksum=e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
|
||||||
|
|
Loading…
Add table
Reference in a new issue