-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update configuration for Apache NetBeans 14.
- Loading branch information
1 parent
6234e0f
commit 8103d4b
Showing
26 changed files
with
179 additions
and
304 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Application name (required). | ||
package.name=Apache NetBeans | ||
# Application version (defaults 1.0). | ||
package.version=13 | ||
package.version=14 | ||
# Packaging type. | ||
package.type=linux-deb | ||
# Path to Java runtime to include in the package (default none). | ||
|
@@ -11,13 +11,18 @@ package.deb.icon= | |
# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo. | ||
package.deb.svg-icon= | ||
# Optional name for .desktop file (without suffix). Defaults to sanitized package name. | ||
package.deb.desktop-filename=apache-netbeans-ide-13 | ||
package.deb.desktop-filename=apache-netbeans-ide-14 | ||
# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window. | ||
package.deb.wmclass=Apache NetBeans IDE 13 | ||
package.deb.wmclass=Apache NetBeans IDE 14 | ||
# Application category (or categories) to use in the .desktop file. | ||
package.deb.category=Development;Java;IDE; | ||
# Maintainer information as name and email. Mandated in Debian Control file. | ||
package.deb.maintainer=Codelerity Ltd. <[email protected]> | ||
# Description of package for Debian Control file. Defaults to information from package name and version. | ||
package.deb.description=Package of ${package.name} ${package.version}. | ||
|
||
# Optional path to custom Debian Control file template. | ||
package.deb.control-template= | ||
# Optional path to custom .desktop file template. | ||
package.deb.desktop-template= | ||
# Optional path to custom launcher script template. | ||
package.deb.launcher-template= |
1 change: 0 additions & 1 deletion
1
linux-arm32/bellsoft-jdk17.0.2+9-linux-arm32-vfp-hflt.tar.gz.sha1
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
linux-arm32/bellsoft-jdk18.0.1.1+2-linux-arm32-vfp-hflt.tar.gz.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5552dffee063045922af2d18d441f42df505ad52 bellsoft-jdk18.0.1.1+2-linux-arm32-vfp-hflt.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,28 @@ | ||
# Application name (required). | ||
package.name=Apache NetBeans | ||
# Application version (defaults 1.0). | ||
package.version=13 | ||
package.version=14 | ||
# Packaging type. | ||
package.type=linux-deb | ||
# Path to Java runtime to include in the package (default none). | ||
package.runtime=${CONFIG}/zulu17.32.13-ca-jdk17.0.2-linux_x64.tar.gz | ||
package.runtime=${CONFIG}/zulu18.30.11-ca-jdk18.0.1-linux_x64.tar.gz | ||
# Path to 48x48 png icon as required by xdg specification. Defaults to Apache NetBeans logo. | ||
package.deb.icon= | ||
# Path to SVG icon. Will only be used if package.deb.icon also set. Defaults to Apache NetBeans logo. | ||
package.deb.svg-icon= | ||
# Optional name for .desktop file (without suffix). Defaults to sanitized package name. | ||
package.deb.desktop-filename=apache-netbeans-ide-13 | ||
package.deb.desktop-filename=apache-netbeans-ide-14 | ||
# StartupWMClass to set in .desktop file. Should match the WMClass of the main application window. | ||
package.deb.wmclass=Apache NetBeans IDE 13 | ||
package.deb.wmclass=Apache NetBeans IDE 14 | ||
# Application category (or categories) to use in the .desktop file. | ||
package.deb.category=Development;Java;IDE; | ||
# Maintainer information as name and email. Mandated in Debian Control file. | ||
package.deb.maintainer=Codelerity Ltd. <[email protected]> | ||
# Description of package for Debian Control file. Defaults to information from package name and version. | ||
package.deb.description=Package of ${package.name} ${package.version}. | ||
|
||
# Optional path to custom Debian Control file template. | ||
package.deb.control-template= | ||
# Optional path to custom .desktop file template. | ||
package.deb.desktop-template= | ||
# Optional path to custom launcher script template. | ||
package.deb.launcher-template= |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
975417f06145d3af06cb9b83fee2032f80fdae80766b1397157527c125bf00c1 zulu18.30.11-ca-jdk18.0.1-linux_x64.tar.gz |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Application name (required). | ||
package.name=Apache NetBeans | ||
# Application version (defaults 1.0). | ||
package.version=14 | ||
# Packaging type. | ||
package.type=macos-pkg | ||
# Path to Java runtime to include in the package (default none). | ||
package.runtime=${CONFIG}/zulu18.30.11-ca-jdk18.0.1-macosx_x64.tar.gz | ||
# Value for CFBundleIdentifier. | ||
package.macos.bundleid=com.codelerity.netbeans | ||
# Path to icon file (*.icns). Defaults to Apache NetBeans logo. | ||
package.macos.icon= | ||
# Optional path to Info.plist template. | ||
package.macos.info-template= | ||
# Optional path to launcher (main.swift) template. | ||
package.macos.launcher-template= | ||
# Optional path to codesign entitlements template. | ||
package.macos.entitlements-template= | ||
# Search pattern for native binaries that need to be code signed. | ||
package.macos.codesign-files={*.dylib,*.jnilib,**/nativeexecution/MacOSX-*/*,Contents/Home/bin/*,Contents/Home/lib/jspawnhelper} | ||
# Search pattern for JARs that bundle native binaries that need to be code signed. | ||
package.macos.codesign-jars={jna-5*.jar,junixsocket-native-common-*.jar,launcher-common-*.jar,jansi-*.jar,nbi-engine.jar} | ||
# Code signing identity as passed to Codesign. | ||
package.macos.codesign-id= | ||
# Installer signing identity as passed to Pkgbuild. | ||
package.macos.pkgbuild-id= |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.