aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lyx/lyx_1.6.1.bb
blob: 0949bccdbd772462a3c703de843cb211d52141f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "LyX is an advanced type setting processor - a frontend for LaTeX"
SECTION = "x11/office"
LICENSE = "GPL"
HOMEPAGE = "http://www.lyx.org"
DEPENDS = "qt4-x11-free"
RSUGGESTS_${PN} = "tetex"
RDEPENDS_${PN} = "python-shell python-textutils"
PR = "r0"

SRC_URI = "\
  ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-${PV}.tar.bz2 \
  file://no-session-manager.patch \
"

inherit qt4x11 autotools

EXTRA_OECONF = "\
  --with-qt4-dir=${QTDIR} \
  --enable-threads=posix \
"

EXTRA_QMAKEVARS_POST = "DEFINES+=_LIBC"
PARALLEL_MAKE = ""

do_configure() {
	gnu-configize
	oe_runconf
}

SRC_URI[md5sum] = "fdac2fc40b435857afa1089fc04c1fcb"
SRC_URI[sha256sum] = "8f45da9653fc9ea927f3b8c7c96390fc8277d7c969b735a7b615c06e4e5c03d7"