Package Details: spring-tool-suite 4.22.0-1

Git Clone URL: https://aur.archlinux.org/spring-tool-suite.git (read-only, click to copy)
Package Base: spring-tool-suite
Description: The Spring Tool Suite (STS) from SpringSource.
Upstream URL: https://spring.io/tools
Keywords: eclipse ide java spring sts
Licenses: EPL/1.1
Conflicts: springsource-tool-suite
Submitter: jcpst
Maintainer: Musikolo
Last Packager: Musikolo
Votes: 27
Popularity: 0.68
First Submitted: 2015-09-18 17:43 (UTC)
Last Updated: 2024-03-13 22:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

4javier commented on 2019-01-14 14:22 (UTC)

It doesn't work because you forgot the 4 at the end

"StartupWMClass=Spring Tool Suite 4"

Anyway, I don't think that's a correction so critical to deserve a new release on its own. Many people (not me) would be pissed off to re-download and rebuild an heavy pkg like this just for this issue. Keep it for the next source update. Thanks for your attention. :)

Musikolo commented on 2019-01-13 18:27 (UTC)

@4javier, I just update the .desktop file.

Please, try it out and let me know if anything else needs to be changed.

Thank you!

4javier commented on 2019-01-13 14:36 (UTC)

Please add this line to the .desktop file StartupWMClass=Spring Tool Suite 4 otherwise gnome will not show STS icon into the dash.

Musikolo commented on 2019-01-13 05:41 (UTC)

@Stramaz, you don't need to install your plugins under /opt. The best way to get plugins installed is by using the "Help --> Install New Software..." and "Help --> Eclipse Marketplace..." options. These install your plugins in your workspace directory under the .metadata (hidden) directory.

I hope it helps!

stramaz commented on 2019-01-11 10:25 (UTC)

Hello, maybe e stupid question, anyway... isn't it possible to install updates on the same folder (ie: /opt/sts-4.x.RELEASE)? Otherwise I need to reinstall all plugins on every update of STS... I see also that the previous version folder has been emptied, so useless (if I'd want to run the older one). I'm missing something? Thanks

Musikolo commented on 2018-12-30 04:29 (UTC)

Updated to version 4.1.0.

Enjoy!

alexz commented on 2018-12-27 18:26 (UTC) (edited on 2018-12-27 18:27 (UTC) by alexz)

Update to version 4.1.0:

diff --git PKGBUILD PKGBUILD
index 4587d47..3ac0c48 100644
--- PKGBUILD
+++ PKGBUILD
@@ -5,10 +5,10 @@
 # Original maintainer: Marcin

pkgname=spring-tool-suite -pkgver=4.0.2 +pkgver=4.1.0 _pkgver_release=$pkgver.RELEASE -_eclipse_pkgver=e4.9.0 -_eclipse_pkgver_short=e4.9 +_eclipse_pkgver=e4.10.0 +_eclipse_pkgver_short=e4.10 pkgrel=1 pkgdesc="The Spring Tool Suite (STS) from SpringSource" arch=('x86_64') @@ -22,7 +22,7 @@ source_x86_64=( "http://download.springsource.com/release/STS4/${_pkgver_release}/dist/${_eclipse_pkgver_short}/${pkgname}-4-${_pkgver_release}-${_eclipse_pkgver}-linux.gtk.x86_64.tar.gz" "${pkgname}.desktop" ) -sha256sums_x86_64=('e0d6cebad273e353ed714bfcc1a552dbd86ac5994c6b0cd5ad60c2869755d478' +sha256sums_x86_64=('7265f23672b51a8883aae30ffb0c56e5059352fb97b42ac4cd6113c5d1871cb4' 'a8f45ab4a86b7ad01b9050be2ebaa44d4be437371ffab2d136c960149aa0b7fd')

package() {

more: https://github.com/azbarcea/archlinux-spring-tool-suite/commit/06f007c6642c30dbfbd50324e968b0640dbde96d

add .gitignore

diff --git .gitignore .gitignore
new file mode 100644
index 0000000..5a3bcde
--- /dev/null
+++ .gitignore
@@ -0,0 +1,5 @@
+.tar.gz
+.tar.xz
+/pkg
+/src
+

more: https://github.com/azbarcea/archlinux-spring-tool-suite/commit/30147cc0018b06783c5ca33a2cfbb9ef4c3b047f

Musikolo commented on 2018-12-09 03:06 (UTC)

Updated to version 4.0.2.

Enjoy!

Musikolo commented on 2018-11-06 03:12 (UTC)

Updated to version 4.0.1.

Enjoy!

Musikolo commented on 2018-09-29 04:00 (UTC)

Updated to version 4.0.0. Note that i686 platform is no longer supported.

Enjoy!