Sorry @rellieberman. I use my arm machine too infrequently to routinely test every release.
Search Criteria
Package Details: lyx 2.4.3-4
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 (pabryan) |
Last Packager: | carlosal1015 |
Votes: | 103 |
Popularity: | 1.12 |
First Submitted: | 2022-04-01 17:55 (UTC) |
Last Updated: | 2025-05-13 16:05 (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-full-gitAUR, imagemagick-fullAUR)
- 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-dummyAUR, texlive-installerAUR, texlive-fullAUR) (optional) – float wrap support
Required by (2)
- libzlog (make)
- tremulous-gpp (optional)
Sources (5)
serat commented on 2024-06-14 07:21 (UTC)
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.
nihil39 commented on 2024-06-01 18:06 (UTC)
I can confirm that @Rhinoceros PKGBUILD fixes the problem. The maintainer @carlosal1015 should just change the pkgbuild
ajdunlap commented on 2024-06-01 15:41 (UTC)
The package installs org.lyx.LyX.metainfo.xml in /usr/share/metainfo by default, so do we need any manual installation of it at all?
nihil39 commented on 2024-06-01 07:31 (UTC)
Looks like appdata.xml got moved to org.lyx.LyX.metainfo.xml:
https://git.lyx.org/gitweb/?p=lyx.git;a=commitdiff;h=837791c5ef4daab5b3244c4afbd9adf0dbbfb5a2
I have the same problem, should we move it manually?
Rhinoceros commented on 2024-06-01 07:30 (UTC)
Thanks @petris. Build also fails for me. I can confirm that the following change to the PKGBUILD
fixes it
--- a/PKGBUILD 2024-06-01 17:17:20.569229943 +1000
+++ b/PKGBUILD 2024-06-01 17:24:51.012546571 +1000
@@ -39,7 +39,7 @@
cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
# install appdata
- install -Dm644 lib/appdata.xml "$pkgdir"/usr/share/metainfo/lyx.appdata.xml
+ install -Dm644 lib/org.lyx.LyX.metainfo.xml "$pkgdir"/usr/share/metainfo/lyx.appdata.xml
# install default config file
install -Dm644 "${srcdir}/lyxrc.dist" "${pkgdir}/etc/lyx/lyxrc.dist"
petris commented on 2024-06-01 00:25 (UTC)
2.4.0-1 fails to build:
install: cannot stat 'lib/appdata.xml': No such file or directory
Looks like appdata.xml got moved to org.lyx.LyX.metainfo.xml:
https://git.lyx.org/gitweb/?p=lyx.git;a=commitdiff;h=837791c5ef4daab5b3244c4afbd9adf0dbbfb5a2
je-vv commented on 2024-05-20 21:50 (UTC)
BTW, currently default servers not working, however the mirrors do, for example https://mirrors.ibiblio.org is working fine...
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.