Skip to content

Commit e06483b

Browse files
authored
Rename and Re-RDNN to Contacts (#34)
1 parent 65515c2 commit e06483b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+830
-830
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# friends
2-
[![l10n](https://l10n.elementary.io/widgets/friends/-/svg-badge.svg)](https://l10n.elementary.io/projects/friends)
1+
# contacts
2+
[![l10n](https://l10n.elementary.io/widgets/contacts/-/svg-badge.svg)](https://l10n.elementary.io/projects/contacts)
33

44
![Screenshot](data/screenshot.png?raw=true)
55

6-
See and contact your friends from elementary OS
6+
See and get in touch with your contacts from elementary OS
77

88
## Building and Installation
99

@@ -25,9 +25,9 @@ cd build
2525
ninja
2626
```
2727

28-
To install, use `ninja install`, then execute with `io.elementary.friends`
28+
To install, use `ninja install`, then execute with `io.elementary.contacts`
2929

3030
```bash
3131
ninja install
32-
io.elementary.friends
32+
io.elementary.contacts
3333
```
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[Desktop Entry]
2-
Name=Friends
2+
Name=Contacts
33
Comment=Find and connect with contacts
44
GenericName=Address Book
5-
Exec=io.elementary.friends
6-
Icon=io.elementary.friends
5+
Exec=io.elementary.contacts
6+
Icon=io.elementary.contacts
77
Keywords=address;contacts;
88
Terminal=false
99
Type=Application
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!-- Copyright 2018 elementary, Inc. <contact@elementary.io> -->
33
<component type="desktop-application">
4-
<id>io.elementary.friends</id>
5-
<launchable type="desktop-id">io.elementary.friends.desktop</launchable>
6-
<translation type="gettext">io.elementary.friends</translation>
4+
<id>io.elementary.contacts</id>
5+
<launchable type="desktop-id">io.elementary.contacts.desktop</launchable>
6+
<translation type="gettext">io.elementary.contacts</translation>
77
<metadata_license>CC0-1.0</metadata_license>
88
<project_license>GPL-3.0+</project_license>
99

10-
<name>Friends</name>
10+
<name>Contacts</name>
1111
<summary>Find and connect with contacts</summary>
1212
<description>
13-
<p>See and contact your friends from elementary OS</p>
13+
<p>See and get in touch with your contacts from elementary OS</p>
1414
</description>
1515

1616
<screenshots>
1717
<screenshot type="default">
18-
<image>https://raw.githubusercontent.com/elementary/friends/master/data/screenshot.png</image>
18+
<image>https://raw.githubusercontent.com/elementary/contacts/master/data/screenshot.png</image>
1919
</screenshot>
2020
</screenshots>
2121

2222
<provides>
23-
<binary>io.elementary.friends</binary>
23+
<binary>io.elementary.contacts</binary>
2424
</provides>
2525

2626
<content_rating type="oars-1.1"/>
2727

2828
<url type="homepage">https://elementary.io</url>
29-
<url type="bugtracker">https://github.com/elementary/friends/issues</url>
29+
<url type="bugtracker">https://github.com/elementary/contacts/issues</url>
3030
<url type="donation">https://elementary.io/get-involved#funding</url>
31-
<url type="help">https://github.com/elementary/friends/discussions/categories/q-a</url>
32-
<url type="translate">https://l10n.elementary.io/engage/friends</url>
31+
<url type="help">https://github.com/elementary/contacts/discussions/categories/q-a</url>
32+
<url type="translate">https://l10n.elementary.io/engage/contacts</url>
3333

3434
<developer id="org.elementaryos">
3535
<name>elementary, Inc.</name>

data/gschema.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<schemalist>
3-
<schema path="/io/elementary/friends/" id="io.elementary.friends">
3+
<schema path="/io/elementary/contacts/" id="io.elementary.contacts">
44
<key name="window-maximized" type="b">
55
<default>false</default>
66
<summary>Whether the window was maximized on last run</summary>

data/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ install_data(
55
)
66

77
i18n.merge_file(
8-
input: 'friends.desktop.in',
8+
input: 'contacts.desktop.in',
99
output: meson.project_name() + '.desktop',
1010
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
1111
type: 'desktop',
@@ -14,7 +14,7 @@ i18n.merge_file(
1414
)
1515

1616
i18n.merge_file(
17-
input: 'friends.metainfo.xml.in',
17+
input: 'contacts.metainfo.xml.in',
1818
output: meson.project_name() + '.metainfo.xml',
1919
po_dir: join_paths(meson.source_root(), 'po', 'extra'),
2020
type: 'xml',

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('io.elementary.friends',
1+
project('io.elementary.contacts',
22
'vala', 'c',
33
meson_version: '>= 0.57.0'
44
)

po/aa.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Afar translations for io.elementary.friends package.
2-
# Copyright (C) 2018 THE io.elementary.friends'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the io.elementary.friends package.
1+
# Afar translations for io.elementary.contacts package.
2+
# Copyright (C) 2018 THE io.elementary.contacts'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the io.elementary.contacts package.
44
# Automatically generated, 2018.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: io.elementary.friends\n"
8+
"Project-Id-Version: io.elementary.contacts\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-07-27 19:22+0000\n"
1111
"PO-Revision-Date: 2018-12-27 16:06-0800\n"

po/ab.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Abkhazian translations for io.elementary.friends package.
2-
# Copyright (C) 2018 THE io.elementary.friends'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the io.elementary.friends package.
1+
# Abkhazian translations for io.elementary.contacts package.
2+
# Copyright (C) 2018 THE io.elementary.contacts'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the io.elementary.contacts package.
44
# Automatically generated, 2018.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: io.elementary.friends\n"
8+
"Project-Id-Version: io.elementary.contacts\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-07-27 19:22+0000\n"
1111
"PO-Revision-Date: 2018-12-27 16:06-0800\n"

po/ae.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Avestan translations for io.elementary.friends package.
2-
# Copyright (C) 2018 THE io.elementary.friends'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the io.elementary.friends package.
1+
# Avestan translations for io.elementary.contacts package.
2+
# Copyright (C) 2018 THE io.elementary.contacts'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the io.elementary.contacts package.
44
# Automatically generated, 2018.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: io.elementary.friends\n"
8+
"Project-Id-Version: io.elementary.contacts\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-07-27 19:22+0000\n"
1111
"PO-Revision-Date: 2018-12-27 16:06-0800\n"

po/af.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Afrikaans translations for io.elementary.friends package.
2-
# Copyright (C) 2018 THE io.elementary.friends'S COPYRIGHT HOLDER
3-
# This file is distributed under the same license as the io.elementary.friends package.
1+
# Afrikaans translations for io.elementary.contacts package.
2+
# Copyright (C) 2018 THE io.elementary.contacts'S COPYRIGHT HOLDER
3+
# This file is distributed under the same license as the io.elementary.contacts package.
44
# Automatically generated, 2018.
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: io.elementary.friends\n"
8+
"Project-Id-Version: io.elementary.contacts\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2025-07-27 19:22+0000\n"
1111
"PO-Revision-Date: 2018-12-27 16:06-0800\n"

0 commit comments

Comments
 (0)