blob: 652488ac439eab2e10040e3a8950b65636cad4f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
|
#
# PKGBUILD for codelite-unstable
#
# codelite-unstable package follows the weekly/latest builds of codelite - based on officially published tags
#
# The naming codelite-unstable is deliberately used to indicate that this package is not based the official stable release
#
# Maintainer: Uffe Jakobsen <uffe@uffe.org>
#
# ReleaseNotes: https://docs.codelite.org/release_notes/v18_0_0/
#
# NOTES:
#
#
#
_pkg_user="eranif"
_pkg_name="codelite"
_pkg_ver="17.12.0"
#_commit="16470d74c038b5c5c17756e78bd04ae6e00c2007"
# pkg
pkgname="${_pkg_name}-unstable"
#pkgver=${_pkg_ver}
#pkgver="${_pkg_ver//_/-}"
pkgver="${_pkg_ver/-*/}"
pkgrel=1
# NOTE: submodules/libssh + submodules/zlib are currenly only used by macos builds - ignore them for now
# ccwrap submodule: https://github.com/eranif/cc-wrapper
_ccwrap_pkg_user="${_pkg_user}"
_ccwrap_pkg_name="cc-wrapper"
_ccwrap_pkg_ident="67713440e867493e74ce5c7ce0352b81eb4b726b"
_ccwrap_pkg_name_ident="${_ccwrap_pkg_user}-${_ccwrap_pkg_name}-${_ccwrap_pkg_ident:0:7}"
# ctags submodule: https://github.com/eranif/ctags
_ctags_pkg_user="${_pkg_user}"
_ctags_pkg_name="ctags"
_ctags_pkg_ident="3e173d8d82fd2d3534feff0d822d6de36ca3d74e"
_ctags_pkg_name_ident="${_ctags_pkg_user}-${_ctags_pkg_name}-${_ctags_pkg_ident:0:7}"
# dtl submodule: https://github.com/cubicdaiya/dtl
_dtl_pkg_user="cubicdaiya"
_dtl_pkg_name="dtl"
_dtl_pkg_ident="cd45dd48089c6e9f7a595d920ddfb82c08d59150"
_dtl_pkg_name_ident="${_dtl_pkg_user}-${_dtl_pkg_name}-${_dtl_pkg_ident:0:7}"
# wxcfg/wx-config-msys2s submodule: https://github.com/eranif/wx-config-msys2.git
_wxcfg_pkg_user="${_pkg_user}"
_wxcfg_pkg_name="wx-config-msys2"
_wxcfg_pkg_ident="fe65daf2a49e2a1f218ea3106a26d5ae7c4235fb"
_wxcfg_pkg_name_ident="${_wxcfg_pkg_user}-${_wxcfg_pkg_name}-${_wxcfg_pkg_ident:0:7}"
# wxdap/wxdap submodule: https://github.com/eranif/wxdap
_wxdap_pkg_user="${_pkg_user}"
_wxdap_pkg_name="wxdap"
_wxdap_pkg_ident="10f57bbd9a4d52888b24ee79e8f02f9f5785eed4"
_wxdap_pkg_name_ident="${_wxdap_pkg_user}-${_wxdap_pkg_name}-${_wxdap_pkg_ident:0:7}"
# yaml-cpp submodule: https://github.com/jbeder/yaml-cpp
_yaml_pkg_user="jbeder"
_yaml_pkg_name="yaml-cpp"
_yaml_pkg_ident="1b50109f7bea60bd382d8ea7befce3d2bd67da5f"
_yaml_pkg_name_ident="${_yaml_pkg_user}-${_yaml_pkg_name}-${_yaml_pkg_ident:0:7}"
# llama.cpp submodule: https://github.com/ggerganov/llama.cpp.git
_llama_pkg_user="ggerganov"
_llama_pkg_name="llama.cpp"
_llama_pkg_ident="c3776cacabce2ee35f172fb72be7a519752125fa"
_llama_pkg_name_ident="${_llama_pkg_user}-${_llama_pkg_name}-${_llama_pkg_ident:0:7}"
# tinyjson (cc-wrapper) sub-submodule: https://github.com/eranif/tinyjson
_json_pkg_user="${_pkg_user}"
_json_pkg_name="tinyjson"
_json_pkg_ident="a6b0d0d31a05a9f55b4944b3b20f769305eb583a"
_json_pkg_name_ident="${_json_pkg_user}-${_json_pkg_name}-${_json_pkg_ident:0:7}"
# generic: pre
_pkg_ver="${pkgver}"
# use version
_pkg_ident="${pkgver}"
# use commit
#_pkg_ident="${_commit}"
# generic: post
_pkg_name_ver="${_pkg_name}-${_pkg_ident}"
_pkg_name_ident="${_pkg_name}-${_pkg_ident}"
#
pkgdesc="Cross platform IDE for C, C++, Rust, Python, PHP and Node.js written in C++"
arch=('i686' 'x86_64' 'aarch64')
url="https://codelite.org/"
license=("GPL-2.0-or-later")
makedepends=('pkgconfig' 'cmake' 'ninja' 'clang')
depends=(
'wxwidgets-gtk3'
'libedit'
'libssh'
'mariadb-libs'
'ncurses'
'uchardet'
'hunspell'
#'ctags'
#'xterm'
#'wget'
#'curl'
#'python'
#'python2'
)
optdepends=(
'clang: compiler'
'lldb: debugger'
'gcc: compiler'
'gdb: debugger'
'valgrind: debugger'
'rust: language'
'php: language'
'graphviz: callgraph visualization'
'cscope: CScope Integration for CodeLite'
)
provides=('codelite')
conflicts=('codelite')
source=(
"${_pkg_name_ident}.tar.gz::https://github.com/${_pkg_user}/${_pkg_name}/archive/${_pkg_ident}.tar.gz"
"${_dtl_pkg_name_ident}.tar.gz::https://github.com/${_dtl_pkg_user}/${_dtl_pkg_name}/tarball/${_dtl_pkg_ident}"
"${_ccwrap_pkg_name_ident}.tar.gz::https://github.com/${_ccwrap_pkg_user}/${_ccwrap_pkg_name}/tarball/${_ccwrap_pkg_ident}"
"${_json_pkg_name_ident}.tar.gz::https://github.com/${_json_pkg_user}/${_json_pkg_name}/tarball/${_json_pkg_ident}"
"${_ctags_pkg_name_ident}.tar.gz::https://github.com/${_ctags_pkg_user}/${_ctags_pkg_name}/tarball/${_ctags_pkg_ident}"
"${_wxcfg_pkg_name_ident}.tar.gz::https://github.com/${_wxcfg_pkg_user}/${_wxcfg_pkg_name}/tarball/${_wxcfg_pkg_ident}"
"${_wxdap_pkg_name_ident}.tar.gz::https://github.com/${_wxdap_pkg_user}/${_wxdap_pkg_name}/tarball/${_wxdap_pkg_ident}"
"${_yaml_pkg_name_ident}.tar.gz::https://github.com/${_yaml_pkg_user}/${_yaml_pkg_name}/tarball/${_yaml_pkg_ident}"
"${_llama_pkg_name_ident}.tar.gz::https://github.com/${_llama_pkg_user}/${_llama_pkg_name}/tarball/${_llama_pkg_ident}"
"http://repos.codelite.org/wxCrafterLibs/wxgui.zip"
)
sha256sums=('2adcdab290413feef0d734a7a4aa91d7c2542ea89790d395b5b557a37b4a9429'
'507adbaf9776f9f99f39e563876a6a5633eaa0c512f6b9b55c711037165413e4'
'9343c1f05956308c7f3c4b6ad33d68c08d95ef0ffcdce0ec6c883ccd21bd5f71'
'ff539f3e2ee4c52073e8b73fd8046163d68b0db567ce7ea5b9438424dc3a2253'
'aa48f2744a85c34fbaae845eecbc8862e453b8b754fec63938fc5ceef6c26189'
'70aca36b95e2245740c17fc9a164fd6edabfd9c631184ea66cc5ee03ff54c028'
'2ad154649fb318dd3129fb9c82cefce117adc1bd5c111b9e4b0c5d049c66cec6'
'57f06c89f41cc2cd250b8b1db582fe27a0da67eb7a480cd8eb3d35cde64b58cd'
'd32b6dc3dcff3c7b8aac93989ba439ed9483bc69f97ca8449740dfde98722200'
'498c39ad3cc46eab8232d5fa37627c27a27f843cbe9521f05f29b19def436e12')
noextract=('wxgui.zip')
#
#
#
#if [[ "$CARCH" == 'i686' ]]; then
# source+=(http://repos.codelite.org/wxCrafterLibs/ArchLinux/32/wxCrafter.so)
# md5sums+=('cd3e71e8187ce586031df070caed6c85')
#elif [[ "$CARCH" == 'x86_64' ]]; then
# source+=(http://repos.codelite.org/wxCrafterLibs/ArchLinux/64/wxCrafter.so)
# md5sums+=('6fcd2f0fada5fc401d0bcd62cd5452bb')
#fi
BUILD_DIR="_build"
#
#
#
prepare()
{
# submodules
cd "${srcdir}/${_pkg_name_ident}/submodules"
# submodule dtl
test -d dtl && rmdir dtl
ln -s -fn ../../${_dtl_pkg_name_ident} dtl
# submodule cc-wrapper
test -d cc-wrapper && rmdir cc-wrapper
ln -s -fn ../../${_ccwrap_pkg_name_ident} cc-wrapper
# submodule tinyjson
test -h tinyjson && rm -f tinyjson
test -d tinyjson && rmdir tinyjson
ln -s -fn ../../${_json_pkg_name_ident} tinyjson
# sub-submodule tinyjson (below cc-wrapper)
test -d cc-wrapper/tinyjson && rmdir cc-wrapper/tinyjson
#ln -s ../tinyjson cc-wrapper/tinyjson
ln -s -fn ../${_json_pkg_name_ident} cc-wrapper/tinyjson
# submodule ctags
test -d ctags && rmdir ctags
ln -s -fn ../../${_ctags_pkg_name_ident} ctags
# submodule wxdap
test -d wxdap && rmdir wxdap
ln -s -fn ../../${_wxdap_pkg_name_ident} wxdap
# submodule wx-config-msys2
test -d wx-config-msys2 && rmdir wx-config-msys2
ln -s -fn ../../${_wxcfg_pkg_name_ident} wx-config-msys2
# submodule yaml-cpp
test -d yaml-cpp && rmdir yaml-cpp
ln -s -fn ../../${_yaml_pkg_name_ident} yaml-cpp
# submodule llama.cpp
test -d llama.cpp && rmdir llama.cpp
ln -s -fn ../../${_llama_pkg_name_ident} llama.cpp
#
# apply patches
#
cd "${srcdir}/${_pkg_name_ident}/"
#patch -p0 < "${startdir}/codelite-fsw-symlink.patch"
#patch -p0 < "${startdir}/codelite-linux-on-sigpipe.patch"
#patch -p0 < "${startdir}/codelite-DebugAdapterClient-CMakeLists-cxx17.patch"
#patch -p0 < "${startdir}/codelite-quickfindbar-focus-tweak.patch"
#patch -p0 < "${startdir}/cmake.patch" # wx-config patch
# dtl-v1.20 cannot compile on gcc >= 14.1.1 and clang >= 17.0.6
( cd submodules/dtl && patch -p0 < "${startdir}/dtl-dtl_Diff_hpp.patch" )
# temporary disable wxcrafter build: cl-16.1.0/wxcrafter subdir build fails with wx-3.1.7 - is this still a problem - re-test !!!
#mv wxcrafter wxcrafter.disable
}
#
#
#
build()
{
cd "${srcdir}/${_pkg_name_ident}"
CXXFLAGS="${CXXFLAGS} -fno-devirtualize"
export CXXFLAGS
# cmake find_package() will try env var WX_CONFIG as wx-config tool path before checking its builtin hardcoded naming conbinations for wx-config tool
#WX_CONFIG="wx-config"
#WX_CONFIG="wx-config-gtk2"
#WX_CONFIG="wx-config-gtk3"
#WX_CONFIG="/opt/wxgtk-dev/bin/wx-config"
WX_CONFIG="wx-config"
export WX_CONFIG
mkdir -p "${BUILD_DIR}"
#cd "${BUILD_DIR}"
cmake -B "${BUILD_DIR}" -S . -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release -DWITH_PCH=0 -DWITH_WX_CONFIG=${WX_CONFIG} -DWITH_NATIVEBOOK=1 -DENABLE_LLDB=1 -DWITH_MYSQL=0 -DCMAKE_INSTALL_LIBDIR=lib
#-DCMAKE_INSTALL_RPATH=/opt/wxgtk-dev/lib
#make -C "${BUILD_DIR}"
cmake --build "${BUILD_DIR}"
}
#
#
#
package()
{
cd "${srcdir}/${_pkg_name_ident}"
#make -C "${BUILD_DIR}" -j1 DESTDIR="${pkgdir}" install
DESTDIR="${pkgdir}" cmake --install "${BUILD_DIR}"
install -m 644 -D "${srcdir}/${_pkg_name_ver}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkg_name}/LICENSE"
#install -m 755 -D "${srcdir}/wxCrafter.so" "${pkgdir}/usr/lib/codelite/wxCrafter.so"
#install -m 644 -D "${srcdir}/wxgui.zip" "${pkgdir}/usr/share/codelite/wxgui.zip"
# universal-ctags experiment
#mv "${pkgdir}/usr/bin/codelite-ctags" "${pkgdir}/usr/bin/codelite-ctags.dist"
#ln -s /usr/bin/ctags "${pkgdir}/usr/bin/codelite-ctags"
}
#
# EOF
#
|