Re: [arch-general] Package guidelines for apps requiring a specific Java version

2014-10-12 Thread Guillaume ALAUX
On 5 October 2014 02:09, Maxwell Anselm wrote: > > > What is the name/URL of this app? > It's the GURPS character sheet: http://gurpscharactersheet.com/ > I have a github repo for my WIP AUR package: > https://github.com/silverhammermba/gcs > > > If building on a box where multiple JVM can be inst

[arch-general] Package guidelines for apps requiring a specific Java version

2014-10-04 Thread Maxwell Anselm
> What is the name/URL of this app? It's the GURPS character sheet: http://gurpscharactersheet.com/ I have a github repo for my WIP AUR package: https://github.com/silverhammermba/gcs > If building on a box where multiple JVM can be installed: build > scripts for Java apps usually provide a "--wit

Re: [arch-general] Package guidelines for apps requiring a specific Java version

2014-10-04 Thread Guillaume ALAUX
On 2 October 2014 18:41, Maxwell Anselm wrote: > I'm working on a PKGBUILD for a Java app that must be built and run using > Java 8, but I couldn't find any guidelines on best practices for such a > situation. > > The easy part is including 'java-environment=8' and 'java-runtime=8' in > makedepend

[arch-general] Package guidelines for apps requiring a specific Java version

2014-10-02 Thread Maxwell Anselm
I'm working on a PKGBUILD for a Java app that must be built and run using Java 8, but I couldn't find any guidelines on best practices for such a situation. The easy part is including 'java-environment=8' and 'java-runtime=8' in makedepends and depends respectively, but how to ensure the right ver