Github messages for voidlinux
 help / color / mirror / Atom feed
From: thetredev <thetredev@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR REVIEW] backintime: update to 1.4.1.
Date: Sat, 23 Dec 2023 01:37:48 +0100	[thread overview]
Message-ID: <20231223003748.L2TApj48kOw1AQZ3jvEIvc80oYeqrvpPBJj9WrZa7Oo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-47880@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 12429 bytes --]

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`.

<details>
   <summary>output of tree command</summary>

```
~/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
```
</details>

  parent reply	other threads:[~2023-12-23  0:37 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-22 23:28 [PR PATCH] " thetredev
2023-12-22 23:38 ` Duncaen
2023-12-22 23:47 ` thetredev
2023-12-23  0:01 ` [PR PATCH] [Updated] " thetredev
2023-12-23  0:01 ` thetredev
2023-12-23  0:03 ` thetredev
2023-12-23  0:04 ` thetredev
2023-12-23  0:06 ` [PR REVIEW] " Duncaen
2023-12-23  0:17 ` thetredev
2023-12-23  0:30 ` thetredev
2023-12-23  0:30 ` thetredev
2023-12-23  0:31 ` thetredev
2023-12-23  0:33 ` thetredev
2023-12-23  0:34 ` thetredev
2023-12-23  0:37 ` thetredev [this message]
2023-12-23  0:40 ` thetredev
2023-12-23  0:46 ` Duncaen
2023-12-23  0:50 ` thetredev
2023-12-23  0:50 ` thetredev
2023-12-23  0:55 ` [PR PATCH] [Updated] " thetredev
2023-12-23  0:55 ` [PR REVIEW] " thetredev
2023-12-23 16:54 ` classabbyamp
2023-12-23 16:57 ` classabbyamp
2023-12-23 16:58 ` classabbyamp
2023-12-23 18:59 ` thetredev
2023-12-23 19:26 ` classabbyamp
2023-12-23 19:27 ` thetredev
2024-03-09 23:14 ` [PR PATCH] [Updated] " thetredev
2024-03-09 23:14 ` backintime: update to 1.4.3 thetredev
2024-03-09 23:17 ` [PR REVIEW] " thetredev
2024-03-09 23:18 ` [PR PATCH] [Updated] " thetredev
2024-03-09 23:21 ` thetredev
2024-03-09 23:21 ` thetredev
2024-03-11  0:01 ` [PR REVIEW] " classabbyamp
2024-03-11  0:07 ` thetredev
2024-03-11  0:09 ` thetredev
2024-03-11  0:12 ` classabbyamp
2024-03-11  0:15 ` thetredev
2024-03-11  0:16 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:19 ` [PR REVIEW] " thetredev
2024-03-11  0:19 ` thetredev
2024-03-11  0:24 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:26 ` thetredev
2024-03-11  0:28 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:29 ` thetredev
2024-03-11  0:39 ` [PR PATCH] [Updated] " thetredev
2024-03-11  0:40 ` thetredev
2024-06-09  1:52 ` github-actions
2024-06-11 19:57 ` [PR PATCH] [Updated] " thetredev
2024-06-11 19:57 ` thetredev
2024-06-11 20:04 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231223003748.L2TApj48kOw1AQZ3jvEIvc80oYeqrvpPBJj9WrZa7Oo@z \
    --to=thetredev@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).