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: GPL3
Submitter: tomsik68
Maintainer: tomsik68
Last Packager: tomsik68
Votes: 29
Popularity: 0.000000
First Submitted: 2015-09-20 20:16 (UTC)
Last Updated: 2019-04-15 22:45 (UTC)

Dependencies (4)

Required by (0)

Sources (2)

Latest Comments

tomsik68 commented on 2019-04-15 22:46 (UTC)

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 (UTC) (edited on 2018-11-19 14:50 (UTC) by GuiZGrim)

I think the folder is missing in the archive. So you need to modify the build :


build() {
  cd $srcdir
  mkdir -p Aptana_Studio_3
  bsdtar -xf *.zip -C Aptana_Studio_3
  mkdir -p $srcdir/usr/bin/
  echo 'exec /usr/lib/aptana/AptanaStudio3' > $srcdir/usr/bin/aptana-studio
}

Worked for me

alexbrinister commented on 2018-11-16 03:39 (UTC)

I get the following error when building the latest package:

==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found aptana-studio.desktop
  -> Found aptana.studio-linux.gtk.x86_64.zip
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting aptana.studio-linux.gtk.x86_64.zip with bsdtar
==> Starting build()...
==> Entering fakeroot environment...
==> Starting package()...
mv: cannot stat 'Aptana_Studio_3': No such file or directory
==> ERROR: A failure occurred in package().
    Aborting...
==> ERROR: Build failed, check /var/lib/aurbuild/x86_64/alexbrinister/build

I believe the AptanaStudio3 executable changed name from Aptana_Studio_3 to AptanaStudio3 (no underscores).

tomsik68 commented on 2018-04-03 21:11 (UTC)

@raven700 Thanks for notifying me! I've updated the URLs, hashes and incremented PKGREL.

raven700 commented on 2018-04-03 21:00 (UTC) (edited on 2018-04-03 21:00 (UTC) by raven700)

@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 (UTC)

@The_Loko good point, I added them as optional dependencies

The_Loko commented on 2016-02-11 09:46 (UTC) (edited on 2016-02-11 09:51 (UTC) by The_Loko)

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 (UTC)

@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 (UTC)

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