Commit Graph

63 Commits

Author SHA1 Message Date
R. Ryantm
00f9fa58f2 texstudio: 4.8.3 -> 4.8.4 2024-10-04 22:20:08 +00:00
Weijia Wang
f5ccdfeac5
texstudio: 4.8.2 -> 4.8.3 (#343390) 2024-09-27 00:51:02 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
fa9140e511 texstudio: 4.8.2 -> 4.8.3 2024-09-21 00:31:59 +00:00
Markus Kowalewski
464e93f224
texstudio: update meta.changelog 2024-09-07 20:58:49 +02:00
R. Ryantm
0a84ba4c31 texstudio: 4.8.1 -> 4.8.2 2024-08-29 03:12:58 +00:00
R. Ryantm
23050e569e texstudio: 4.8.0 -> 4.8.1 2024-06-08 02:54:16 +00:00
R. Ryantm
8585a50f64 texstudio: 4.7.3 -> 4.8.0 2024-05-12 00:28:15 +00:00
R. Ryantm
f76d416eef texstudio: 4.7.2 -> 4.7.3 2024-03-04 14:23:44 +01:00
R. Ryantm
e46cb038b1 texstudio: 4.7.1 -> 4.7.2 2023-12-25 00:02:47 +00:00
skorpy
3db76b1a0f texstudio: 4.6.3 -> 4.7.1
Signed-off-by: skorpy <skorpy@frankfurt.ccc.de>
2023-12-07 23:36:49 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Artturi
21088cf44c
Merge pull request #249937 from mohe2015/fix-textstudio-on-wayland 2023-11-18 21:58:13 +02:00
Zhenbo Li
e680a25428 texstudio: add darwin support
Co-authored-by: Marco Rebhan <me@dblsaiko.net>
Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
2023-11-16 22:28:33 +01:00
Moritz Hedtke
da6cec5999 texstudio: add qtwayland as dependency 2023-11-14 20:51:47 +01:00
ajs124
7ea6850614 texstudio: 4.6.2 -> 4.6.3 2023-08-14 15:35:49 +02:00
ajs124
07347b5352 texstudio: qt5 -> qt6 2023-07-31 12:04:06 +02:00
ajs124
f66a174272 texstudio: 4.5.2 -> 4.6.2
https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-2
https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-1
https://texstudio-org.github.io/CHANGELOG.html#texstudio-4-6-0
2023-07-31 11:52:30 +02:00
Goetz
3f229e3f9d texstudio: 4.5.1 -> 4.5.2 2023-05-07 21:43:06 +02:00
R. Ryantm
4d81d71515 texstudio: 4.4.1 -> 4.5.1 2023-02-08 19:25:32 +00:00
R. Ryantm
7bd19b77b5 texstudio: 4.4.0 -> 4.4.1 2022-11-30 02:38:29 +00:00
R. Ryantm
d0c6333f1f texstudio: 4.3.1 -> 4.4.0 2022-11-20 06:21:18 +00:00
ajs124
bb742b2bb9 texstudio: 4.3.0 -> 4.3.1 2022-08-28 14:59:33 +02:00
ajs124
9fce752330 texstudio: 4.2.3 -> 4.3.0 2022-08-08 14:31:17 +02:00
ajs124
d3befb0ccb texstudio: 4.2.2 -> 4.2.3 2022-04-23 21:54:51 +01:00
R. Ryantm
927ff6c2ed texstudio: 4.2.1 -> 4.2.2 2022-02-21 01:02:39 +00:00
R. Ryantm
51d1b081b5 texstudio: 4.2.0 -> 4.2.1 2022-01-29 09:13:43 +00:00
R. Ryantm
1b34a8e8b3 texstudio: 4.1.2 -> 4.2.0 2022-01-11 12:15:51 +00:00
R. Ryantm
6871e40bbb texstudio: 4.1.1 -> 4.1.2 2021-12-12 15:23:35 +00:00
R. Ryantm
6c4a8c770f texstudio: 4.0.2 -> 4.1.1 2021-12-06 14:20:40 +00:00
Robbert Gurdeep Singh
d446cb11b5 texstudio: 4.0.0 -> 4.0.2 2021-10-25 23:49:29 +02:00
ajs124
d513da881c texstudio: 3.1.2 -> 4.0.0 2021-10-03 02:56:26 +02:00
LeUlukai
76b536fc45 texstudio: 3.1.1 -> 3.1.2 2021-05-29 11:15:41 +02:00
R. RyanTM
1ec1a234d8
texstudio: 3.1.0 -> 3.1.1 (#114106) 2021-02-23 12:55:16 +01:00
R. RyanTM
f511c53697 texstudio: 3.0.4 -> 3.1.0 2021-02-18 17:14:23 +00:00
LeUlukai
e26f007f21 texstudio: 3.0.3 -> 3.0.4 2021-02-04 20:58:36 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
ajs124
39c6139dd5 texstudio: 3.0.1 -> 3.0.3 2020-12-30 00:40:02 +01:00
LeUlukai
c35b6b3b5c texstudio: 3.0.0 -> 3.0.1 2020-09-15 20:52:16 +02:00
ajs124
e56f55fe52 texstudio: 2.12.22 -> 3.0.0
this release drops qt4 support, but we haven't been using that for >2 years anyways
2020-08-27 13:49:53 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
ajs124
ed1db01785 texstudio: 2.12.20 -> 2.12.22
also add myself as maintainer
2020-03-12 23:58:40 +00:00
ajs124
417efa994e texstudio: 2.12.16 -> 2.12.20
tabs -> spaces
2020-01-16 16:44:12 +00:00
nek0
8c42dbad30 texstudio: fix missing xcb platform plugin error 2019-11-16 11:47:10 +01:00
Alexandre Joannou
4f9fae2e32 texstudio: fix qt wrapping and explicitly receive qt attributes (#73298) 2019-11-13 00:13:48 -05: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
R. RyanTM
10d80720b0 texstudio: 2.12.14 -> 2.12.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/texstudio/versions
2019-05-25 08:30:29 +02:00
R. RyanTM
1c1dce6079 texstudio: 2.12.10 -> 2.12.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/texstudio/versions
2018-12-13 23:23:02 -08:00
Matthew Bauer
76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM
0e59b1c1ed texstudio: 2.12.8 -> 2.12.10 (#43154)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

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

Version release notes (from GitHub):
TeXstudio 2.12.10
----------------
- bug fixes
- fix structure view with Qt >5.10

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10/bin/texstudio had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 2.12.10 with grep in /nix/store/lpnv7mgqxh4dvngjkda0l04lsqg99ad0-texstudio-2.12.10
- directory tree listing: https://gist.github.com/30bd87321ac5fe523c2a1eb759af22c9
- du listing: https://gist.github.com/04363c828381c5273c6c80caa9b552f4
2018-07-08 01:16:46 +02:00