Date: Thursday, May 12, 2022 @ 17:34:24 Author: anatolik Revision: 1199777
Enable source highlight Modified: avr-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-12 17:31:49 UTC (rev 1199776) +++ PKGBUILD 2022-05-12 17:34:24 UTC (rev 1199777) @@ -13,7 +13,7 @@ arch=(x86_64) url='https://www.gnu.org/software/gdb/' license=(GPL3) -depends=(xz ncurses expat python guile gdb-common mpfr libelf) +depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight) options=(!emptydirs) source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) sha256sums=('0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed' @@ -37,6 +37,7 @@ --with-python=/usr/bin/python \ --with-guile=guile-2.2 \ --with-system-readline \ + --enable-source-highlight \ --with-system-gdbinit=/etc/gdb/gdbinit make
