Package Details: lyx-git 2.4.Beta1.r369.g109ea2be4a-1

Git Clone URL: https://aur.archlinux.org/lyx-git.git (read-only, click to copy)
Package Base: lyx-git
Description: An advanced WYSIWYM document processor & LaTeX front-end
Upstream URL: http://www.lyx.org
Keywords: latex lyx lyx-git texlive
Licenses: GPL
Conflicts: lyx
Provides: lyx
Submitter: a36233
Maintainer: a36233
Last Packager: a36233
Votes: 7
Popularity: 0.002002
First Submitted: 2016-07-06 09:25 (UTC)
Last Updated: 2022-01-04 15:48 (UTC)

Required by (2)

Sources (1)

Latest Comments

1 2 Next › Last »

mfcmquintela commented on 2024-01-26 12:26 (UTC) (edited on 2024-01-26 12:26 (UTC) by mfcmquintela)

lyx-git fails to build due to updated autoconf 2.72, while package only "supports" up to 2.71. Mimicking what is done in the lyx aur pkgbuild(https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=lyx#n28), adding a prepare() function allows successful building

prepare() { # Expand the automake compatibility version sed -i 's/2.71/2.7[1-9]/' "${srcdir}/${_pkgname}"/autogen.sh }

mfcmquintela commented on 2022-01-04 14:04 (UTC) (edited on 2022-01-04 15:38 (UTC) by mfcmquintela)

Please update pkgbuild to remove "replaces=('')". It makes no sense and breaks certain aur helpers (namely paru). Also, makepkg recently stopped/is planning to stop allowing it https://lists.archlinux.org/pipermail/pacman-dev/2020-October/024607.html

EDIT: My mistake, the problem is in .SRCINFO line 30 " replaces = ". Could you please remove that, as it serves no purpose? The previous comment still applies

FFY00 commented on 2020-04-07 15:34 (UTC) (edited on 2020-04-07 15:34 (UTC) by FFY00)

Why are you setting set -o pipefail in pkgver()?

Also, you shouldn't pass -j"$(nproc)" to make, edit MAKEFLAGS in /etc/makepkg.conf instead.

a36233 commented on 2020-03-20 12:31 (UTC)

lyx-git is directly compiled from master, no need to flag as outdated, just need to rebuild and it will get the latest version. https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages?

frsfnrrg commented on 2018-02-14 18:53 (UTC)

Dependency python2-pyenchant seems to be unnecessary.

a36233 commented on 2017-06-24 14:05 (UTC)

PKGBUILD updated

haawda commented on 2017-06-12 15:27 (UTC)

provides=('lyx-git') makes no sense, each package provides itself. conflicts=('lyx lyx-git') similar. replaces=('lyx lyx-git') makes no sense at all in AUR and is made for another purpose, e.g. when a Project gets renamed completely. provides=('lyx') conflicts=('lyx')

a36233 commented on 2016-09-27 09:56 (UTC)

Last commit I've added bc to makedepends