warning: cannot resolve "ttf", a dependency of "backintime"
It works when I remove "ttf" as a dependency.
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.48 |
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 .. 26 27 28 29 30 31 32 33 34 35 36 .. 73 Next › Last »
adrianx commented on 2015-01-17 15:00 (UTC)
willemw commented on 2015-01-17 12:57 (UTC)
The 'depends' and 'conflicts' lists are lists of "provide" names, not package names. Each package implicitly provides 'pkgname'.
If correctly defined in *.bzr packages:
- depends=(name of the non-devel default provide name)
- conflicts=(name of the non-devel default provide name)
then your point 2) will not occur, because the package manager will see a package conflict between, for example, 'backintime' and 'backintime-bzr'.
graysky commented on 2015-01-17 12:47 (UTC)
OK..
1) removed python from deps since python-keyring pulls it.
2) are you sure that your brz packages don't try to overwrite key files this pkg provides?
willemw commented on 2015-01-17 12:42 (UTC)
'python2-keyring' and 'python2-secretstorage' already pull in 'python2'.
All the *-bzr packages here already 'provide' and 'conflict' the non-bzr package names. A normal package should usually not know about the related devel package.
For another thread maybe:
I have now a problem with the new backintime-bzr (QT4) / backintime-cli-bzr: cannot use version numbers in 'depends' as you do, because they are *-bzr packages, so when upgrading backintime-bzr (qt4), there is no message that says to also upgrade backintime-cli-bzr, in case that is installed. Note: backintime-cli maybe be installed instead of backintime-cli-bzr. Actually, I tried 'depends=("backintime-cli-bzr=$pkgver" ...) in 'backintime-bzr' and it seems to work, but I am not sure it is allowed (in the AUR).
graysky commented on 2015-01-17 12:10 (UTC)
@wllemw - Yes, trying to see how to allow the PKGBUILD to show a set of packages has optdeps... might need to open a forum thread. Also, why is python not needed as a dep and why shouldn't I conflict with the vcs packages?
willemw commented on 2015-01-17 08:24 (UTC)
Some feedback on the PKGBUILD file itself (hope you don't mind): the dependencies in the PKGBUILD file are are not equivalent to the dependencies in the backintime README file, however maybe you are still working on that. Also, you should not have to specify 'python' and the '*-bzr' packages.
graysky commented on 2015-01-16 21:05 (UTC)
OK gang! Germar has released version 1.1.0 which a qt4 gui. I have a draft PKGBUILD that I would like you guys to test out. The conflicts/replaces and deps give me working packages on my system running xfce4 and on another system running lxde. I would like to hear some feedback before I push it to the AUR.
https://gist.github.com/graysky2/4ffb10c81801960518bf
<deleted-account> commented on 2015-01-11 21:14 (UTC)
@gatonero
That worked. Thank you very much.
gatonero commented on 2015-01-11 21:09 (UTC)
@huw
See the link to https://bbs.archlinux.org/viewtopic.php?pid=1360283#p1360283 !
1) Download the tarball
2) Extract it
3) cd into it
4) makepkg -src
5) Manually install the needed packages using pacman -U ...
for example: sudo pacman -U backintime-1.0.34-4-any.pkg.tar.xz
sudo pacman -U backintime-gtk-1.0.34-4-any.pkg.tar.xz
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.