Skip to content

Commit db11931

Browse files
committed
Rebrand to Parla
1 parent c340348 commit db11931

24 files changed

Lines changed: 100 additions & 76 deletions

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
- name: Upload .deb artifacts
5959
uses: actions/upload-artifact@v7
6060
with:
61-
name: deltachat-gnome-ubuntu-24.04
62-
path: dist/debian/deltachat-gnome/*.deb
61+
name: parla-ubuntu-24.04
62+
path: dist/debian/parla/*.deb
6363

6464
build-flatpak:
6565
runs-on: ubuntu-24.04
@@ -71,11 +71,11 @@ jobs:
7171

7272
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
7373
with:
74-
manifest-path: dist/flatpak/org.deltachat.Gnome.json
75-
bundle: deltachat-gnome.flatpak
74+
manifest-path: dist/flatpak/io.github.trufae.Parla.json
75+
bundle: parla.flatpak
7676

7777
- name: Upload .flatpak artifact
7878
uses: actions/upload-artifact@v7
7979
with:
80-
name: deltachat-gnome-flatpak
81-
path: deltachat-gnome.flatpak
80+
name: parla-flatpak
81+
path: parla.flatpak

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Upload .deb to release
3838
uses: softprops/action-gh-release@v2
3939
with:
40-
files: dist/debian/deltachat-gnome/*.deb
40+
files: dist/debian/parla/*.deb
4141

4242
build-flatpak:
4343
runs-on: ubuntu-24.04
@@ -49,10 +49,10 @@ jobs:
4949

5050
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
5151
with:
52-
manifest-path: dist/flatpak/org.deltachat.Gnome.json
53-
bundle: deltachat-gnome.flatpak
52+
manifest-path: dist/flatpak/io.github.trufae.Parla.json
53+
bundle: parla.flatpak
5454

5555
- name: Upload .flatpak to release
5656
uses: softprops/action-gh-release@v2
5757
with:
58-
files: deltachat-gnome.flatpak
58+
files: parla.flatpak

.gitignore

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
builddir/
22
accounts/
3-
dist/debian/deltachat-gnome/build/
4-
dist/debian/deltachat-gnome/control/
5-
dist/debian/deltachat-gnome/data/
6-
dist/debian/deltachat-gnome/debian-binary
7-
dist/debian/deltachat-gnome/root/
8-
dist/debian/deltachat-gnome/*.deb
3+
dist/debian/parla/build/
4+
dist/debian/parla/control/
5+
dist/debian/parla/data/
6+
dist/debian/parla/debian-binary
7+
dist/debian/parla/root/
8+
dist/debian/parla/*.deb
99
.codex/

Makefile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ all:
77
./build.sh
88

99
run: all
10-
./builddir/deltachat-gnome
10+
./builddir/parla
1111

1212
clean:
1313
rm -rf builddir
1414

1515
install:
16-
install -Dm755 ./builddir/deltachat-gnome $(DESTDIR)$(BINDIR)/deltachat-gnome
17-
install -Dm644 data/org.deltachat.Gnome.desktop $(DESTDIR)$(DATADIR)/applications/org.deltachat.Gnome.desktop
18-
install -Dm644 data/icons/hicolor/scalable/apps/org.deltachat.Gnome.svg $(DESTDIR)$(DATADIR)/icons/hicolor/scalable/apps/org.deltachat.Gnome.svg
16+
install -Dm755 ./builddir/parla $(DESTDIR)$(BINDIR)/parla
17+
install -Dm644 data/io.github.trufae.Parla.desktop $(DESTDIR)$(DATADIR)/applications/io.github.trufae.Parla.desktop
18+
install -Dm644 data/icons/hicolor/scalable/apps/io.github.trufae.Parla.svg $(DESTDIR)$(DATADIR)/icons/hicolor/scalable/apps/io.github.trufae.Parla.svg
1919
-gtk-update-icon-cache -f -t $(DESTDIR)$(DATADIR)/icons/hicolor 2>/dev/null
2020

2121
uninstall:
22-
rm -f $(DESTDIR)$(BINDIR)/deltachat-gnome
23-
rm -f $(DESTDIR)$(DATADIR)/applications/org.deltachat.Gnome.desktop
24-
rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/scalable/apps/org.deltachat.Gnome.svg
22+
rm -f $(DESTDIR)$(BINDIR)/parla
23+
rm -f $(DESTDIR)$(DATADIR)/applications/io.github.trufae.Parla.desktop
24+
rm -f $(DESTDIR)$(DATADIR)/icons/hicolor/scalable/apps/io.github.trufae.Parla.svg
2525
-gtk-update-icon-cache -f -t $(DESTDIR)$(DATADIR)/icons/hicolor 2>/dev/null
2626

2727
deb: all

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
2-
<img src="delta-gnome.png" width="96" alt="Delta Chat GNOME logo"/>
2+
<img src="delta-gnome.png" width="96" alt="Parla logo"/>
33
</p>
44

5-
<h1 align="center">Delta Chat GNOME</h1>
5+
<h1 align="center">Parla</h1>
66

77
<p align="center">
8-
Native GNOME client for <a href="https://delta.chat">Delta Chat</a> &mdash; chat over email, decentralized and encrypted.
8+
A <a href="https://delta.chat">Delta Chat</a> client for GNOME &mdash; chat over email, decentralized and encrypted.
99
</p>
1010

1111
<p align="center">
12-
<a href="https://github.com/trufae/deltachat-gnome/actions/workflows/build.yml"><img alt="CI" src="https://github.com/trufae/deltachat-gnome/actions/workflows/build.yml/badge.svg"/></a>
13-
<a href="https://github.com/trufae/deltachat-gnome/releases/latest"><img alt="Flatpak" src="https://img.shields.io/badge/Flatpak-download-4a86cf?style=flat-square&logo=flatpak&logoColor=white"/></a>
12+
<a href="https://github.com/trufae/parla/actions/workflows/build.yml"><img alt="CI" src="https://github.com/trufae/parla/actions/workflows/build.yml/badge.svg"/></a>
13+
<a href="https://github.com/trufae/parla/releases/latest"><img alt="Flatpak" src="https://img.shields.io/badge/Flatpak-download-4a86cf?style=flat-square&logo=flatpak&logoColor=white"/></a>
1414
<img alt="License" src="https://img.shields.io/badge/license-GPLv3-blue?style=flat-square"/>
1515
<img alt="GTK4 + libadwaita" src="https://img.shields.io/badge/GTK4-libadwaita-4a86cf?style=flat-square&logo=gnome&logoColor=white"/>
1616
<img alt="Vala" src="https://img.shields.io/badge/lang-Vala-a56de2?style=flat-square"/>
@@ -94,7 +94,7 @@ make ; make run
9494

9595
**Arch:** `sudo pacman -S vala meson gtk4 libadwaita json-glib`
9696

97-
**FlatPak:** `flatpak install org.deltachat.Gnome.flatpak`
97+
**FlatPak:** `flatpak install io.github.trufae.Parla.flatpak`
9898
</details>
9999

100100
## Contributing

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Build script for Delta Chat GNOME client
2+
# Build script for Parla — a Delta Chat client for GNOME
33
set -e
44

55
cd "$(dirname "$0")"
@@ -12,4 +12,4 @@ meson compile -C builddir
1212

1313
echo ""
1414
echo "Build successful! Run with:"
15-
echo " ./builddir/deltachat-gnome"
15+
echo " ./builddir/parla"

data/icons/hicolor/scalable/apps/org.deltachat.Gnome.svg renamed to data/icons/hicolor/scalable/apps/io.github.trufae.Parla.svg

File renamed without changes.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[Desktop Entry]
2+
Name=Parla
3+
GenericName=Messaging
4+
Comment=A Delta Chat client for GNOME
5+
Exec=parla
6+
Icon=io.github.trufae.Parla
7+
Terminal=false
8+
Type=Application
9+
Categories=Network;Chat;InstantMessaging;GTK;
10+
Keywords=chat;messaging;email;deltachat;parla;
11+
StartupNotify=true

data/org.deltachat.Gnome.desktop

Lines changed: 0 additions & 11 deletions
This file was deleted.

data/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Delta Chat GNOME — custom styles */
1+
/* Parla — custom styles */
22

33
.message-bubble {
44
padding: 8px 12px;

0 commit comments

Comments
 (0)