New review comment by thetredev on void-packages repository https://github.com/void-linux/void-packages/pull/47880#discussion_r1435411261 Comment: Oh, the `icons` and `polkit` actually do belong to `backintime`, not `backintime-qt`.
output of tree command ``` ~/repo/github.com/thetredev/void-packages/masterdir/destdir $ tree . . ├── backintime-1.4.1 │ ├── etc │ │ └── xdg │ │ └── autostart │ │ └── backintime.desktop │ └── usr │ ├── bin │ │ ├── backintime │ │ └── backintime-askpass │ ├── lib │ ├── lib64 -> lib │ └── share │ ├── backintime │ │ ├── common │ │ │ ├── applicationinstance.py │ │ │ ├── askpass.py │ │ │ ├── backintime.py │ │ │ ├── bcolors.py │ │ │ ├── cli.py │ │ │ ├── config.py │ │ │ ├── configfile.py │ │ │ ├── create-manpage-backintime-config.py │ │ │ ├── diagnostics.py │ │ │ ├── driveinfo.py │ │ │ ├── encfstools.py │ │ │ ├── exceptions.py │ │ │ ├── guiapplicationinstance.py │ │ │ ├── languages.py │ │ │ ├── logger.py │ │ │ ├── mount.py │ │ │ ├── password.py │ │ │ ├── password_ipc.py │ │ │ ├── pluginmanager.py │ │ │ ├── progress.py │ │ │ ├── qt5_probing.py │ │ │ ├── snapshotlog.py │ │ │ ├── snapshots.py │ │ │ ├── sshMaxArg.py │ │ │ ├── sshtools.py │ │ │ └── tools.py │ │ └── plugins │ │ ├── notifyplugin.py │ │ ├── systrayiconplugin.py │ │ └── usercallbackplugin.py │ ├── bash-completion │ │ └── completions │ │ └── backintime │ ├── doc │ │ └── backintime-common │ │ ├── AUTHORS │ │ ├── CHANGES │ │ ├── LICENSE │ │ ├── README.md │ │ ├── TRANSLATIONS │ │ ├── VERSION │ │ ├── copyright │ │ └── examples │ │ ├── config-example-local.gz │ │ └── config-example-ssh.gz │ ├── icons │ │ └── hicolor │ │ ├── 16x16 │ │ │ └── actions │ │ │ └── show-hidden.svg │ │ ├── 22x22 │ │ │ └── actions │ │ │ └── show-hidden.svg │ │ ├── 24x24 │ │ │ └── actions │ │ │ └── show-hidden.svg │ │ ├── 32x32 │ │ │ └── actions │ │ │ └── show-hidden.svg │ │ ├── 48x48 │ │ │ └── actions │ │ │ └── show-hidden.svg │ │ └── scalable │ │ └── actions │ │ └── show-hidden.svg │ ├── locale │ │ ├── ar │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── bg │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── bs │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── ca │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── cs │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── da │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── el │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── eo │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── eu │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── fa │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── fi │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── fo │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── gl │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── he │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── hr │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── hu │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── id │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── is │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── ja │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── ko │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── nb │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── nn │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── ro │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── sk │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── sl │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── sr │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── th │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── uk │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── vi │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ ├── zh_CN │ │ │ └── LC_MESSAGES │ │ │ └── backintime.mo │ │ └── zh_TW │ │ └── LC_MESSAGES │ │ └── backintime.mo │ ├── man │ │ └── man1 │ │ ├── backintime-askpass.1.gz │ │ ├── backintime-config.1.gz │ │ ├── backintime-qt.1.gz │ │ └── backintime.1.gz │ └── polkit-1 │ └── actions │ └── net.launchpad.backintime.policy └── backintime-qt-1.4.1 ├── etc │ └── dbus-1 │ └── system.d │ └── net.launchpad.backintime.serviceHelper.conf └── usr ├── bin │ ├── backintime-qt │ └── backintime-qt_polkit ├── lib ├── lib64 -> lib └── share ├── applications │ ├── backintime-qt-root.desktop │ └── backintime-qt.desktop ├── backintime │ └── qt │ ├── app.py │ ├── icon.py │ ├── languagedialog.py │ ├── logviewdialog.py │ ├── messagebox.py │ ├── qtsystrayicon.py │ ├── qttools.py │ ├── qttools_path.py │ ├── restoredialog.py │ ├── serviceHelper.py │ ├── settingsdialog.py │ └── snapshotsdialog.py ├── bash-completion │ └── completions │ └── backintime-qt -> backintime ├── dbus-1 │ └── system-services │ └── net.launchpad.backintime.serviceHelper.service └── doc └── backintime-qt ├── AUTHORS ├── CHANGES ├── LICENSE ├── README.md ├── TRANSLATIONS ├── VERSION └── copyright 143 directories, 123 files ```