mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
codelite: switch to wxWidgets-gtk3
This commit is contained in:
parent
e8d1bc1160
commit
31c7a8cd1c
1 changed files with 6 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'codelite'
|
# Template file for 'codelite'
|
||||||
pkgname=codelite
|
pkgname=codelite
|
||||||
version=12.0
|
version=12.0
|
||||||
revision=6
|
revision=7
|
||||||
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"
|
||||||
makedepends="wxWidgets-devel libmariadbclient-devel sqlite-devel libssh-devel
|
makedepends="wxWidgets-gtk3-devel libmariadbclient-devel sqlite-devel
|
||||||
gtk+-devel"
|
libssh-devel gtk+3-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-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -17,7 +17,9 @@ checksum=e8912e3e0aea8890b5c65631ad94d58ddc587812c7ac6ec398e37aaa4b7005b4
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i 's,wx-config,&-3.0,g' CMakeLists.txt
|
sed -i -e 's,wx-config,&-gtk3,g' \
|
||||||
|
-e "1i\SET(wxWidgets_CONFIG_EXECUTABLE wx-config-gtk3)" \
|
||||||
|
CMakeLists.txt
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue