diff --git a/README.md b/README.md index c8417eb..1e13886 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # artha Artha is a handy thesaurus that focuses on high usability, without trading off simplicity and ease of use. It has the following distinct features that increases its usability: - WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database. - Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up. - Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind. - Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.) - Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions. - Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension. +- WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database. +- Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up. +- Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind. +- Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.) +- Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions. +- Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension. diff --git a/artha.spec b/artha.spec index c37e048..f69b188 100644 --- a/artha.spec +++ b/artha.spec @@ -1,28 +1,32 @@ Name: artha Version: 1.0.5 -Release: 1mamba +Release: 2mamba Summary: A handy thesaurus based on wordnet Group: Graphical Desktop/Applications/Office Vendor: openmamba Distribution: openmamba -Packager: openmamba WebBuild System -URL: https://artha.sourceforge.net/wiki/index.php/Home +Packager: Silvan Calarco +URL: http://artha.sourceforge.net/wiki/index.php/Home Source: https://downloads.sourceforge.net/project/artha/artha/%{version}/artha-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN -## note: run 'autospec -u -a6 artha' to get the list of build requirements. -## AUTOBUILDREQ-END +BuildRequires: glibc-devel +BuildRequires: libX11-devel +BuildRequires: libdbus-devel +BuildRequires: libdbus-glib-devel +BuildRequires: libglib-devel +BuildRequires: libgtk2-devel BuildRequires: libwordnet-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-END %description Artha is a handy thesaurus that focuses on high usability, without trading off simplicity and ease of use. It has the following distinct features that increases its usability: - WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database. - Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up. - Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind. - Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.) - Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions. - Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension. +- WordNet - Artha harnesses the extensive & in-depth database provided by WordNet. Unlike other dictionaries which goes on-line for every single lookup, Artha works completely off-line; thanks to WordNet for its excellent and cognitive database. +- Hot key Lookup - When you press a pre-set hot key, after selecting some text on any window, Artha pops up with the selection's definitions looked-up. +- Regular Expressions Search - When a word is vaguely known I.e. the user is unclear of its spelling or when it's start/end alone is known or when the number of characters is known; one can speed up/narrow the search using regular expression to locate the particular word they have in mind. +- Notifications - Artha can show passive notifications (balloon tips) instead of the application's window popping up, so that you can continue what you were doing, uninterrupted. (like reading, writing, etc.) +- Suggestions - When a misspelled word is queried for, Artha gives you its near-match suggestions. +- Relative to Sense Mapping - Relative words like synonyms, antonyms, etc. that are displayed are many. You might not know to which sense/definition of a word does a relative map to. In Artha, when you select a relative, its corresponding definition is scrolled to and highlighted for easy comprehension. %debug_package @@ -52,6 +56,9 @@ CFLAGS="%{optflags} `pkg-config --libs gio-2.0`" \ %doc AUTHORS COPYING %changelog +* Wed Jan 05 2022 Silvan Calarco 1.0.5-2mamba +- updated maintainer and fixed build requirements block + * Thu Feb 04 2021 Automatic Build System 1.0.5-1mamba - automatic version update by autodist