Package Details: invoiceninja-desktop 5.0.171-1

Git Clone URL: https://aur.archlinux.org/invoiceninja-desktop.git (read-only, click to copy)
Package Base: invoiceninja-desktop
Description: Desktop client for Invoice Ninja
Upstream URL: https://invoiceninja.com/
Keywords: accounting business invoice
Licenses: custom
Submitter: mattydebie
Maintainer: Bitals
Last Packager: Bitals
Votes: 2
Popularity: 0.013357
First Submitted: 2021-11-02 08:05 (UTC)
Last Updated: 2024-10-01 09:09 (UTC)

Latest Comments

« First ‹ Previous 1 2

pintert3 commented on 2023-05-03 11:39 (UTC)

Any trouble updating this?

pintert3 commented on 2023-05-03 11:24 (UTC)

@geedorah You need to add your user to flutterusers. And because it usually only reflects that after login, you'll need to log out and log back in.

pintert3 commented on 2023-05-03 09:33 (UTC)

Any chance someone's building a bin version?

geedorah commented on 2023-02-23 02:35 (UTC)

Flutter is trying to take root for some reason, fails to build. Anyone familiar with Flutter know what's happening here?

yay -S invoiceninja-desktop
:: Checking for conflicts...
:: Checking for inner conflicts...
[Aur:1]  invoiceninja-desktop-5.0.100-1

  1 invoiceninja-desktop             (Build Files Exist)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: PKGBUILD up to date, Skipping (1/0): invoiceninja-desktop
  1 invoiceninja-desktop             (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==>
:: (1/1) Parsing SRCINFO: invoiceninja-desktop
==> Making package: invoiceninja-desktop 5.0.100-1 (Wed 22 Feb 2023 06:33:04 PM)
==> Retrieving sources...
  -> Found v5.0.100.tar.gz
  -> Found invoiceninja-desktop.desktop
==> Validating source files with sha256sums...
    v5.0.100.tar.gz ... Passed
    invoiceninja-desktop.desktop ... Passed
==> Making package: invoiceninja-desktop 5.0.100-1 (Wed 22 Feb 2023 06:33:05 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found v5.0.100.tar.gz
  -> Found invoiceninja-desktop.desktop
==> Validating source files with sha256sums...
    v5.0.100.tar.gz ... Passed
    invoiceninja-desktop.desktop ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting v5.0.100.tar.gz with bsdtar
==> Sources are ready.
==> Making package: invoiceninja-desktop 5.0.100-1 (Wed 22 Feb 2023 06:33:08 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Removing existing $pkgdir/ directory...
==> Entering fakeroot environment...
==> Starting package()...
   Woah! You appear to be trying to run flutter as root.
   We strongly recommend running the flutter tool without superuser privileges.
  /
📎
Flutter failed to create a directory at "/opt/flutter/bin/cache/downloads".
Please ensure that the SDK and/or project is installed in a location that has read/write
permissions for the current user.


==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: invoiceninja-desktop

xeruf commented on 2022-11-21 23:49 (UTC)

It is in make_depends, that should be sufficient?

Amolith commented on 2022-11-21 19:23 (UTC)

@xeruf might be good to add flutter as a dependency if it's now required for building the package

xeruf commented on 2022-11-17 18:07 (UTC) (edited on 2022-11-17 18:07 (UTC) by xeruf)

This package has to be reworked as the official distribution is solely via snap right now: https://invoiceninja.com/apps/

To build from source: https://github.com/invoiceninja/admin-portal/issues/510

AlphaJack commented on 2022-01-16 16:03 (UTC)

@ak2021 in this way the package will break again, he should instead use "SKIP" if we cannot anchor to a specific version

ak2021 commented on 2021-12-21 16:08 (UTC) (edited on 2021-12-21 16:10 (UTC) by ak2021)

just edit the PKGBUILD and replace c76660c5aa9fcfa3c4f329798656f91e14467214207b02f65e5439ecb722d652 with 829653c55901449079353e8cf21c9ecab8ac8e567dff7906e937af81860c6b13

  GNU nano 5.9                                                 PKGBUILD                                                            

Maintainer: Matthias De Bie mattydebie@gmail.com

pkgname="invoiceninja-desktop" pkgdesc="Desktop version for Invoice Ninja" pkgver="5.0.60" pkgrel=1 url="https://www.invoiceninja.com/desktop/" source=("https://download.invoiceninja.com/linux" "invoiceninja-desktop.desktop") arch=('i686' 'x86_64') license=('unknown') sha256sums=('829653c55901449079353e8cf21c9ecab8ac8e567dff7906e937af81860c6b13' 'b22d248305fd80fa230a27bd1674f8c817332c2910079c6e7c>

package() { mkdir -p ${pkgdir}/opt/${pkgname} cp -r bundle/data ${pkgdir}/opt/${pkgname} cp -r bundle/lib ${pkgdir}/opt/${pkgname} install -m 755 bundle/Invoice_Ninja ${pkgdir}/opt/${pkgname}/

mkdir -p ${pkgdir}/usr/share/applications install -m 655 invoiceninja-desktop.desktop ${pkgdir}/usr/share/applications/ }

lordasshat commented on 2021-12-02 15:29 (UTC)

Validating source files with sha256sums... linux ... FAILED