Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37635323
en ru br
Репозитории ALT
S:2.3.7-alt1.2
5.1: 1.6.4.1-alt1
4.1: 1.5.5-alt0.M41.1
4.0: 1.5.2-alt0.M40.1
3.0: 1.3.5-alt1
www.altlinux.org/Changes

Группа :: Издательство
Пакет: lyx

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

Name: lyx
Version: 1.6.4.1
Release: alt1

Summary: LyX - a WISYWIM word processor for the Desktop Environment.
License: GPL
Group: Publishing
Epoch: 2
Url: http://www.lyx.org

Packager: Vitaly Lipatov <lav at altlinux.ru>
Source: %name-%version.tar
Source1: %name.desktop
Source2: %{name}16.xpm
Source3: %{name}32.xpm
Source4: %{name}48.xpm
Source5: lyxcat

Patch: lyx-qt4.3-from_ascii-lyx2lyx.alt.patch

BuildPreReq: desktop-file-utils kde-common-devel
BuildRequires: gcc-c++ imake libaspell-devel libSM-devel python-dev
BuildRequires: libaiksaurus-devel boost-signals-devel boost-devel boost-filesystem-devel
#BuildRequires: texlive-base
BuildRequires: libqt4-devel >= 4.3

Requires: python >= 2.4

Requires(post,postun): desktop-file-utils

Provides: lyx-common lyx-qt lyx-latex-beamer
Obsoletes: lyx-common lyx-qt lyx-latex-beamer

%description
LyX is a modern approach to writing documents which breaks with the
obsolete "typewriter paradigm" of most other document preparation
systems.

It is designed for people who want professional quality output
with a minimum of time and effort, without becoming specialists in
typesetting.

The major innovation in LyX is WYSIWYM (What You See Is What You Mean).
That is, the author focuses on content, not on the details of formatting.
This allows for greater productivity, and leaves the final typesetting
to the backends (like LaTeX) that are specifically designed for the task.

With LyX, the author can concentrate on the contents of his writing,
and let the computer take care of the rest.

%package -n lyx-tex
Summary: Virtual package that install required set of tex packages for LyX.
Group: Publishing
Requires: lyx
Requires: texlive-latex-recommended texlive-latex-extra texlive-lang-cyrillic texlive-fonts-recommended fonts-ttf-latex-xft

%description -n lyx-tex
Virtual package that install required set of tex packages for LyX.

%package -n lyx-kde
Summary: This package containts KDE menu files.
Group: Publishing
Requires: kde-common

%description -n lyx-kde
This package containts KDE menu files.

%prep
%setup -q
%patch -p1

%build
%configure --without-included-boost
%make_build

%install
%make_install DESTDIR=%buildroot install
%find_lang %name

install -d -m 755 %buildroot%_Kmenudir
install -d -m 755 %buildroot%_menudir
install -m 644 %SOURCE1 %buildroot%_Kmenudir/
install -m 644 %SOURCE1 %buildroot%_menudir/
install -d -m 755 %buildroot%_miconsdir
install -d -m 755 %buildroot%_niconsdir
install -d -m 755 %buildroot%_liconsdir
install -m 644 %SOURCE2 %buildroot%_miconsdir/%name.xpm
install -m 644 %SOURCE3 %buildroot%_niconsdir/%name.xpm
install -m 644 %SOURCE4 %buildroot%_liconsdir/%name.xpm
install -m 755 %SOURCE5 %buildroot%_bindir/

#

# Set up the lyx-specific class files where TeX can see then
#
TEXMF=%_datadir/texmf
mkdir -p %buildroot$TEXMF/tex/latex
cp -ar %buildroot%_datadir/%name/tex %buildroot$TEXMF/tex/latex/%name

%post
# Fix the TeX file hash
if [ $1 = 1 ] ; then
   [ -x %_bindir/texhash ] && %_bindir/texhash 2>/dev/null ||:
fi

# configure Lyx in new way

cd %_datadir/%name
python configure.py


%postun
if [ $1 = 0 ] ; then
   [ -x %_bindir/texhash ] && %_bindir/texhash 2>/dev/null ||:
fi

%files -f %name.lang
%doc ANNOUNCE COPYING INSTALL* README* NEWS UPGRADING RELEASE-NOTES ABOUT-NLS
%_bindir/*
%_man1dir/*
%_datadir/%name
%_datadir/texmf/tex/latex/lyx
%_miconsdir/*
%_niconsdir/*
%_liconsdir/*
%_menudir/*

%files -n lyx-tex

%files -n lyx-kde
%_Kmenudir/*


%changelog

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

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