Date: Thursday, May 12, 2022 @ 17:49:03 Author: anatolik Revision: 1199778
upgpkg: riscv64-linux-gnu-gdb 12.1-1 Modified: riscv64-linux-gnu-gdb/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-12 17:34:24 UTC (rev 1199777) +++ PKGBUILD 2022-05-12 17:49:03 UTC (rev 1199778) @@ -2,25 +2,20 @@ _target=riscv64-linux-gnu pkgname=$_target-gdb -pkgver=11.2 +pkgver=12.1 pkgrel=1 pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target' 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}) validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker -sha256sums=('1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32' +sha256sums=('0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed' 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <[email protected]> -prepare() { - cd gdb-$pkgver - sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure -} - build() { cd gdb-$pkgver @@ -33,6 +28,7 @@ --enable-interwork \ --with-system-readline \ --disable-nls \ + --enable-source-highlight \ --with-python=/usr/bin/python \ --with-guile=guile-2.2 \ --with-system-gdbinit=/etc/gdb/gdbinit
