Commit Graph

48 Commits

Author SHA1 Message Date
R. Ryantm
b13e32f1f8 lyx: 2.3.6.1 -> 2.3.7-1 2024-02-03 21:55:29 +00:00
Adam Joseph
e1792ede74 lyx: fix cross compilation
This commit fixes cross compilation of `lyx` by adding `qtbase` to
its `nativeBuildInputs`.
2023-06-12 03:15:44 -07:00
Adam Joseph
0981043da8 lyx: fix cross
python3 is a nativeBuildInput, not a buildInput
2023-04-08 12:09:36 -07:00
Vladimír Čunát
6930b5bda8
lyx, rr, linuxPackgaes.systemtap: fixup build with gcc12 2023-02-01 16:53:31 +01:00
Artturin
c6568adb00 treewide: makeWrapper buildInputs to nativeBuildInputs
most found with https://github.com/siraben/nix-lint
2022-08-16 13:14:19 +03:00
Frederik Rietdijk
fce33c36b1 lyx: use python3 2021-07-27 20:37:06 +02:00
R. RyanTM
5f621580de lyx: 2.3.6 -> 2.3.6.1 2021-02-26 01:05:27 -05:00
Ben Siraphob
5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
R. RyanTM
552ac65585 lyx: 2.3.5.2 -> 2.3.6 2020-12-02 20:24:07 +00:00
R. RyanTM
4742da0866 lyx: 2.3.5.1 -> 2.3.5.2 2020-07-05 14:32:55 +00:00
R. RyanTM
46d0ce45dd lyx: 2.3.4.3 -> 2.3.5.1 2020-06-10 11:40:15 +00:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
37a0429f75 lyx: 2.3.4 -> 2.3.4.3 2020-02-20 08:46:07 +00:00
Will Dietz
eb50c8b5e5
lyx: 2.3.0 -> 2.3.4
2.3.3: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00180.html
2.3.4: https://www.mail-archive.com/lyx-announce@lists.lyx.org/msg00181.html
2020-02-02 14:27:43 -06:00
Matthew Harm Bekkema
b918bb9e5d lyx: use qt5's mkDerivation
Fixes the error:

    qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
    This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

See #65399
2019-09-12 13:05:48 -04:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Bastian Köcher
e3ad1039c5 lyx: Fixes building with Qt5.11 2018-06-17 12:10:50 +02:00
Ryan Mulligan
299eb877a7 lyx: 2.2.3 -> 2.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/lyx/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyxclient -h` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -h` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -v` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --version` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx -h` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/tex2lyx --help` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/.lyx-wrapped --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/.lyx-wrapped --version` and found version 2.3.0
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyx --help` got 0 exit code
- ran `/nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0/bin/lyx --version` and found version 2.3.0
- found 2.3.0 with grep in /nix/store/p9561m3hhl936qh6wc3zhaypz9axywar-lyx-2.3.0
- directory tree listing: https://gist.github.com/446d7f60ddce2b781c23ff41a2d673d1
2018-03-29 22:57:46 +01:00
Thomas Tuegel
d13bfc0c45
lyx: remove obsolete pkg-config hack 2017-11-07 07:18:47 -06:00
John Ericson
ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Vladimír Čunát
86da6d441f
lyx: maintenance 2.2.2 -> 2.2.3
In particular, they claim some fixes related to Qt-5.8,
so I switched back to using the default Qt (=5.8 ATM).

Tested just briefly.
2017-06-11 17:10:06 +02:00
Vladimír Čunát
0fd5a0c8a3
lyx: 2.1.5 -> 2.2.2
... and use Qt5 now!
2016-12-04 21:11:28 +01:00
Vladimír Čunát
168d6fdf21 lyx: clean the expression a bit
Thanks to Sergiu Ivanov <sivanov@colimite.fr>
2016-09-04 10:53:20 +02:00
Vladimír Čunát
ca61557581 lyx: maintenance 2.1.4 -> 2.1.5 2016-07-03 17:20:45 +02:00
Vladimír Čunát
cf1b771b2e lyx: maintenance update 2015-08-10 15:57:24 +02:00
Vladimír Čunát
4dfafb8ff7 lyx: maintenance update 2015-02-12 20:23:24 +01:00
Vladimír Čunát
7a47efe8f4 lyx: maintenance update 2014-09-27 13:00:21 +02:00
Vladimír Čunát
c659c6ca80 lyx: major update and some fixes 2014-08-14 20:23:21 +02:00
Mateusz Kowalczyk
7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Vladimír Čunát
bf8b81f538 lyx: bugfix update 2.0.6 -> .7 2014-01-26 00:59:59 +01:00
Bjørn Forsman
083d0890f5 More description fixes
* Remove package name
* Start with upper case letter
* Remove trailing period

Also reword some descriptions and move some long descriptions to
longDescription.

I'm not touching generated packages.
2013-10-06 12:01:38 +02:00
Vladimír Čunát
38a59aa953 maintainers: change my attrname to be uniform 2013-06-27 20:43:56 +02:00
Vladimír Čunát
82f5dc59cf lyx: maintenance update, enable check phase 2013-05-13 00:07:15 +02:00
Vladimír Čunát
5ce7642487 Lyx: a bug-fix update. 2013-01-09 00:53:51 +01:00
Vladimír Čunát
b794d22834 Lyx minor update to 2.0.5. 2013-01-01 16:33:56 +01:00
Vladimír Čunát
740cd9b5f4 LyX: add support for spell checking via enchant.
Also comment on testing of other config options.
2012-08-07 16:06:13 +02:00
Vladimír Čunát
98614c72c1 LyX: a minor update. 2012-08-05 14:30:45 +02:00
Vladimír Čunát
ef188787a0 A minor LyX update.
svn path=/nixpkgs/trunk/; revision=34550
2012-06-18 15:41:18 +00:00
Yury G. Kudryashov
0210e20b5a svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/stdenv-updates/; revision=32713
2012-03-01 07:04:39 +00:00
Michael Raskin
3a4916369e Fix LyX dependencies
svn path=/nixpkgs/trunk/; revision=32612
2012-02-27 07:00:01 +00:00
Eelco Dolstra
d4d7931a62 * Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +00:00
Michael Raskin
fdf6512c14 Update LyX
svn path=/nixpkgs/trunk/; revision=27202
2011-05-09 16:59:25 +00:00
Michael Raskin
039e45f584 Update LyX
svn path=/nixpkgs/trunk/; revision=26248
2011-03-10 13:07:47 +00:00
Marc Weber
6ef4de2259 Lyx update
svn path=/nixpkgs/trunk/; revision=21170
2010-04-19 19:41:38 +00:00
Michael Raskin
708c876572 Update LyX
svn path=/nixpkgs/trunk/; revision=17890
2009-10-20 06:57:29 +00:00
Tobias Hammerschmidt
62478d6e0e lyx version update, use texLive instead of tetex
svn path=/nixpkgs/trunk/; revision=11315
2008-03-27 23:33:10 +00:00
Marc Weber
bea41a64b4 lyx added
svn path=/nixpkgs/trunk/; revision=10416
2008-01-30 19:38:07 +00:00