Package Details: whalebird-bin 6.1.0-1

Git Clone URL: https://aur.archlinux.org/whalebird-bin.git (read-only, click to copy)
Package Base: whalebird-bin
Description: An Electron based Mastodon, Pleroma, and Misskey client
Upstream URL: https://whalebird.social/
Keywords: electron mastodon mastodon-client misskey pleroma typescript vue
Licenses: GPL-3.0-only
Conflicts: whalebird
Provides: whalebird
Submitter: ariasuni
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 20
Popularity: 0.034764
First Submitted: 2018-04-09 10:37 (UTC)
Last Updated: 2024-03-25 02:12 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-07-05 01:50 (UTC)

Please remove the bundled Electron runtime and use an electron package from Arch repo.

Kr1ss commented on 2022-03-14 18:29 (UTC)

Thank you @wandering-planet ! I hadn't noticed that the domain has been changed.

wandering-planet commented on 2022-03-13 21:04 (UTC)

If the URL Upstream is supposed to lead to the official website, it should be whalebird.social, not whalebird.org.

Kr1ss commented on 2020-01-23 10:49 (UTC)

Thanks for your response !

ariasuni commented on 2020-01-23 00:46 (UTC)

Thanks Kr1ss, I fixed that (and updated the package to 3.1.0).

I mentioned you in commit message: https://aur.archlinux.org/cgit/aur.git/commit/PKGBUILD?h=whalebird-bin&id=d4fca2c343ae

Kr1ss commented on 2020-01-09 15:20 (UTC) (edited on 2020-01-09 15:23 (UTC) by Kr1ss)

Hey @ariasuni, thx a lot for packing this software for the AUR !

The package installs some rpm-specific metadata inside /usr/lib/.build-id, which is probably not intended for an Arch package. I would therefore suggest to exclude copying the (otherwise empty) $srcdir/usr/lib folder to the $pkgdir, e.g. similar like :

diff -u old/PKGBUILD new/PKGBUILD
--- old/PKGBUILD    2020-01-09 15:58:12.290786915 +0100
+++ new/PKGBUILD    2020-01-09 16:07:14.010774578 +0100
@@ -13,7 +13,8 @@
 sha256sums=('cab4c85b9760f16bdd88d98a359538894a50e71119d0eda45c0a564072495da8')

 package() {
-  cp -R opt/ usr/ "$pkgdir"
-  mkdir "$pkgdir/usr/bin"
+  mkdir -p "$pkgdir/usr/bin"
+  cp -R opt "$pkgdir/"
+  cp -R usr/share "$pkgdir/usr/"
   ln -s /opt/Whalebird/whalebird "$pkgdir/usr/bin/whalebird"
 }

Cheers !

Tio commented on 2019-05-27 13:31 (UTC)

Works thank you!

ariasuni commented on 2019-05-27 13:04 (UTC)

It should be fixed now, thanks for reporting!

Tio commented on 2019-05-27 12:00 (UTC) (edited on 2019-05-27 12:00 (UTC) by Tio)

Error:

==> Validating source files with sha256sums...
    Whalebird-2.7.3-linux-x64.rpm ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting Whalebird-2.7.3-linux-x64.rpm with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
chmod: cannot access '/tmp/pamac-build/whalebird-bin/pkg/whalebird-bin/opt/Whalebird/chrome-sandbox': No such file or directory
==> ERROR: A failure occurred in package().

ariasuni commented on 2018-05-04 10:14 (UTC)

Sorry, I stupidly broke the PKGBUILD when changing the URL. It’s fixed now.