Package Details: lyx 2.4.3-4

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)

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:

$ gpg --recv-keys DE7A44FAC7FB382D

Also is possible skip the verification, adding the flag for (e.g makepkg, yay) --skippgpcheck, --nopgpfetch, respectively.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

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.

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...