LyX 2.4.2 was not officially released, and in fact will not be released -- there was a bug and so they're going straight to 2.4.2.1; see https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg222984.html . Seems that the packaging jumped the gun a little bit.
Search Criteria
Package Details: lyx 2.4.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lyx.git (read-only, click to copy) |
---|---|
Package Base: | lyx |
Description: | An advanced WYSIWYM document processor & LaTeX front-end |
Upstream URL: | https://www.lyx.org |
Keywords: | latex |
Licenses: | GPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 102 |
Popularity: | 0.78 |
First Submitted: | 2022-04-01 17:55 (UTC) |
Last Updated: | 2024-10-05 04:39 (UTC) |
Dependencies (14)
- desktop-file-utils (desktop-file-utils-gitAUR)
- enchant
- file (file-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- hunspell (hunspell-gitAUR)
- imagemagick (imagemagick-gitAUR, imagemagick-fullAUR, imagemagick-full-gitAUR)
- libmythes
- python (python37AUR, python311AUR, python310AUR)
- qt6-svg
- bc (bc-ghAUR) (make)
- boost (boost-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (optional) – support for python scripts
- rcs (optional) – built-in version control system
- texlive-latexextra (texlive-installerAUR, texlive-fullAUR, texlive-dummyAUR) (optional) – float wrap support
Required by (2)
- libzlog (make)
- tremulous-gpp (optional)
Sources (3)
ajdunlap commented on 2024-09-27 02:37 (UTC)
Rhinoceros commented on 2024-07-10 11:54 (UTC)
No worries @rajatmo. Glad to help.
rajatmo commented on 2024-07-10 11:33 (UTC)
@carlosal1015 Thank you. @Rhinoceros I did not know that, I am sorry for the confusion. Thank you for pointing me to the right direction.
carlosal1015 commented on 2024-07-05 14:45 (UTC)
Nice, let's do optional for texlive-basic
.
Rhinoceros commented on 2024-07-05 10:53 (UTC)
@rajatmo I agree with the first point, but for the second point, -j
is generally specified in your system's makepkg.conf
instead.
rajatmo commented on 2024-07-05 09:15 (UTC)
I am requesting to make texlive dependency optional because these texlive packages are not at all easy to update/modify. LyX in general do not require a tex distribution at installation time in any other OS.
A second request is to use make -j4
for faster compilation. Even cheap smartphones have at least quad core processor.
serat commented on 2024-06-14 07:21 (UTC)
Sorry @rellieberman. I use my arm machine too infrequently to routinely test every release.
rellieberman commented on 2024-06-13 16:56 (UTC)
Now with Arch Linux Ports getting started maybe its worth adding arch=aarch64 to the package itself. Serat, do you run arm as you daily driver? maybe you could test new releases if you have the time... :)
serat commented on 2024-06-13 14:27 (UTC)
Thank you for maintaining this. Just in case it is useful for someone, it works on aarch64 as long as you change "arch=(x86_64)" to "arch=(x86_64 aarch64)" in the PKGBUILD.
Xavier commented on 2024-06-02 00:59 (UTC)
Hi Carlos, thanks so much for maintaining this package. With this version Lyx now supports Qt6, I tested and it works like a charm, better integration in DEs, e.g. Kde where Qt6 is by default, and most of the Qt apps are moving to v6. So, for me, there is no point in continuing with Qt5, to change it is pretty easy, just update the depends and change --enable-qt5
to --enable-qt6
and that is all.
Pinned Comments
carlosal1015 commented on 2022-04-03 19:23 (UTC) (edited on 2022-04-03 19:24 (UTC) by carlosal1015)
Important note: Is recommended to receive the following key before to install:
Also is possible skip the verification, adding the flag for (e.g
makepkg
,yay
)--skippgpcheck
,--nopgpfetch
, respectively.