From 686cf5573520ea7da65400a2b7b44744efc5e1f1 Mon Sep 17 00:00:00 2001 From: openmamba WebBuild System Date: Fri, 5 Jan 2024 20:34:03 +0100 Subject: [PATCH] package created by autospec [release 1.0.3-1mamba;Mon Oct 08 2012] --- README.md | 8 ++++++++ artha.spec | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 artha.spec diff --git a/README.md b/README.md index c1d8ae0..c8417eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +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. + diff --git a/artha.spec b/artha.spec new file mode 100644 index 0000000..566e66e --- /dev/null +++ b/artha.spec @@ -0,0 +1,56 @@ +Name: artha +Version: 1.0.3 +Release: 1mamba +Summary: A handy thesaurus based on wordnet +Group: Graphical Desktop/Applications/Office +Vendor: openmamba +Distribution: openmamba +Packager: openmamba WebBuild System +URL: http://artha.sourceforge.net/wiki/index.php/Home +Source: http://garr.dl.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: libwordnet-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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. + +%debug_package + +%prep +%setup -q + +%build +CFLAGS="%{optflags} `pkg-config --libs gio-2.0`" \ +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_bindir}/artha +%{_datadir}/applications/artha.desktop +%dir %{_datadir}/artha +%{_datadir}/artha/gui.glade +%{_datadir}/pixmaps/artha.png +%{_mandir}/man1/artha.1* +%doc AUTHORS COPYING + +%changelog +* Mon Oct 08 2012 openmamba WebBuild System 1.0.3-1mamba +- package created by autospec