Search Criteria
Package Details: aptana-studio 3.7.2.201807301111-2
Git Clone URL: | https://aur.archlinux.org/aptana-studio.git (read-only, click to copy) |
---|---|
Package Base: | aptana-studio |
Description: | Aptana Studio is code base and complete eclipse-based environment that includes extensive capabilities to build Ruby and Rails, PHP, and Python applications, along with complete HTML, CSS and JavaScript editing. |
Upstream URL: | http://www.aptana.com/products/studio3/download.html |
Licenses: | |
Submitter: | tomsik68 |
Maintainer: | tomsik68 |
Last Packager: | tomsik68 |
Votes: | 29 |
Popularity: | 0.163479 |
First Submitted: | 2015-09-20 20:16 |
Last Updated: | 2019-04-15 22:45 |
Dependencies (4)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jre-openj9, jdk11-openj9-bin, java-openjdk-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk-openj9-bin, jre, jdk11-adoptopenjdk, jdk-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, zulu-embedded-jdk, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre11-jetbrains-imfix, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, java-openjdk-loom-ea-bin, jdk-arm, jdk-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- chromium (chromium-dev-ozone, chromium-beta-ozone, chromium-ozone, ungoogled-chromium-git, chromium-vaapi, ungoogled-chromium, chromium-snapshot-bin, chromium-no-extras) (optional) – internal browser support
- webkitgtk2 (webkitgtk2-bin) (optional) – internal browser support
Latest Comments
tomsik68 commented on 2019-04-15 22:46
Thanks to GuiZGrim, I have managed to fix the package. There was also another issue with the AptanaStudio3 binary which is not executable by default anymore. So I believe the latest pkgrel should fix it.
GuiZGrim commented on 2018-11-19 14:50
I think the folder is missing in the archive. So you need to modify the build :
Worked for me
alexbrinister commented on 2018-11-16 03:39
I get the following error when building the latest package:
I believe the AptanaStudio3 executable changed name from
Aptana_Studio_3
toAptanaStudio3
(no underscores).tomsik68 commented on 2018-04-03 21:11
@raven700 Thanks for notifying me! I've updated the URLs, hashes and incremented PKGREL.
raven700 commented on 2018-04-03 21:00
@tomsik68 there are new addresses for zip files: https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_64_3.6.1.zip and https://github.com/aptana/studio3/releases/download/v3.6.1/studio3.linux.gtk.x86_3.6.1.zip
Can you update PKGBUILD?
tomsik68 commented on 2016-02-11 09:55
@The_Loko good point, I added them as optional dependencies
The_Loko commented on 2016-02-11 09:46
You could add webkitgtk2 as optional dependency for internal browser support (previews won't work without this)
tomsik68 commented on 2016-02-02 11:08
@Aisberg thank you for your contribution, I added the desktop file to the package as you suggested.
Aisberg commented on 2016-01-20 20:42
Hey tomsik68, your package works, but unfortunately the '.desktop' file is missing. Can you add one to your package? Simply add following:
File: PKGBUILD
install -Dm644 aptana-studio.desktop "${pkgdir}/usr/share/applications/aptana-studio.desktop"
File: aptana-studio.desktop
[Desktop Entry]
Name=Aptana Studio 3
Comment=A web development IDE
Icon=/usr/lib/aptana/icon.xpm
Exec=aptana-studio
Terminal=false
Type=Application
Categories=Development;IDE;Web;HTML;PHP;CSS;
StartupNotify=true