Date: Tuesday, January 11, 2022 @ 03:56:18 Author: sangy Revision: 1100349
upgpkg: netbeans 12.6-1 Modified: netbeans/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-11 02:30:16 UTC (rev 1100348) +++ PKGBUILD 2022-01-11 03:56:18 UTC (rev 1100349) @@ -4,7 +4,7 @@ # Contributor: Ben Wolsieffer <[email protected]> pkgname=netbeans -pkgver=12.4 +pkgver=12.6 pkgrel=1 pkgdesc='IDE for Java, HTML5, PHP, Groovy, C and C++' arch=('any') @@ -24,7 +24,7 @@ "https://www.apache.org/dist/${pkgname}/${pkgname}/${pkgver/_/-}/${pkgname}-${pkgver/_/-}-source.zip.asc" "netbeans.clusters") -sha256sums=('d5b0c162aab02eceb19324bd889b64fe58f4c3eee5de64e64af2671127a253e0' +sha256sums=('b210b3edd4d57e830fbe0d0ae0fffe2c3b242808154333fc62ceb51cd27296d0' 'SKIP' 'a7849ee0f21acef34a7bbd1216e8f822aba38284e3138ea04532224ad6f227c2') @@ -81,13 +81,10 @@ install -Dm644 "netbeans."* -t "${pkgdir}/usr/etc/" # Desktop shortcut and icon - # FIXME: unfortunately, we need to convert the high-res ico file to the - # target png, as the current one is quite blurry and low-res... - convert "nb/ide.launcher/windows/${pkgname}.ico[4]" "${pkgname}.png" install -Dm644 "nbbuild/packaging/netbeans_snap/snap/gui/$pkgname.desktop" \ "${pkgdir}/usr/share/applications/${pkgname}.desktop" sed -i "s/Icon=.*/Icon=netbeans/" "${pkgdir}/usr/share/applications/${pkgname}.desktop" - install -Dm644 "${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png" + 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
