Skip to content

Commit 3d26940

Browse files
committed
Update repository references to github.com/slgobinath/safeeyes (all lowercase)
Command used was: > git grep -l slgobinath/SafeEyes | xargs sed 's,slgobinath/SafeEyes,slgobinath/safeeyes,g' -i This one change has been reverted: > # git --no-pager -c color.ui=false diff -U0 > diff --git a/safeeyes/plugins/trayicon/plugin.py b/safeeyes/plugins/trayicon/plugin.py > index 28037e7..c110fda 100644 > --- a/safeeyes/plugins/trayicon/plugin.py > +++ b/safeeyes/plugins/trayicon/plugin.py > @@ -189 +189 @@ class DBusMenuService(DBusService): > - DBUS_SERVICE_PATH = "/io/github/slgobinath/SafeEyes/Menu" > + DBUS_SERVICE_PATH = "/io/github/slgobinath/safeeyes/Menu"
1 parent ab5525d commit 3d26940

File tree

10 files changed

+22
-22
lines changed

10 files changed

+22
-22
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A clear and concise description of what you expected to happen.
2525
- Desktop Env [e.g. Gnome, KDE]
2626
- Version [e.g. 2.0.3]
2727

28-
**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)
28+
**Flatpak issues**: If you experience any issue with flatpak, first please ensure that the bug is present in the [native package](https://github.com/slgobinath/safeeyes?tab=readme-ov-file#installation-guide), and it is not a flatpak-only bug. Flatpak-only bugs should be reported at https://github.com/flathub/io.github.slgobinath.SafeEyes. (**Please erase this paragraph before creating the bug report**)
2929

3030
**Debug Log**
3131
Run the Safe Eyes using `safeeyes --debug` command attach the ~/safeeyes.log` file.

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<img src="https://raw.githubusercontent.com/slgobinath/SafeEyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
1+
<img src="https://raw.githubusercontent.com/slgobinath/safeeyes/master/safeeyes/platform/icons/hicolor/64x64/apps/io.github.slgobinath.SafeEyes.png" align="left">
22

33
# Safe Eyes
44

5-
[![Release](https://img.shields.io/github/v/release/slgobinath/SafeEyes)](https://github.com/slgobinath/SafeEyes/releases)
5+
[![Release](https://img.shields.io/github/v/release/slgobinath/safeeyes)](https://github.com/slgobinath/safeeyes/releases)
66
[![PyPI version](https://badge.fury.io/py/safeeyes.svg)](https://badge.fury.io/py/safeeyes)
77
[![Debian](https://badges.debian.net/badges/debian/unstable/safeeyes/version.svg)](https://packages.debian.org/unstable/safeeyes)
88
[![AUR](https://img.shields.io/aur/version/safeeyes)](https://aur.archlinux.org/packages/safeeyes)
@@ -141,7 +141,7 @@ After installation, restart your system to update the icons,
141141
**To run from source:**
142142

143143
```bash
144-
git clone https://github.com/slgobinath/SafeEyes.git
144+
git clone https://github.com/slgobinath/safeeyes.git
145145
cd SafeEyes
146146
python3 -m safeeyes
147147
```
@@ -179,7 +179,7 @@ Some Linux systems like CentOS do not have matching dependencies available in th
179179
python3 -m safeeyes
180180
```
181181

182-
For more details, please check the issue: [#329](https://github.com/slgobinath/SafeEyes/issues/329)
182+
For more details, please check the issue: [#329](https://github.com/slgobinath/safeeyes/issues/329)
183183

184184
This method has the same caveats about icons/window icons as running from source.
185185

@@ -224,11 +224,11 @@ The available dependency groups can be found in the `pyproject.toml` file.
224224
2. Run `python3 -m safeeyes` to make sure nothing is broken
225225
3. Update the Safe Eyes version. Run `./update-version.sh "version.number.number" "New version with shiny new feature"`.
226226
To manually change the version number, update the following places (Open the project in VSCode and search for the current version):
227-
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L4)
228-
- [pyproject.toml](https://github.com/slgobinath/SafeEyes/blob/master/pyproject.toml#L35)
229-
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
230-
- [about_dialog.glade](https://github.com/slgobinath/SafeEyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
231-
4. Update the [changelog](https://github.com/slgobinath/SafeEyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
227+
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L4)
228+
- [pyproject.toml](https://github.com/slgobinath/safeeyes/blob/master/pyproject.toml#L35)
229+
- [io.github.slgobinath.SafeEyes.metainfo.xml](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/platform/io.github.slgobinath.SafeEyes.metainfo.xml#L56)
230+
- [about_dialog.glade](https://github.com/slgobinath/safeeyes/blob/master/safeeyes/glade/about_dialog.glade#L74)
231+
4. Update the [changelog](https://github.com/slgobinath/safeeyes/blob/master/debian/changelog) (for Ubuntu PPA release). *This is automated* if you use the `./update-version.sh` script mentioned above, but you may want to manually add more lines to describe what's new in this release.
232232
5. Commit the changes to `master`
233233
6. Create a pull-request from `master` to `release`
234234
7. Merge the PR to release **with merge commit** (Important to merge with merge commit)
@@ -238,7 +238,7 @@ To manually change the version number, update the following places (Open the pro
238238
First check if translations for your language are already available on [Weblate](https://hosted.weblate.org/engage/safe-eyes/), which is the cloud based translation platform we use.
239239
240240
- If the language is already there, feel free to add new translations or improve the existing ones.
241-
- If it is not there, please [open an issue](https://github.com/slgobinath/SafeEyes/issues) in Github so that we can add your language to Weblate.
241+
- If it is not there, please [open an issue](https://github.com/slgobinath/safeeyes/issues) in Github so that we can add your language to Weblate.
242242
243243
## License
244244

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Gobinath Loganathan <[email protected]>
55
Build-Depends: debhelper (>= 10), dh-python, python3, python3-packaging, python3-setuptools
66
Standards-Version: 3.9.6
77
X-Python3-Version: >= 3.10
8-
Homepage: https://github.com/slgobinath/SafeEyes/
8+
Homepage: https://github.com/slgobinath/safeeyes/
99

1010
Package: safeeyes
1111
Architecture: all

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: uget-chrome-wrapper
3-
Source: https://github.com/slgobinath/SafeEyes/
3+
Source: https://github.com/slgobinath/safeeyes/
44

55
Files: *
66
Copyright: 2016 Gobinath Loganathan <[email protected]>

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ dependencies = [
2929
requires-python = ">=3.10"
3030

3131
[project.urls]
32-
Homepage = "https://github.com/slgobinath/SafeEyes"
33-
Downloads = "https://github.com/slgobinath/SafeEyes/archive/v3.3.0.tar.gz"
32+
Homepage = "https://github.com/slgobinath/safeeyes"
33+
Downloads = "https://github.com/slgobinath/safeeyes/archive/v3.3.0.tar.gz"
3434

3535
[project.scripts]
3636
safeeyes = "safeeyes.__main__:main"

safeeyes/glade/about_dialog.glade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
140140
<property name="focus-on-click">0</property>
141141
<property name="receives-default">1</property>
142142
<property name="halign">center</property>
143-
<property name="uri">https://github.com/slgobinath/SafeEyes/graphs/contributors?type=a</property>
143+
<property name="uri">https://github.com/slgobinath/safeeyes/graphs/contributors?type=a</property>
144144
</object>
145145
</child>
146146
<child>
@@ -163,7 +163,7 @@ along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.</pr
163163
<property name="receives-default">True</property>
164164
<property name="halign">center</property>
165165
<property name="has-frame">0</property>
166-
<property name="uri">https://github.com/slgobinath/SafeEyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes</property>
166+
<property name="uri">https://github.com/slgobinath/safeeyes?tab=readme-ov-file#how-you-can-help-improving-translation-of-safe-eyes</property>
167167
</object>
168168
</child>
169169
</object>

safeeyes/plugins/trayicon/dependency_checker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ def validate(plugin_config, plugin_settings):
4444
"Please install service providing tray icons for your desktop"
4545
" environment."
4646
),
47-
link="https://github.com/slgobinath/SafeEyes/wiki/How-to-install-backend-for-Safe-Eyes-tray-icon",
47+
link="https://github.com/slgobinath/safeeyes/wiki/How-to-install-backend-for-Safe-Eyes-tray-icon",
4848
retryable=True,
4949
)

safeeyes/tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ def test_long_duration_is_bigger_than_short_interval(
461461
sequential_threading: SequentialThreadingFixture,
462462
time_machine: TimeMachineFixture,
463463
):
464-
"""Example taken from https://github.com/slgobinath/SafeEyes/issues/640."""
464+
"""Example taken from https://github.com/slgobinath/safeeyes/issues/640."""
465465
ctx = context.Context(
466466
api=mock.Mock(spec=context.API), locale="en_US", version="0.0.0", session={}
467467
)

safeeyes/utility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ def create_startup_entry(force=False):
481481
startup_dir_path, "io.github.slgobinath.SafeEyes.desktop"
482482
)
483483
# until SafeEyes 2.1.5 the startup entry had another name
484-
# https://github.com/slgobinath/SafeEyes/commit/684d16265a48794bb3fd670da67283fe4e2f591b#diff-0863348c2143a4928518a4d3661f150ba86d042bf5320b462ea2e960c36ed275L398
484+
# https://github.com/slgobinath/safeeyes/commit/684d16265a48794bb3fd670da67283fe4e2f591b#diff-0863348c2143a4928518a4d3661f150ba86d042bf5320b462ea2e960c36ed275L398
485485
obsolete_entry = os.path.join(startup_dir_path, "safeeyes.desktop")
486486

487487
create_link = False

update-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ if [ -f "$PYPROJECT" ]; then
6969
# Replace version = "..."
7070
sed -i "s/^version = \".*\"/version = \"$version\"/" "$PYPROJECT"
7171
# Set Downloads to canonical GitHub archive URL for this version
72-
# Use a stable URL: https://github.com/slgobinath/SafeEyes/archive/v<version>.tar.gz
73-
sed -i "s#^[[:space:]]*Downloads = \".*\"#Downloads = \"https://github.com/slgobinath/SafeEyes/archive/v$version.tar.gz\"#" "$PYPROJECT" || true
72+
# Use a stable URL: https://github.com/slgobinath/safeeyes/archive/v<version>.tar.gz
73+
sed -i "s#^[[:space:]]*Downloads = \".*\"#Downloads = \"https://github.com/slgobinath/safeeyes/archive/v$version.tar.gz\"#" "$PYPROJECT" || true
7474
echo "Updated $PYPROJECT"
7575
fi
7676

0 commit comments

Comments
 (0)