Package Details: vorta 0.9.1-3

Git Clone URL: https://aur.archlinux.org/vorta.git (read-only, click to copy)
Package Base: vorta
Description: A GUI for BorgBackup
Upstream URL: https://github.com/borgbase/vorta
Keywords: backup borg
Licenses: GPL
Submitter: bjo
Maintainer: Paragoumba
Last Packager: Paragoumba
Votes: 78
Popularity: 3.87
First Submitted: 2018-11-19 21:33 (UTC)
Last Updated: 2024-03-18 09:25 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 14 Next › Last »

gattino commented on 2024-01-12 13:04 (UTC) (edited on 2024-01-12 13:13 (UTC) by gattino)

Good morning
I updated the package using Yay

It updated all 4 dependencies correctly but it was unable to update the Vorta package from vorta 0.8.12-3 to 0.9.1-1
It blocks at the start of the Build () by restoring this error:

Avvio di build() in corso...
for f in $(ls src/vorta/i18n/ts/vorta.*.ts); do lrelease $f -qm src/vorta/i18n/qm/$(basename $f .ts).qm; done
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
/bin/sh: riga 1: lrelease: comando non trovato
make: *** [Makefile:57: translations-to-qm] Error 127
==> ERRORE: Si è verificato un errore in build().
L'operazione sta per essere interrotta...
-> errore durante la creazione: vorta-exit status 4
-> Installazione dei seguenti pacchetti non riuscita. È richiesto l'intervento manuale:
vorta - exit status 4

anybody can help me?

seija commented on 2024-01-12 01:45 (UTC)

I'm also seeing this in KDE so it does seem like it could be upstream

MartinX3 commented on 2024-01-11 09:56 (UTC) (edited on 2024-01-11 18:02 (UTC) by MartinX3)

I don't know if it's the same upstream issue as https://github.com/borgbase/vorta/issues/1886
But I don't have any icons with XFCE.

I also created my own upstream issue ticket:
https://github.com/borgbase/vorta/issues/1888

bjo commented on 2024-01-10 22:03 (UTC)

Thanks @gilbus for the patch. Maybe somebody may adopt the PKGBUILD as I don't use vorta myself.

gilbus commented on 2024-01-10 17:06 (UTC)

Regarding the missing lrelease, to use the one from qt6-tools the following patch is working

diff --git a/PKGBUILD b/PKGBUILD
index 1392391..433491d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ sha256sums=('0f627c2464bf1631711151464fe1ea59781f0c91a76cf5a081a5797a897f2929')

 build() {
   cd "$pkgname-$pkgver"
-  make translations-to-qm
+  PATH=/usr/lib/qt6/bin:$PATH make translations-to-qm
   python -m build --no-isolation --wheel --skip-dependency-check
 }
 package() {

max.bra commented on 2024-01-10 16:29 (UTC)

hi bjo and thanks for your work. in 0.9.1 (as a make depends) i think is missing a source for /usr/bin/lrelease

bjo commented on 2023-11-23 13:21 (UTC)

Oops, fixed.

spsf64 commented on 2023-11-23 13:04 (UTC)

Please fix pkgbuild line 3 (remove "v"). Thanks for maintaing this great program!

bjo commented on 2023-11-23 11:00 (UTC) (edited on 2023-11-23 11:00 (UTC) by bjo)

@xiota: Interesting observation, updated. Thanks!