Search Criteria
Package Details: lyx-git 2.4.Beta1.r369.g109ea2be4a-1
Package Actions
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.000016 |
First Submitted: | 2016-07-06 09:25 (UTC) |
Last Updated: | 2022-01-04 15:48 (UTC) |
Dependencies (19)
- boost-libs
- enchant
- file (file-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR)
- libmythes
- python (python37AUR, python311AUR, python310AUR)
- python-pyenchant
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR)
- qt5-svg (qt5-svg-gitAUR)
- autoconf (autoconf-gitAUR) (make)
- automake (automake-gitAUR) (make)
- bc (bc-ghAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- rcs (optional)
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (optional)
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional)
Required by (2)
- libzlog (requires lyx) (make)
- tremulous-gpp (requires lyx) (optional)
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
inpkgver()
?Also, you shouldn't pass
-j"$(nproc)"
tomake
, editMAKEFLAGS
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)
haawda commented on 2017-06-12 15:27 (UTC)
a36233 commented on 2016-09-27 09:56 (UTC)
1 2 Next › Last »