You are not logged in.

#1 2004-04-24 22:49:08

blue_ant
Member
From: Italy
Registered: 2004-04-24
Posts: 19

[office: text processing] lyx-qt

I've uploaded into ftp://ftp.archlinux.org/incoming lyx with qt support:

# Contributor: blue_ant <blue_ant@hotpop.com>
pkgname=lyx-qt
pkgver=1.3.4
pkgrel=1
pkgdesc="An advanced open-source document processor running on many Unix platforms."
url="http://www.lyx.org"
license=""
depends=('qt')
makedepends=()
provides=(lyx)
conflicts=(lyx)
replaces=(lyx)
backup=()
install=
source=(ftp://ftp.lyx.org/pub/lyx/stable/lyx-$pkgver.tar.gz)
md5sums=('49819dcdd8b1a8e311f125ed65899528')

build() {
  cd $startdir/src/lyx-$pkgver
  ./configure --with-frontend=qt --with-qt-dir=/opt/qt --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}

I don't feel comfortable with the default xform version of lyx thus I made this pakage, hoping someone else (except me) will find this PKGBUILD useful.

----
blue_ant

Offline

#2 2004-04-25 01:03:35

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

Re: [office: text processing] lyx-qt

I fixed the PKGBUILD and uploaded to STAGING.


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#3 2004-04-25 06:12:49

blue_ant
Member
From: Italy
Registered: 2004-04-24
Posts: 19

Re: [office: text processing] lyx-qt

Thank you contrasutra! big_smile

I've only a question about the fixes, (so that I can make a better PKGBUILD next time): replaces=(lyx) was wrong becasue they are the same program, and perl was needed for reLyx, I know I simply forgot to put it in the dependencies :oops:, the only dependency that I don't understand is python...

How did you understand that python is needed?

----
blue_ant

Offline

#4 2004-10-10 15:37:17

gwilstrum
Member
Registered: 2004-10-07
Posts: 10

Re: [office: text processing] lyx-qt

Just wanted to say thanks for this - I like Lyx, but didn't enjoy the feel of the previous version from Arch - this looks a lot nicer. Cheers.

Offline

Board footer

Powered by FluxBB