Package Details: meteor 1.10.2-1

Git Clone URL: https://aur.archlinux.org/meteor.git (read-only, click to copy)
Package Base: meteor
Description: Full-stack JavaScript platform for developing modern web and mobile applications
Upstream URL: https://www.meteor.com
Keywords: javascript meteor
Licenses: MIT
Submitter: flacks
Maintainer: PolarianDev
Last Packager: 6etacat
Votes: 19
Popularity: 0.000000
First Submitted: 2018-06-16 21:47 (UTC)
Last Updated: 2020-05-17 01:38 (UTC)

Pinned Comments

6etacat commented on 2020-03-15 06:18 (UTC)

The official link for 32 bit i686 does not work, thus removing i686 support.

Latest Comments

1 2 3 4 Next › Last »

PolarianDev commented on 2023-04-17 19:49 (UTC)

I am taking this package, as the maintainer has not updated it in 3 years.

If anyone else wanted it please let me know :)

PolarianDev commented on 2023-04-17 19:48 (UTC)

@Zepman that method would use default permissions, using install(1) is better.

6etacat commented on 2020-03-15 06:18 (UTC)

The official link for 32 bit i686 does not work, thus removing i686 support.

Zepman commented on 2019-07-11 06:39 (UTC) (edited on 2019-07-11 06:41 (UTC) by Zepman)

Error during package build:

mkdir: cannot create directory '(...)/.cache/pikaur/build/meteor/pkg/meteor/usr/share': No such file or directory

To fix this error, edit the package() {} section in PKGBUILD. Change this line:

mkdir "$pkgdir"/usr/share

To:

mkdir -p "$pkgdir"/usr/share

The build process will now succeed.

flacks commented on 2019-07-10 23:09 (UTC)

Zepman, fixed in 1.8.1-2.

Zepman commented on 2019-07-10 11:13 (UTC) (edited on 2019-07-11 06:41 (UTC) by Zepman)

Simply running 'meteor' after installation will end with "/usr/bin/meteor: Permission denied". This is because /usr/bin/meteor does not have executable permission, which should normally be enabled for every file in this directory.

Fix this by running (as root or with sudo):

chmod +x /usr/bin/meteor

fbrennan commented on 2019-04-05 07:02 (UTC)

Sorry, I've failed at writing a standards-compliant package for this tool. It also seems like this tool is falling out of favor since its release in 2012. I've therefore orphaned the package and invite anyone who is better at writing PKGBUILDs for difficult packages to take over.

fbrennan commented on 2019-01-17 08:21 (UTC)

Hello friend. I think the PKGBUILD actually needs to be totally rewritten unfortunately per advice of @cluxter. I'm currently working on that , but if you have a better PKGBUILD I will add you as co-maintainer :)

boosterdev commented on 2017-05-29 08:53 (UTC) (edited on 2017-05-29 11:54 (UTC) by boosterdev)

can you update it? I did flag it at 1.4.4.2, now we at 1.4.4.3 http://boosterdev.ddns.net/git/boosterdev/autobuild-packages/src/master/meteor-js

cluxter commented on 2017-04-21 19:57 (UTC) (edited on 2017-04-21 20:09 (UTC) by cluxter)

@flacks: Sorry but this package is poorly written. Reading the official script carefully would have let you understand how to install this software as it should be. Right now the PKGBUILD is not only bugged but clearly wrong about the installation process that it should follow. I would prefer to be the maintainer if you agree.