summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gmail.com>2022-11-02 15:06:26 +0000
committerEmmanuele Bassi <ebassi@gmail.com>2022-11-02 15:06:26 +0000
commit8a1361cac3f5c57bc3bbc953867c3243bd64231a (patch)
tree969d97d81d10a9cb20fc692ab4a58a667dc59000
parent32a381b27f46ec39dbafa821fa72a75c732e9dd0 (diff)
parentd325b9eea95146f6ae7843c6faf31f8444d1342b (diff)
downloadgnome-dictionary-8a1361cac3f5c57bc3bbc953867c3243bd64231a.tar.gz
Merge branch 'rebranding' into 'master'
Remove GNOME branding See merge request GNOME/gnome-dictionary!21
-rw-r--r--README.md9
-rw-r--r--data/appdata/org.gnome.Dictionary.appdata.xml.in.in6
-rw-r--r--data/gnome-dictionary.xml3
-rw-r--r--gnome-dictionary.doap3
4 files changed, 8 insertions, 13 deletions
diff --git a/README.md b/README.md
index 89eb079..398acab 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,14 @@
-GNOME Dictionary
+Dictionary
===============================================================================
### Look up words in dictionary sources.
-GNOME Dictionary is a simple, clean, elegant application to look up words in
+Dictionary is a simple, clean, elegant application to look up words in
online dictionaries using the [DICT][dict-rfc] protocol.
## Building Dictionary
-In order to build GNOME Dictionary you will need:
+In order to build Dictionary you will need:
- a C99 compatible compiler
- Python 3
@@ -28,8 +28,7 @@ $ meson _build .
```
Where `_build` is the location where the build artefacts should be placed.
-After the configuration succeeds, you can build, test, and install GNOME
-Dictionary using:
+After the configuration succeeds, you can build, test, and install Dictionary using:
```sh
$ cd _build
diff --git a/data/appdata/org.gnome.Dictionary.appdata.xml.in.in b/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
index aaa0223..98c2855 100644
--- a/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
+++ b/data/appdata/org.gnome.Dictionary.appdata.xml.in.in
@@ -3,11 +3,11 @@
<id>@application_id@</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+ AND LGPL-2.0+ AND GFDL-1.3</project_license>
- <name>GNOME Dictionary</name>
+ <name>Dictionary</name>
<summary>Check word definitions and spellings in an online dictionary</summary>
<description>
<p>
- GNOME Dictionary is a simple dictionary application that looks up
+ Dictionary is a simple dictionary application that looks up
definitions of words online.
Though it looks up English definitions by default, you can easily switch to
Spanish or add other online dictionaries using the DICT protocol to suit your
@@ -30,7 +30,7 @@
</kudos>
<launchable type="desktop-id">org.gnome.Dictionary.desktop</launchable>
<project_group>GNOME</project_group>
- <developer_name>The GNOME Project</developer_name>
+ <developer_name>Emmanuele Bassi</developer_name>
<translation type="gettext">gnome-dictionary</translation>
<releases>
<release version="40.0" date="2021-03-20">
diff --git a/data/gnome-dictionary.xml b/data/gnome-dictionary.xml
index cbc784a..f93accb 100644
--- a/data/gnome-dictionary.xml
+++ b/data/gnome-dictionary.xml
@@ -12,9 +12,6 @@
<contrib>Author</contrib>
<firstname>Emmanuele</firstname>
<surname>Bassi</surname>
- <affiliation>
- <orgname class="nonprofit">GNOME Project</orgname>
- </affiliation>
</author>
</authorgroup>
<copyright>
diff --git a/gnome-dictionary.doap b/gnome-dictionary.doap
index 92373c1..fbde8fd 100644
--- a/gnome-dictionary.doap
+++ b/gnome-dictionary.doap
@@ -6,13 +6,12 @@
<name xml:lang="en">gnome-dictionary</name>
<shortdesc xml:lang="en">Look up words in dictionary sources</shortdesc>
- <description xml:lang="en">GNOME Dictionary can look for the definition or translation of a word in existing databases over the internet.</description>
+ <description xml:lang="en">Dictionary can look for the definition or translation of a word in existing databases over the internet.</description>
<homepage rdf:resource="https://wiki.gnome.org/Apps/Dictionary" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/dictionary" />
<download-page rdf:resource="https://download.gnome.org/sources/gnome-dictionary/"/>
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-dictionary/issues/" />
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
- <category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>C</programming-language>
<maintainer>