Commit graph

1313 commits

Author SHA1 Message Date
Frederik Rietdijk 1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
worldofpeace 3575bd5e2e aesop: 1.1.2 -> 1.1.3
https://github.com/lainsce/aesop/releases/tag/1.1.3
2019-11-21 08:36:21 -05:00
Martin Milata 879c47c82a libreoffice: add dev output with headers 2019-11-21 03:13:48 +01:00
José Romildo Malaquias d9a6c04e0f
Merge pull request #73704 from romildo/upd.softmaker-office
freeoffice: 971 -> 973
2019-11-20 06:20:50 -03:00
Frederik Rietdijk 10d0c68a9b Merge staging-next into staging 2019-11-20 10:02:21 +01:00
Frederik Rietdijk 65edeb8633 Merge master into staging-next 2019-11-20 10:01:49 +01:00
José Romildo Malaquias cc993f01ac freeoffice: missing 96x96 application icons in freeoffice 973 2019-11-19 18:15:05 -03:00
Frederik Rietdijk 5f8b0d7d99 Merge staging-next into staging 2019-11-19 14:53:29 +01:00
adisbladis c9d8624ccd
treewide: Get rid of libGLU_combined 2019-11-18 20:10:43 +00:00
José Romildo Malaquias 8549294bd1 freeoffice: 971 -> 973 2019-11-18 16:24:32 -03:00
Will Dietz 0bc5af8df1
qownnotes: 19.10.10 -> 19.11.4 2019-11-17 08:04:57 -06:00
Frederik Rietdijk be7125dde7 Merge master into staging-next 2019-11-16 11:45:07 +01:00
Vincent Laporte c1966522d7 gnumeric: 1.12.45 → 1.12.46
goffice: 0.10.45 → 0.10.46
2019-11-15 22:50:52 +00:00
Frederik Rietdijk c6e31d0767 Merge master into staging-next 2019-11-14 13:31:39 +01:00
worldofpeace 7c8b042723 mendeley: use wrapQtApp 2019-11-13 19:03:45 -05:00
worldofpeace c62c7b8f5f
Merge pull request #73326 from alexarice/mendeley-qt-fix
mendeley: Use Qt mkDerivation
2019-11-13 23:59:25 +00:00
R. RyanTM 172899638e atlassian-cli: 8.5.0 -> 9.0.0
(#72425)
2019-11-13 13:31:27 +01:00
Alex Rice 658bf7fe9b
mendeley: Use QT mkDerivation 2019-11-13 08:55:06 +00:00
Samuel W. Flint 27e784341e fava: add missing build input 2019-11-13 00:13:32 -08:00
Frederik Rietdijk 73b88e17dd Merge staging-next into staging 2019-11-11 12:09:26 +01:00
Christine Koppelt 60fade5c03 sablotron: remove 2019-11-08 22:25:08 +01:00
R. RyanTM d3cf60344b zotero: 5.0.73 -> 5.0.77 (#72693) 2019-11-07 23:29:28 +01:00
Marek Mahut c9dbfad745
Merge pull request #72428 from mmahut/flexibee
flexibee: 2019.3.0.3 -> 2019.3.0.7 and adding the server binary
2019-11-07 19:44:35 +01:00
Jonathan Ringer 062a4d4081 paperwork`: add missing dependency 2019-11-04 01:54:26 -08:00
Marek Mahut 0534e9c4b3 flexibee: 2019.3.0.3 -> 2019.3.0.7 2019-11-03 16:43:55 +01:00
Marek Mahut ee71de7240 flexibee: adding flexibee-server 2019-11-03 16:43:55 +01:00
Jan Tojnar 946ef1723b
Merge pull request #62137 from tbenst/pympress
pympress: init at 1.2.0
2019-10-30 15:09:15 +01:00
Tyler Benster 6b9a6f29b7
pympress: init at 1.4.0
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-30 13:31:02 +01:00
Mario Rodas 66b7ad13c9
Merge pull request #71867 from r-ryantm/auto-update/todoman
todoman: 3.6.0 -> 3.7.0
2019-10-30 01:50:26 -05:00
José Romildo Malaquias a3d3864b02
Merge pull request #72174 from danieldk/softmaker-office-972
softmaker-office: 970 -> 972
2019-10-29 11:57:02 -03:00
Jörg Thalheim 91f4d7a818 kmymoney: 5.0.5 -> 5.0.7 2019-10-29 02:30:04 -07:00
Daniël de Kok 1de992c4d1 softmaker-office: 970 -> 972
Changes:
https://www.softmaker.com/en/servicepacks-office-changelog
2019-10-28 17:00:15 +01:00
R. RyanTM a6b64a828d qownnotes: 19.9.16 -> 19.10.10 (#71866)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/qownnotes/versions
2019-10-25 17:58:42 +02:00
Aaron Andersen f1ea0a173f
Merge pull request #71303 from Flakebi/master
skrooge: Fix build
2019-10-25 04:03:14 -04:00
R. RyanTM 4e8c77b9bf todoman: 3.6.0 -> 3.7.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/todoman/versions
2019-10-23 14:38:56 -07:00
Daniël de Kok 6f6331dbb3 softmaker-office: fix product unlock error
SoftMaker/FreeOffice collects some system information upon unlocking the
product. But in doing so, it attempts to execute /bin/ls. If the execve
syscall fails, the whole unlock procedure fails. This works around that
by rewriting /bin/ls to the proper path.

SoftMaker Office restarts itself upon some operations, such changing the
theme and unlocking. Unfortunately, we do not have control over its
environment then and it will fail with an error. Starting SoftMaker
Office from scratch will then work.

Fixes #71228
2019-10-20 19:36:35 +02:00
Flakebi 1d5661cd80
skrooge: Fix build 2019-10-18 11:15:31 +02:00
José Romildo Malaquias a81a6b3d72 freeoffice: 970 -> 971 2019-10-16 08:44:58 -03:00
Marek Mahut 1261bb9177
Merge pull request #70580 from r-ryantm/auto-update/flexibee
flexibee: 2019.2.5 -> 2019.3.0.3
2019-10-15 15:54:02 +01:00
worldofpeace f0e5192fe2 spice-up: fix build with vala 0.46
See: https://github.com/Philip-Scott/Spice-up/pull/288
2019-10-14 16:49:39 -04:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
kjuvi 5075996b59 envelope: init at 0.0.4
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-12 18:05:44 -04:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
worldofpeace bdb851ee2d pantheon: use latest vala
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.

As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
R. RyanTM 9f850a282f flexibee: 2019.2.5 -> 2019.3.0.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flexibee/versions
2019-10-06 23:12:43 -07:00
worldofpeace e1f961dc80
Merge pull request #70377 from Kjuvi/timetable
timetable: 1.0.8 -> 1.0.9
2019-10-05 11:25:59 +00:00
R. RyanTM 43fe77c0e8 qownnotes: 19.8.6 -> 19.9.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/qownnotes/versions
2019-10-04 23:51:53 +02:00
Quentin Vaucher 2691337a68 timetable: 1.0.8 -> 1.0.9 2019-10-04 11:59:55 +02:00