Date: Sunday, March 26, 2023 @ 13:21:16 Author: arodseth Revision: 1429132
Add back my name to the list of contributors, it was removed by sangy in this commit: https://github.com/archlinux/svntogit-community/commit/d3d028a6a387c3ee760024171ae847c8c32af936 Modified: netbeans/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-26 13:20:28 UTC (rev 1429131) +++ PKGBUILD 2023-03-26 13:21:16 UTC (rev 1429132) @@ -2,6 +2,7 @@ # Contributor: Timm Preetz <[email protected]> # Contributor: Daniel J Griffiths <[email protected]> # Contributor: Ben Wolsieffer <[email protected]> +# Contributor: Alexander F. Rødseth <[email protected]> pkgname=netbeans pkgver=16 @@ -54,7 +55,7 @@ } # It appears that they have disabled the CI tests upstream, so I'll disable these for now... -# see the parms here: https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 +# see the parms here: https://travis-ci.org/apache/incubator-netbeans/jobs/473379270 # check() { # cd "${srcdir}" # ant -quiet test -Djavac.compilerargs=-nowarn -Dbuild.compiler.deprecation=false -Dtest.includes=NoTestsJustBuild @@ -88,7 +89,7 @@ install -Dm644 "${srcdir}/nb/ide.branding/release/netbeans.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png" # I'm leaving these as they seem to be necessary for building native - # executables (see bug #66706). I'd like to ideally build them with our + # executables (see bug #66706). I'd like to ideally build them with our # CFLAGS, but alas... # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/SunOS"* # rm -rf "${pkgdir}/usr/lib/${pkgname}/ide/bin/nativeexecution/MacOSX"*
