When I try to build this the source package does not pass the md5sum check.
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 .. 54 55 56 57 58 59 60 61 62 63 64 .. 73 Next › Last »
gumper commented on 2013-05-04 19:27 (UTC)
fukawi2 commented on 2013-05-02 22:52 (UTC)
Updated PKGBUILD with corrected logic for building the GUI (or not)
daniel_shub commented on 2013-05-02 13:46 (UTC)
@k0Do You need to check GUI_ENFORCE when you are checking for KDE and Gnome, just like you do when they are not found. Alternatively, you could just wrap all the checks in a
if [[ ${GUI_ENFORCE} == 1 ]] ; then
If you just unset _type, you end up with a bunch of unneeded dependencies. Further, I think python2-gnomekeyring and python2-keyring are only needed if you have a gui, so should only be added to $depends if $_type is not empty.
k0Do commented on 2013-05-02 13:05 (UTC)
@danial_shub I did the GUI_ENFORCE patch cause it won't work else for Xfce, Enlightenment etc. If you unset _type and set GUI_ENFORCE=0, there shouldn't be a GUI at all. Alternatively, you could remove the package checks completely.
daniel_shub commented on 2013-05-02 10:00 (UTC)
@orschiro While the source code is split into common, KDE, and Gnome branches I don't think it makes much sense to split the package. I think just making the PKGBUILD respect the GUI_ENFORCE option would be enough.
orschiro commented on 2013-05-02 09:30 (UTC)
@daniel_shub
I assume you are right that the keyring is only needed for the GUI/Gnome version. Maybe it does make sense to split the package into a GUI and non-GUI version?
daniel_shub commented on 2013-05-02 09:27 (UTC)
It seems if you set GUI_ENFORCE=0, but have KDE/Gnome installed that you will still get the gui. Further, if GUI_ENFORCE=0 and you don't have KDE/Gnome installed, I am not sure that either python2-gnomekeyring or python2-keyring are dependencies. Can someone confirm this?
fukawi2 commented on 2013-04-25 22:48 (UTC)
@fawn See previous comments about md5sums changing.
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.