Right -- it hasn't been packaged and released on the main website, so since this isn't a -bzr package, it can't be updated until that happens.
Search Criteria
Package Details: backintime 1.5.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/backintime.git (read-only, click to copy) |
---|---|
Package Base: | backintime |
Description: | Simple backup system inspired from the Flyback Project and TimeVault. Qt5 GUI version. |
Upstream URL: | https://github.com/bit-team/backintime |
Licenses: | GPL |
Submitter: | None |
Maintainer: | graysky |
Last Packager: | graysky |
Votes: | 296 |
Popularity: | 0.47 |
First Submitted: | 2009-01-09 20:46 (UTC) |
Last Updated: | 2024-08-07 19:55 (UTC) |
Dependencies (11)
- backintime-cliAUR (backintime-cli-gitAUR)
- libnotify (libnotify-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python-dbus
- python-pyqt6
- sshfs
- xorg-xdpyinfo
- python (python37AUR, python311AUR, python310AUR) (make)
- kompare (kompare-gitAUR) (optional) – diff/patch frontend
- meld (meld-gitAUR) (optional) – diff/patch frontend
- qt6-translations (optional) – translate BIT dialogs into native language
Required by (1)
- backintime-cli (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 .. 65 66 67 68 69 70 71 72 73 Next › Last »
fukawi2 commented on 2010-10-27 22:07 (UTC)
mr_hangman commented on 2010-10-27 21:59 (UTC)
The developer has released 1.0.4 on launchpad. https://code.launchpad.net/backintime
With a critical bug fixed, I thought it should be updated here. Sorry if I misunderstood it.
fukawi2 commented on 2010-10-27 21:43 (UTC)
Again, why is this marked out of date?? There is NO NEW VERSION on the developers website. Please do NOT mark out of date if it isn't.
fukawi2 commented on 2010-10-24 22:45 (UTC)
Fixed a bash syntax error that would have broken Gnome and *box installations. Please rebuild using the new PKGBUILD if you DO NOT use KDE.
fukawi2 commented on 2010-10-20 21:58 (UTC)
Why is this out of date? There's no new release on the developers website?
PKGBUILD updated to patch the /usr/bin/ scripts to use python2
domanov commented on 2010-10-20 14:51 (UTC)
Turns out, python2 needs to be called as interpreter in the bash scripts. The workaround is to simply change:
from:
python ${APP_PATH}/app.py "$@"
to:
python2 ${APP_PATH}/app.py "$@"
in /usr/bin/backintime, -gnome and -kde4. Works flawlessy :)
Of course python2 has to be installed, but I think it is the default for arch. PKGBUILD (dependencies and so on) needs to be changed.
graysky commented on 2010-10-19 20:20 (UTC)
Yep, same here
$ backintime-gnome
File "/usr/share/backintime/gnome/app.py", line 308
if self.snapshots.has_old_snapshots():
^
TabError: inconsistent use of tabs and spaces in indentation
domanov commented on 2010-10-19 11:43 (UTC)
After rebuild:
$ backintime-gnome
File "/usr/share/backintime/gnome/app.py", line 308
if self.snapshots.has_old_snapshots():
^
TabError: inconsistent use of tabs and spaces in indentation
<deleted-account> commented on 2010-10-19 09:26 (UTC)
[lorenzo@nemesis ~]$ backintime
File "/usr/share/backintime/common/backintime.py", line 47
print ''
^
SyntaxError: invalid syntax
Guess python3 related...
Pinned Comments
graysky commented on 2023-10-07 12:15 (UTC)
Using an AUR helper such as yay to build packages including backintime is HIGHLY discouraged. The recommended build method is to use a clean chroot. See: https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
I wrote a script that automates much of that called clean-chroot-manager offered here in the AUR.
Please stop posting build failures because you insist on building with yay or other AUR helpers.