@Corubba:
midori-git [AUR] also needs python 2 (for waf) and has the following in the PKGBUILD:
$ msg2 "Python2 fix..."
$ sed -i '0,/on/s//on2/' waf wscript
maybe fukawi2 can add something like that?
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 .. 57 58 59 60 61 62 63 64 65 66 67 .. 73 Next › Last »
coderkun commented on 2013-04-06 08:22 (UTC)
kar commented on 2013-04-05 15:54 (UTC)
Ok, thank you.
After I installed "python2-keyring" I can start "backintime-kde4" (as root with kdesu), but if I try to change some settings, there comes a message:
*******************************************
Can't connect to KWallet to save password. On Debian you need to install "apt-get install python-keyring-kwallet".
*******************************************
The terminal output is (as normal user, there are no wrong outputs as root with kdesu):
http://pastebin.com/nzVXRphM
Corubba commented on 2013-04-05 15:26 (UTC)
backintime is using `python` to run, which is a symlink to python3 in arch, but seems to need python2. We need a patch to replace the python calls in the /usr/bin scripts.
The missing keyring module is in the aur/python2-keyring package. This need to be a dep.
kar commented on 2013-04-05 14:41 (UTC)
Ok, with "SKIP" I could install this version of BackInTime, but I can't start it and I don't know why?!
My desktop is KDE Plasma 4.10.2
Here is the terminal output:
http://pastebin.com/AAELeSZn
What's going wrong? Can anybody help?
Thank you.
PS.:
The package "backintime-kde4" (from AUR) works fine, but I would like try the new BackInTime version.
cookiewhispers commented on 2013-04-05 12:34 (UTC)
@fukawi2:
Since pacman 4.1.0 you can now use SKIP in checksums. That should solve the problem of launchpad generating different tarballs.
See Changelog:
https://projects.archlinux.org/pacman.git/tree/NEWS
fukawi2 commented on 2013-04-04 23:33 (UTC)
Did you delete your download each time?
makepkg -g && rm -f backintime-1.0.22.tar.gz
<deleted-account> commented on 2013-04-04 07:59 (UTC)
Running "makepkg-g" always gives me this value:
md5sums = ('3671e8123fe69dc7d13f81ed9d768b14')
I put it in PKGBUILD and all ok
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.