Package Details: appflowy-bin 0.5.5-1

Git Clone URL: https://aur.archlinux.org/appflowy-bin.git (read-only, click to copy)
Package Base: appflowy-bin
Description: AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations.
Upstream URL: https://appflowy.io
Keywords: kanban notes
Licenses: AGPL
Conflicts: appflowy
Provides: appflowy
Submitter: malacology
Maintainer: LvanL (tee)
Last Packager: tee
Votes: 13
Popularity: 0.056955
First Submitted: 2021-12-07 05:23 (UTC)
Last Updated: 2024-04-25 10:10 (UTC)

Latest Comments

« First ‹ Previous 1 2

Moilleadoir commented on 2023-06-23 08:19 (UTC)

==> Validating source files with b2sums...
    appflowy-bin-0.2.3.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: /home/sean/.cache/yay/appflowy-bin 
     context: exit status 1 

LvanL commented on 2023-05-08 17:40 (UTC)

@ZorinArch Thank you!

ZorinArch commented on 2023-05-05 03:26 (UTC)

replace line 25 with this:

sed -i "5 s|Exec=\[CHANGE_THIS\]/AppFlowy/AppFlowy|Exec=/usr/share/appflowy/AppFlowy|" "$pkgdir/usr/share/applications/$_pkgname.desktop"

because path to Exec in desktop file is not correct.

tee commented on 2022-09-08 15:10 (UTC)

appflowy: error while loading shared libraries: libkeybinder-3.0.so.0: cannot open shared object file: No such file or directory

This depends on extra/libkeybinder3 now.

BGameiro commented on 2022-01-04 15:02 (UTC) (edited on 2022-01-04 15:02 (UTC) by BGameiro)

Made some changes in case anyone wants to pick up the package:

pkgname=appflowy-bin
_pkgname=appflowy
_pkg=AppFlowy
pkgver=0.0.2
pkgrel=2
pkgdesc="an open-source alternative to Notion"
arch=("x86_64")
url="https://www.appflowy.io/"
license=("AGPL")
provides=("appflowy")
conflicts=("appflowy" "appflowy-git")
source_x86_64=("$pkgname-$pkgver.tar.gz::https://github.com/AppFlowy-IO/appflowy/releases/download/0.0.2/AppFlowy-linux-x86.tar.gz")
sha256sums_x86_64=("b0dbe669bb9f34a65171adecaf61b02578bab5214d18a54009f0e4ec10665711")
#source_aarch64 = ("$pkgname-$pkgver.zip::https://github.com/AppFlowy-IO/appflowy/releases/download/0.0.2/AppFlowy-Linux-arm64.zip")
#sha256sums_aarch64 = ("ea24fa5359a8c184b2e99d377c7d7600130bbd63672b88507e2e721726bb37e4")
package(){
  cd "$srcdir/$_pkg"
  mkdir -p "${pkgdir}/usr/share/$_pkgname"
  cp -R "$srcdir/$_pkg/data" "$pkgdir/usr/share/$_pkgname/data"
  cp -R "$srcdir/$_pkg/lib" "$pkgdir/usr/share/$_pkgname/lib"
  cp "$srcdir/$_pkg/flowy_logo.svg" "$pkgdir/usr/share/$_pkgname/flowy_logo.svg"
  install -Dm 755 "$srcdir/$_pkg/app_flowy" "$pkgdir/usr/bin/$_pkgname"
}

sicalxy commented on 2021-12-13 11:38 (UTC)

Inconsistent architecture (x86_64) with source release (arm64)