Package Details: anytype-bin 0.42.8-1

Git Clone URL: https://aur.archlinux.org/anytype-bin.git (read-only, click to copy)
Package Base: anytype-bin
Description: Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users.
Upstream URL: https://anytype.io/
Keywords: organization privacy zettelkasten
Licenses: custom
Conflicts: anytype, anytype-legacy
Provides: anytype
Submitter: elementh
Maintainer: elementh
Last Packager: elementh
Votes: 20
Popularity: 0.66
First Submitted: 2021-07-24 07:53 (UTC)
Last Updated: 2024-09-08 15:55 (UTC)

Dependencies (2)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

Jubran commented on 2023-09-27 16:37 (UTC)

I had to SKIP integrity checks because the checksum test keep failing, even from @EojjN comment.

EojjN commented on 2023-09-27 09:56 (UTC) (edited on 2023-09-27 09:57 (UTC) by EojjN)

Here, I swapped 0.35.0 to 0.35.2 (latest version)


pkgname=anytype-bin
pkgver=0.35.2
pkgrel=1
pkgdesc="Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to users."
arch=('x86_64')
url="https://anytype.io/"
license=('custom')
depends=('fuse')
options=(!strip)
optdepends=('org.freedesktop.secrets: for not having to sign in each time')
provides=('anytype')
conflicts=('anytype'
           'anytype-legacy')
_appimage="Anytype-${pkgver}.AppImage"
source=(
    "Anytype-${pkgver}.AppImage::https://anytype-release.fra1.cdn.digitaloceanspaces.com/Anytype-${pkgver}.AppImage"
    "anytype.desktop"
    "anytype.png"
    )
noextract=("${_appimage}")
sha256sums=('d23b46078bee1b52f223a9ab5cf25f45f513f31902b4bfe30e35536882243c84'
            '1bda1398291bed84ebee1d2c3e94b4c367925a8e2c0bd371aba8d6604e54281f'
            '48ee23a45c29cf081ccf5188c045150b7410007cd21743ce8592974ab18120c0')

package() {
    install -Dm755 $_appimage "$pkgdir"/usr/bin/anytype
    chmod +x "${pkgdir}/usr/bin/anytype"

    install -Dm644 "anytype.desktop"                    "${pkgdir}/usr/share/applications/anytype.desktop"
    install -Dm644 "anytype.png"                        "${pkgdir}/usr/share/icons/hicolor/128x128/apps/anytype.png"
}

quio commented on 2023-09-22 16:08 (UTC) (edited on 2023-09-22 16:09 (UTC) by quio)

Hello

Could you change the exec inside the .desktop file from Exec=anytype to Exec=env DESKTOPINTEGRATION=0 APPIMAGELAUNCHER_DISABLE=1 anytype to disable the recuring promt to integrate the appimage with the system? I've taken the command from here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=joplin-appimage.

Thank you.

bannert commented on 2023-09-21 11:21 (UTC)

Updates are delayed by dates. The in-built updater doesn't work and after restart it remains on the same version.

TheSilentDrifter commented on 2023-08-17 17:20 (UTC) (edited on 2023-08-17 17:22 (UTC) by TheSilentDrifter)

This package is out-of-date. Version 0.34.3 was released on August 15, 2023. I am happy to help maintain this, if you need some help.

Atea commented on 2023-07-15 19:12 (UTC) (edited on 2023-07-15 19:17 (UTC) by Atea)

Package the latest anytype_0.33.0_amd64.deb related PKGBUILD settings.

pkgname=anytype
pkgver=0.33.0
pkgrel=1
pkgdesc="Warnnig! Please use [anytype-bin]. || Operating environment for the new internet. Anytype is a next generation software that breaks down barriers between applications, gives back privacy and data ownership to 
users."
arch=('x86_64')
url="https://anytype.io/"
license=('custom')
depends=('fuse' 'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-core' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3')
options=(!strip)
provides=('anytype')
conflicts=('anytype')
source=(
    "https://anytype-release.fra1.cdn.digitaloceanspaces.com/anytype_${pkgver}_amd64.deb"
    "anytype.png"
    )

sha256sums=('4acaba46b0b1bcd1e5eba2b2ee0176e57cab1f21590a4c485f6095816d0dbe4e'
         '48ee23a45c29cf081ccf5188c045150b7410007cd21743ce8592974ab18120c0')

package() {
    echo -e "srcdir = ${srcdir} 和 pkgdir = ${pkgdir}"
    ar x anytype_${pkgver}_amd64.deb data.tar.xz
    cd ${srcdir} && pwd
    tar -xvf data.tar.xz -C "${pkgdir}"
    install -Dm644 "anytype.png" "${pkgdir}/usr/share/icons/hicolor/128x128/apps/anytype.png"
}

elementh commented on 2023-06-15 16:10 (UTC)

IMPORTANT: MIGRATION

If you are coming from the > 0.3.2 BETA please read the instructions:

  1. Install anytype-legacy
  2. Follow the instructions HERE: https://community.anytype.io/t/anytype-legacy-to-beta-migration-trail-guide/9274 UP to the point 2., BUT NOT 3.
  3. Now install anytype-bin (this package) and now you can follow point 3. and login with the recovery phrase.

Thanks.

elementh commented on 2022-09-25 13:38 (UTC)

Hey @Alireza !

I'll think about it and how to do it correctly because I assume your errors are because of appimagelauncher since I've never got any error or log similar to yours.

Basically I don't want to add dependencies that are not basic and necessary, so I'll investigate the issue properly before taking action.

Thank you!!

Alireza commented on 2022-09-21 06:46 (UTC) (edited on 2022-09-21 06:47 (UTC) by Alireza)

Hi guys

Can you change application directory to $HOME/applications and add appimagelauncher as dependencies

This help Anytype (and also other AppImages) integrate better in linux system.

Each time I run Anytype (this package) I will face this message:

/usr/bin/anytype has not been integrated into your system.
Integrating it will move the AppImage into a predefined location, and include it in your application launcher.
To remove or update the AppImage, please use the context menu of the application icon in your task bar or launcher.
The directory the integrated AppImages are stored in is currently set to:
$HOME/Applications

Buttons: "Run Once" | "Integrate and Run"

After click on "Integrate and Run":

Failed to move AppImage to target location.
Try to copy AppImage instead?

Buttons: "cancel" | "Okay"

I assume that my recommendation will solve the problem

Thank in advace