Skip to content

Commit

Permalink
rename to theironrobin (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex R committed Jun 21, 2022
1 parent 229def1 commit bd9ba36
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 32 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -8,7 +8,7 @@ GTK app to sync InfiniTime watch with PinePhone
Gtk >= 3.30

## Download and Install
[Download the latest stable version from Flathub](https://flathub.org/apps/details/com.github.alexr4535.siglo) (Warning: SMS Notifications currently broken in flatpak https://github.com/alexr4535/siglo/issues/80).
[Download the latest stable version from Flathub](https://flathub.org/apps/details/com.github.theironrobin.siglo) (Warning: SMS Notifications currently broken in flatpak https://github.com/theironrobin/siglo/issues/80).

### Alpine
Works for Alpine and other Alpine-based distribution, such as [postmarketOS](https://postmarketos.org/).
Expand Down Expand Up @@ -42,7 +42,7 @@ pip3 install gatt pyxdg requests black
## Build/Install

```
git clone https://github.com/alexr4535/siglo.git
git clone https://github.com/theironrobin/siglo.git
cd siglo
mkdir build
meson build/
Expand Down Expand Up @@ -77,7 +77,7 @@ Once the container is running, you can launch the app:
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.gnome.Sdk//40 org.gnome.Platform//40

flatpak-builder --user --install --repo=repo --force-clean build-dir/ com.github.alexr4535.siglo.json
flatpak-builder --user --install --repo=repo --force-clean build-dir/ com.github.theironrobin.siglo.json
```

### Cross-compiling for PinePhone
Expand All @@ -89,8 +89,8 @@ sudo dnf install qemu-system-arm qemu-user-static
flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install --user flathub org.gnome.Sdk/aarch64/40 org.gnome.Platform/aarch64/40

flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir com.github.alexr4535.siglo.json
flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak com.github.alexr4535.siglo
flatpak-builder --arch=aarch64 --repo=repo --force-clean build-dir com.github.theironrobin.siglo.json
flatpak build-bundle --arch=aarch64 ./repo/ siglo.flatpak com.github.theironrobin.siglo
```

Transfer the `siglo.flatpak` file on the PinePhone and install it with the following command:
Expand Down
@@ -1,5 +1,5 @@
{
"app-id" : "com.github.alexr4535.siglo",
"app-id" : "com.github.theironrobin.siglo",
"runtime" : "org.gnome.Platform",
"runtime-version" : "40",
"sdk" : "org.gnome.Sdk",
Expand Down Expand Up @@ -32,7 +32,7 @@
"sources" : [
{
"type" : "git",
"url" : "https://github.com/alexr4535/siglo",
"url" : "https://github.com/theironrobin/siglo",
"tag" : "v0.9.6"
}
]
Expand Down
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.alexr4535.siglo.desktop</id>
<id>com.github.theironrobin.siglo.desktop</id>
<name>Siglo</name>
<summary>Sync PineTime with your PinePhone</summary>
<metadata_license>CC0-1.0</metadata_license>
Expand All @@ -23,7 +23,7 @@
<categories>
<category>Utility</category>
</categories>
<url type="homepage">https://github.com/alexr4535/siglo</url>
<url type="homepage">https://github.com/theironrobin/siglo</url>
<screenshots>
<screenshot>
<image type="source">https://ironrobin.net/images/siglo-screenshot-1.png</image>
Expand Down
Expand Up @@ -5,5 +5,5 @@ Terminal=false
Type=Application
Categories=GTK;
StartupNotify=true
Icon=com.github.alexr4535.siglo
Icon=com.github.theironrobin.siglo
X-Purism-FormFactor=Workstation;Mobile;
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="siglo">
<schema id="com.github.alexr4535.siglo" path="/com/github/alexr4535/siglo/">
<schema id="com.github.theironrobin.siglo" path="/com/github/theironrobin/siglo/">
</schema>
</schemalist>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions data/meson.build
@@ -1,6 +1,6 @@
desktop_file = i18n.merge_file(
input: 'com.github.alexr4535.siglo.desktop.in',
output: 'com.github.alexr4535.siglo.desktop',
input: 'com.github.theironrobin.siglo.desktop.in',
output: 'com.github.theironrobin.siglo.desktop',
type: 'desktop',
po_dir: '../po',
install: true,
Expand All @@ -14,15 +14,15 @@ if desktop_utils.found()
)
endif

install_data(join_paths('icons', 'com.github.alexr4535.siglo.svg'),
install_data(join_paths('icons', 'com.github.theironrobin.siglo.svg'),
install_dir: join_paths(get_option('datadir'), 'icons')
)

install_data('siglo.service', install_dir: '/etc/systemd/user/')

appstream_file = i18n.merge_file(
input: 'com.github.alexr4535.siglo.appdata.xml.in',
output: 'com.github.alexr4535.siglo.appdata.xml',
input: 'com.github.theironrobin.siglo.appdata.xml.in',
output: 'com.github.theironrobin.siglo.appdata.xml',
po_dir: '../po',
install: true,
install_dir: join_paths(get_option('datadir'), 'metainfo')
Expand All @@ -35,7 +35,7 @@ if appstream_util.found()
)
endif

install_data('com.github.alexr4535.siglo.gschema.xml',
install_data('com.github.theironrobin.siglo.gschema.xml',
install_dir: join_paths(get_option('datadir'), 'glib-2.0/schemas')
)

Expand Down
6 changes: 3 additions & 3 deletions po/POTFILES
@@ -1,6 +1,6 @@
data/com.github.alexr4535.siglo.desktop.in
data/com.github.alexr4535.siglo.appdata.xml.in
data/com.github.alexr4535.siglo.gschema.xml
data/com.github.theironrobin.siglo.desktop.in
data/com.github.theironrobin.siglo.appdata.xml.in
data/com.github.theironrobin.siglo.gschema.xml
src/window.ui
src/main.py
src/window.py
Expand Down
2 changes: 1 addition & 1 deletion po/nl.po
Expand Up @@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Language: nl\n"

#: data/com.github.alexr4535.siglo.desktop.in:3
#: data/com.github.theironrobin.siglo.desktop.in:3
msgid "Siglo"
msgstr "Siglo"

Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.conf = config()
self.conf.load_defaults()
super().__init__(
application_id="com.github.alexr4535.siglo", flags=Gio.ApplicationFlags.FLAGS_NONE
application_id="com.github.theironrobin.siglo", flags=Gio.ApplicationFlags.FLAGS_NONE
)

def do_activate(self):
Expand Down
2 changes: 1 addition & 1 deletion src/siglo.gresource.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/com/github/alexr4535/siglo">
<gresource prefix="/com/github/theironrobin/siglo">
<file>window.ui</file>
<file>watch.svg</file>
<file>watch-icon.svg</file>
Expand Down
4 changes: 2 additions & 2 deletions src/window.py
Expand Up @@ -41,7 +41,7 @@ def data_received(self):
GLib.idle_add(self.callback, [firmware, battery])


@Gtk.Template(resource_path="/com/github/alexr4535/siglo/window.ui")
@Gtk.Template(resource_path="/com/github/theironrobin/siglo/window.ui")
class SigloWindow(Gtk.ApplicationWindow):
__gtype_name__ = "SigloWindow"
# Navigation
Expand Down Expand Up @@ -114,7 +114,7 @@ def make_watch_row(self, name, mac):
grid.set_margin_right(8)
row.add(grid)

icon = Gtk.Image.new_from_resource("/com/github/alexr4535/siglo/watch-icon.svg")
icon = Gtk.Image.new_from_resource("/com/github/theironrobin/siglo/watch-icon.svg")
grid.attach(icon, 0, 0, 1, 2)

label_alias = Gtk.Label(label="Name", xalign=1.0)
Expand Down
12 changes: 6 additions & 6 deletions src/window.ui
Expand Up @@ -61,7 +61,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch.svg</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -119,7 +119,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch-error.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch-error.svg</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -390,7 +390,7 @@
<object class="GtkImage">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch-icon.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch-icon.svg</property>
</object>
<packing>
<property name="left-attach">0</property>
Expand Down Expand Up @@ -829,7 +829,7 @@
<object class="GtkImage" id="firmware_picture1">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch-error.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch-error.svg</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -882,7 +882,7 @@
<object class="GtkImage" id="firmware_picture">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch-progress.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch-progress.svg</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down Expand Up @@ -931,7 +931,7 @@
<object class="GtkImage" id="firmware_picture2">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="resource">/com/github/alexr4535/siglo/watch-check.svg</property>
<property name="resource">/com/github/theironrobin/siglo/watch-check.svg</property>
</object>
<packing>
<property name="expand">True</property>
Expand Down

0 comments on commit bd9ba36

Please sign in to comment.