Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37045152
en ru br
Репозитории ALT

Группа :: Работа с текстами
Пакет: artha

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: artha
Version: 1.0.5
Release: alt1

Summary: Handy off-line thesaurus based on WordNet database
License: GPLv2+
Group: Text tools
Url: http://%name.sourceforge.net/
# https://download.sourceforge.net/%name/%name-%version.tar.bz2
Source: %name-%version.tar
Patch: %name-%version-%release.patch

Requires: wordnet-dict
BuildRequires: libgtk+2-devel libwordnet-devel

%description
Artha is a free open-source thesaurus with WordNet as its database.

The main focus of Artha is high usuability, with much simplicity.  It
has distinct features like hot key combo lookup, notifications, regex
search, spelling suggestions, etc.  Once the application is launched,
it sits on the system tray.  The user can select text on any window, and
call Artha by pressing the set hot key combination, which pops up Artha
with the word looked-up.  If the user wants notifications, rather than
the app.  popping up, it can be done by enabling notifications, which
results in a (balloon tip) notification of the selected word's prime
definition from WordNet, from the system tray, when the hot hey is
pressed.

%prep
%setup
%patch -p1

# suppress dbus dependencies

sed -i 's/ -ldbus-1 -ldbus-glib-1 / /' src/Makefile.*

%build
%autoreconf
# suppress dbus dependencies
export libdbus_CFLAGS=' ' libdbus_LIBS=' '
%configure
# suppress dbus dependencies
sed -i /DBUS_AVAILABLE/d config.h
%make_build

%install
%makeinstall_std
%set_verify_elf_method strict
%define _unpackaged_files_terminate_build 1

%files
%_bindir/*
%_man1dir/*
%_desktopdir/*
%_pixmapsdir/*
%_datadir/%name
%doc AUTHORS NEWS

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin