Commit Graph

15 Commits

Author SHA1 Message Date
Adam Joseph
210852bd51 pdfstudio: gcc -> stdenv.cc.cc 2023-02-28 22:45:40 +02:00
Adam Joseph
34bb2681f5 pdfstudio: remove libgccjit dependency
I don't think pdfstudio depends on libgccjit.  If it did, that would
be a license violation.  Unlike the other libraries in gcc,
libgccjit is licensed GPLv3 with no exceptions, since libgccjit
contains the entire compiler.

I wasn't able to build pdfstudio2022 prior to this PR due to openjdk
breakage.  However I did download and extract the `.deb` used, and
ran this command, which produced no outputs:

```
find . -name \*.so -exec ldd {} \; | grep libgccjit
```

Maybe somebody confused `libgccjit` with (may it rest in peace)
`libgcj`?
2023-01-17 21:23:10 -08:00
David Whiting
593d839e8f
pdfstudio2022: 2022.1.1 -> 2022.1.3 2022-12-22 15:06:07 +08:00
Philipp Woelfel
da346e4823 pdfstudio: v2022.0.2 -> v2022.1.1 2022-10-24 14:33:13 -06:00
Philipp Woelfel
2c203ec12a pdfstudio/pdfstudioviewer: improve package naming schemes and add/upgrade to 2022.0.2 2022-09-25 01:35:39 -06:00
Philipp Woelfel
f136e63c1b pdfstudio / pdfstudioviewer: 2021.1.3 -> 2021.2.0 2022-06-28 16:38:36 -06:00
Robert Scott
466c2e342a treewide/applications: add sourceType binaryNativeCode for many packages 2022-06-23 18:38:19 +01:00
Philipp Woelfel
b5f6673f09 pdfstudio: 2021.1.2 -> 2021.1.3 2022-04-17 18:41:58 -06:00
K900
cb2cfba6f7 treewide: switch all desktop file generators to new API
Notably:
- remove explicit arguments that match the defaults
- convert everything to the right Nix types
2022-02-25 13:40:38 -08:00
Philipp Woelfel
1f3c6c657d
pdfstudio: added function for creating src url (#156635)
pdfstudio: added function for creating src url
2022-01-31 21:13:37 +01:00
Philipp Woelfel
e79bb564af
pdfstudio: merge with package pdfstudioviewer (#156274)
* pdfstudio: merge with pdfstudioviewer and use FHS sandbox to fix printing

Co-authored-by: Ivv <41924494+IvarWithoutBones@users.noreply.github.com>
2022-01-25 00:30:39 +01:00
Philipp Woelfel
c1d1cdfe13 pdfstudio: refactor / use jdk11 2022-01-21 12:51:53 -07:00
Philipp Woelfel
be4504dd16 pdfstudio: 2021.1.1 -> 2021.1.2 2022-01-12 16:33:56 -07:00
Philipp Woelfel
edc46983fc pdfstudio: init at 2021.1.1 2021-12-21 00:52:30 -07:00
Philipp Woelfel
19790c4122 maintainers: add pwoelfel 2021-12-21 00:51:51 -07:00