Commit graph

1922 commits

Author SHA1 Message Date
Daniël de Kok e883c6578c softmaker-office: remove /bin/ls intercept
This does not seem to be necessary anymore and fixes segmentation
faults on 20.03.
2020-09-21 19:56:29 +02:00
Daniël de Kok ac49c2f72a freeoffice: 976 -> 978
Fixes #98385.
2020-09-21 15:21:57 +02:00
Robert Scott 5ace6ec724
Merge pull request #97911 from liff/zhf/wordgrinder
wordgrinder: fix build
2020-09-16 22:23:30 +01:00
Moritz Scheuren 80ab67af5e gtg: unstable-2020-08-02 -> unstable-2020-09-16 2020-09-16 18:56:56 +02:00
Olli Helenius 8cb1e75e3b
wordgrinder: fix build 2020-09-13 19:47:53 +03:00
Daniël de Kok e2c8ae9881 softmaker-office: 1018 -> 1020 2020-09-12 19:39:28 +02:00
Erik Arvstedt 684496cfb6 paperless: fix build
Paperless was dependent on older older versions of recently updated
Python packages.
2020-09-09 19:39:06 -07:00
Tiago Castro 4964392e48 p3x-onenote: init at 2020.10.111 2020-09-08 17:22:06 -07:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Yannis Koutras 35e113ecc7
Merge pull request #93947 from r-ryantm/auto-update/skrooge
skrooge: 2.22.1 -> 2.23.0
2020-09-05 20:05:55 +02:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
R. RyanTM 84e2a0d93b espanso: 0.7.0 -> 0.7.1 2020-09-04 10:57:46 -07:00
Anderson Torres 59f5cbd922
Merge pull request #96932 from chkno/gtg-tests
gtg: Run tests
2020-09-03 16:45:26 -03:00
Daniël de Kok 17d334e05c
Merge pull request #96900 from danieldk/zotero-impurity
zotero: fix reliance on coreutils being in PATH
2020-09-03 20:42:51 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Fabian Möller d43db8abbc
libreoffice-still: fix build 2020-09-03 14:42:11 +02:00
Michael Raskin d46e488795
Merge pull request #96474 from dguibert/dg/libreoffice-7
libreoffice-fresh: 6.4.3.2 -> 7.0.0.3
2020-09-03 05:17:08 +00:00
Moritz Scheuren 43afce40d6 portfolio: 0.48.0 -> 0.48.1 2020-09-02 14:27:43 -07:00
Scott Worley 8ebee6e3a6 gtg: Run tests 2020-09-01 14:18:18 -07:00
Daniël de Kok 13ab2b4b10 zotero: fix reliance on coreutils being in PATH
zotero currently fails in pure environments with:

.zotero-wrapped: line 12: readlink: command not found
.zotero-wrapped: line 12: dirname: command not found
.zotero-wrapped: line 13: /zotero-bin: No such file or directory

Because the script assumes that readlink and dirname are
available. Fix by adding coreutils to PATH using the wrapper.
2020-09-01 13:29:46 +02:00
Daniël de Kok 592adc7915
Merge pull request #96750 from r-ryantm/auto-update/zotero
zotero: 5.0.88 -> 5.0.89
2020-09-01 13:18:52 +02:00
Moritz Scheuren db7832d0e5 portfolio: 0.47.0 -> 0.48.0 2020-09-01 11:12:01 +02:00
Mario Rodas df9f71c21f
Merge pull request #96722 from r-ryantm/auto-update/todo.txt-cli
todo-txt-cli: 2.11.0 -> 2.12.0
2020-08-31 19:27:40 -05:00
Jonathan Ringer ceaf053456 gnumeric: 1.12.47 -> 1.12.48 2020-08-31 17:15:13 -07:00
R. RyanTM ada252961c zotero: 5.0.88 -> 5.0.89 2020-08-31 10:17:52 +00:00
R. RyanTM 98d12d176f todo-txt-cli: 2.11.0 -> 2.12.0 2020-08-31 03:08:13 +00:00
Nikolay Korotkiy 3106c30903 cmake: fix CMAKE_FIND_FRAMEWORK 2020-08-29 13:37:56 +02:00
Christian Kampka 70871ae186
trilium: 0.43.3 -> 0.43.4 2020-08-28 17:11:09 +02:00
David Guibert aa91966430 libreoffice-fresh: 6.4.3.2 -> 7.0.0.3 2020-08-27 16:09:53 +02:00
Matthew Bauer 25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
R. RyanTM df2317a6e3 flexibee: 2020.2.1.2 -> 2020.2.3.1 2020-08-26 08:51:25 +02:00
Frederik Rietdijk 081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
Peter Hoeg 7cf3cd3434
Merge pull request #95893 from NixOS/u/kapps_2008
kdeApplications: 20.04.3 -> 20.08.0
2020-08-25 19:41:53 +08:00
Daniël de Kok 50438eba6c softmaker-office, freeoffice: make it easy to override versions
Make the edition, version, and hash easier to override to support
users who have a license for an older version of Softmaker Office.
With this change one can e.g. use Softmaker Office 2018 with:

softmaker-office.override {
  officeVersion = {
    edition = "2018";
    version = "976";
    sha256 = "0j6zm0cbxrcgm7glk84hvvbp4z0ys6v8bkwwhl5r7dbphyi72fw8";
  };
}

This also helps people fix things when upstream has replaced the
previous version's tarball and this hasn't been fixed in nixpkgs yet.
2020-08-24 13:07:33 +02:00
Daniël de Kok e097fbbe11 softmaker-office: 1016 -> 1018 2020-08-24 08:22:33 +02:00
Peter Hoeg 7bb2382432 calligra: 3.1.0 -> 3.2.0 2020-08-24 08:10:59 +08:00
Sebastien Bariteau 126d456ece espanso: 0.6.3 -> 0.7.0 2020-08-22 16:40:50 -04:00
Lassulus c384897a39
Merge pull request #92286 from ktor/timeular-init
timeular: init at 3.4.1
2020-08-21 15:20:56 +02:00
Pawel Kruszewski 7e74f610fb timeular: init at 3.4.1 2020-08-18 09:05:44 +02:00
Christian Kampka 3331f45cf8 trilium: 0.43.2 -> 0.43.3 2020-08-16 13:27:37 +00:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Alvar Penning 0a53c6b565 maintainers: rename geistesk to oxzi
For reasons I have renamed my GitHub account and would like to include
this name change here.
2020-08-15 16:03:46 +02:00
Moritz Scheuren 4768d045f0 license changed to gpl3Plus (for gtg and liblarch) 2020-08-10 10:34:53 -07:00
Daniël de Kok a5d6a46776
Merge pull request #93822 from oyren/update-portfolio
portfolio: 0.46.6 -> 0.47.0
2020-08-09 14:36:42 +02:00
Mario Rodas 744d43f8ef
ledger: fix build on darwin 2020-08-05 18:18:18 -05:00
John Wiegley e4143bc504
Merge pull request #94496 from jonringer/bump-ledger
ledger: 3.1.3 -> 3.2.1
2020-08-05 09:17:22 -07:00
Moritz Scheuren 31dde677a6 gtg: refactor (description, platform, version, requirement, formatting) 2020-08-05 18:02:20 +02:00
Moritz Scheuren 2d6c2690f6 gtg: init at 0.4.0 2020-08-04 18:08:22 -07:00
Jonathan Ringer c9c8acfbc8
ledger: 3.1.3 -> 3.2.1 2020-08-01 17:58:42 -07:00
R. RyanTM 2af72635ab elementary-planner: 2.4.5 -> 2.4.6 2020-08-01 02:16:05 +00:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
R. RyanTM e23c0930a2 skrooge: 2.22.1 -> 2.23.0 2020-07-27 02:57:07 +00:00
Moritz Scheuren 62f269b4ac portfolio: 0.46.6 -> 0.47.0 2020-07-25 16:31:54 +02:00
Daniël de Kok 8b0221cbe7
Merge pull request #93577 from danieldk/freeoffice-version
softmaker-office, freeoffice: change version to edition.version
2020-07-24 12:25:11 +02:00
Daniël de Kok 9683e40bf1 softmaker-office, freeoffice: change version to edition.version
This makes the versioning compatible with Repology and other
distributions:

https://repology.org/project/freeoffice/versions
2020-07-21 08:14:30 +02:00
Alvar Penning 7a53f9b096 watson: 1.9.0 -> 1.10.0 2020-07-19 14:19:10 +02:00
pacien 16d8632355 beamerpresenter: 0.1.1 -> 0.1.2 2020-07-18 12:40:43 +02:00
R. RyanTM 3f9565e57f osmo: 0.4.2 -> 0.4.4 2020-07-17 20:15:44 +00:00
Christian Kampka 3621f27824
trilium: 0.43.1 -> 0.43.2 2020-07-13 12:01:43 +02:00
Will Dietz 9518824d26
Merge pull request #88263 from kampka/trilium
trilium: 0.42.2 -> 0.42.7
2020-07-09 14:40:27 -05:00
Daniël de Kok 3dd18f05e5
Merge pull request #92525 from dtzWill/fix/softmaker-office-hashfix
softmaker-office: 1014 -> 1016
2020-07-08 09:19:56 +02:00
Will Dietz 536eb48ca9 softmaker-office: 1014 -> 1016 2020-07-08 09:15:26 +02:00
Daniël de Kok c54edfed06
Merge pull request #92662 from r-ryantm/auto-update/zotero
zotero: 5.0.87 -> 5.0.88
2020-07-08 08:33:49 +02:00
Daniël de Kok f06fe1a94a
Merge pull request #92664 from r-ryantm/auto-update/zim
zim: 0.72.1 -> 0.73.1
2020-07-08 08:31:52 +02:00
R. RyanTM ac5706ade6 zim: 0.72.1 -> 0.73.1 2020-07-07 23:32:18 +00:00
R. RyanTM 9668017dc0 zotero: 5.0.87 -> 5.0.88 2020-07-07 23:18:45 +00:00
worldofpeace 0c0a8ed626 elementary-planner: 2.4.2 -> 2.4.5 2020-07-07 17:40:25 -04:00
Daniël de Kok 7c162b0939
Merge pull request #92480 from pacien/beamerpresenter-init
beamerpresenter: init at 0.1.1
2020-07-07 19:54:17 +02:00
R. RyanTM 62d18f7873 flexibee: 2019.3.1.3 -> 2020.2.1.2 2020-07-07 10:07:18 -07:00
pacien e2b498ff08 beamerpresenter: init at 0.1.1 2020-07-07 18:27:13 +02:00
Daniël de Kok 13b8f41c56
Merge pull request #92174 from oyren/update-portfolio
portfolio: 0.46.3 -> 0.46.6
2020-07-06 16:07:19 +02:00
Moritz Scheuren c52af984c2 portfolio: 0.46.3 -> 0.46.6 2020-07-06 16:02:20 +02:00
Daniel Șerbănescu 8cf4393152 libreoffice: add danish support 2020-07-05 07:52:45 +02:00
Daniel Șerbănescu ddee83bcb5 libreoffice: added ro locale. 2020-07-03 18:49:56 +02:00
Daniël de Kok ceb5d5a0ef
Merge pull request #86495 from kimat/kimat-espanso-0.5.5
espanso: init at 0.6.3
2020-07-03 06:52:07 +02:00
R. RyanTM 252b838a7c atlassian-cli: 9.2.0 -> 9.3.0 2020-07-02 17:56:08 -07:00
Kimat Boven 6f460a74a1 espanso: init at 0.6.3 2020-07-03 00:12:03 +02:00
Maximilian Bosch 98147846ef
Merge pull request #91868 from r-ryantm/auto-update/todoman
todoman: 3.7.0 -> 3.8.0
2020-07-01 00:35:11 +02:00
R. RyanTM 13dbc08770 todoman: 3.7.0 -> 3.8.0 2020-06-30 17:33:15 +00:00
worldofpeace 4b129d197f
Merge pull request #91554 from r-ryantm/auto-update/elementary-planner
elementary-planner: 2.3.5 -> 2.4.2
2020-06-26 16:22:05 -04:00
Gabriel Ebner c041d53ba0
Merge pull request #91417 from elohmeier/octoprint-werkzeug 2020-06-26 13:07:29 +02:00
Enno Lohmeier 63bcf4f4ec trytond: convert to python package 2020-06-26 12:25:08 +02:00
R. RyanTM 5a836e0d48 elementary-planner: 2.3.5 -> 2.4.2 2020-06-26 07:38:22 +00:00
Enno Lohmeier 218c8509c6 trytond: 4.8.4 -> 5.6.2 2020-06-25 12:58:40 +02:00
zowoq c7e61112df treewide: remove deprecated value Application from makeDesktopItem 2020-06-25 12:18:37 +10:00
Jonathan Ringer 12bf275bab fava: fix tests 2020-06-23 16:09:22 -07:00
Christian Kampka 8ff3f493aa
trilium: 0.42.7 -> 0.43.1 2020-06-23 17:17:14 +02:00
Christian Kampka ce0b7f59e0
trilium: 0.42.6 -> 0.42.7 2020-06-23 10:30:45 +02:00
Christian Kampka 943119c4b8
trilium: 0.42.5 -> 0.42.6 2020-06-23 10:30:44 +02:00
Christian Kampka d0a6410bb6
trilium: 0.42.2 -> 0.42.5 2020-06-23 10:30:43 +02:00
Thomas Marchand 0b58e1dcd0 wpsoffice: add myself as a maintainer 2020-06-21 23:56:49 +02:00
Kimat Boven b53abf6fcc espanso: 0.7.1 -> 0.7.2 2020-10-03 18:10:45 +02:00
Michael Raskin 064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin 4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa91966430

Related to #98945
2020-09-28 07:23:45 +02:00
R. RyanTM 2892f69e13 kmymoney: 5.0.8 -> 5.1.0 2020-06-16 07:19:02 +00:00
Jason Miller afb5de44bc gnucash: Add libdbiDrivers env var to wrapper
The GNU Cash package clearly *wants* to be able to use the libdbi
backends, since it pulls them in as dependencies.  However, you can only
open xml formatted GNU cash files.

The CMake scripts hard-code the DVD path to be basically
<PATH_OF_LIBDBI>/dbd.  However GNU Cash does check the environment
variable GNC_DBD_DIR, so I set that environment variable in the wrapper
script.

With this change, you should be able to e.g. "Save As" in the sqlite
format.

Fixes issue #57445
2020-06-11 06:42:06 +02:00
Mario Rodas e3a86263ad
Merge pull request #89764 from geistesk/watson-1.9.0
watson: 1.8.0 -> 1.9.0
2020-06-07 19:50:15 -05:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
geistesk 1e3559fe19 watson: 1.8.0 -> 1.9.0
The src was switched to GitHub because PyPi does not contain all the
necessary test artefacts. Furthermore, a custom patch to support the
latest arrow version was added.
2020-06-07 21:12:21 +02:00
Peter Hoeg dfbc6b3a26
libreoffice: explicitly disable unsupported GTK2 (#89529)
* libreoffice: explicitly disable GTK2 which we no longer support

* libreoffice: version check is more explicit
2020-06-06 08:48:15 +08:00
Peter Hoeg 9a847fa3d6
Merge pull request #89395 from peterhoeg/f/lo_kde
libreoffice-qt: init at 6.4.3.2
2020-06-04 22:12:23 +08:00
Will Dietz 94d1218d44
Merge pull request #89406 from danieldk/softmaker-office-1014
softmaker-office: 976 -> 1014
2020-06-03 12:55:47 -05:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
Daniël de Kok 87e8f73633 softmaker-office: 976 -> 1014
The edition also changed from 2018 to 2021, since this is a major new
release. Changes:

https://www.softmaker.com/en/softmaker-office-whatsnew
2020-06-03 14:54:01 +02:00
Peter Hoeg da540dbb70 libreoffce-qt: init at 6.4.3.2 2020-06-03 15:15:17 +08:00
Niklas Hambüchen aed5011868
Merge pull request #89047 from r-ryantm/auto-update/zotero
zotero: 5.0.85 -> 5.0.87
2020-06-03 02:10:57 +02:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
Mario Rodas 0ee07b7086
Merge pull request #89038 from r-ryantm/auto-update/tudu
tudu: 0.10.3 -> 0.10.4
2020-05-27 22:13:44 -05:00
Mario Rodas dab017a40f
tudu: enable on darwin 2020-05-27 20:20:20 -05:00
R. RyanTM 49d5ab48f6 zotero: 5.0.85 -> 5.0.87 2020-05-27 19:58:25 +00:00
R. RyanTM 556b5dc7e7 homebank: 5.4.1 -> 5.4.2 2020-05-27 12:14:37 -07:00
R. RyanTM a14d795d89 tudu: 0.10.3 -> 0.10.4 2020-05-27 17:57:28 +00:00
R. RyanTM 7a3ac3fec6 gnumeric: 1.12.46 -> 1.12.47 2020-05-21 18:50:35 +00:00
Anderson Torres f0b0bdad0a
Merge pull request #77438 from elohmeier/portfolio
portfolio: init at 0.46.3
2020-05-17 18:18:19 -03:00
Sarah Brofeldt 6c195563e1
Merge pull request #87674 from kampka/trilium
trilium: 0.42.1 -> 0.42.2
2020-05-17 08:44:32 +02:00
Enno Lohmeier beaed5b544 portfolio: init at 0.46.3 2020-05-16 19:45:04 +02:00
Doron Behar c011a6b321 todoman: remove glibLocale when it's not needed
Don't know why they were there in the first place :/.
2020-05-15 08:20:02 +03:00
Doron Behar 181dfe306f todoman: format inputs and arguments 2020-05-15 08:12:56 +03:00
R. RyanTM 3355631e7e skrooge: 2.21.1 -> 2.22.1 2020-05-12 22:18:37 -07:00
R. RyanTM 2a9ae489f4 zotero: 5.0.83 -> 5.0.85 2020-05-12 22:15:34 -07:00
Christian Kampka fd004aac76
trilium: 0.42.1 -> 0.42.2 2020-05-12 17:20:53 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
xiorcale ccfe14cb3b github username: kjuvi -> xiorcale 2020-05-09 09:08:18 +02:00
Ryan Mulligan 1bfe2f1506
Merge pull request #86966 from prusnak/grisbi
grisbi: get rid of sha1 + package cleanup
2020-05-07 18:53:55 -07:00
Christian Kampka fb4cff3567
trilium: 0.40.7 -> 0.42.1 2020-05-07 10:18:51 +02:00
Martin Weinelt e24f5eab66
treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched
status.
2020-05-06 23:18:09 +02:00
R. RyanTM 42cf99e67c homebank: 5.3.2 -> 5.4.1 2020-05-05 18:49:23 -07:00
Pavol Rusnak 2dbc41f637
grisbi: get rid of sha1 + package cleanup 2020-05-05 19:21:12 +02:00
R. RyanTM 197b48bc8d elementary-planner: 2.3.3 -> 2.3.5 2020-05-04 01:34:48 -07:00
R. RyanTM d1c784b266 aesop: 1.2.4 -> 1.2.5 2020-05-04 01:26:06 -07:00
Florian Klink 5ff089db9b jameica: 2.8.4 -> 2.8.6 2020-05-01 02:12:48 +02:00
Florian Klink 7b596ae198 jameica: fix .desktop file
/nix/store/5cqxx71wam21ayzpc32m8irvsdnxdwla-jameica.desktop/share/applications/jameica.desktop:
warning: value "Application;Office;" for key "Categories" in group
"Desktop Entry" contains a deprecated value "Application"
2020-05-01 02:12:48 +02:00
Jörg Thalheim 8e3a29d69e
Merge pull request #86056 from paumr/master-watson
watson: added bash/zsh completions
2020-04-28 11:52:37 +01:00
paumr 2d0a06377a watson: added bash/zsh completions 2020-04-28 08:46:48 +02:00
paumr 7c18590208 watson: format with nixpkgs-fmt 2020-04-28 08:40:36 +02:00
Damien Cassou 6c1201aa8c
ledger-autosync: 1.0.1 -> 1.0.2 2020-04-26 18:37:04 +02:00
chkno 3f472552c4
gnucash: 3.9 -> 3.10 (#85978) 2020-04-25 12:54:07 -04:00
Konrad Borowski 1659c302dd scribusUnstable: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
worldofpeace 17db6b8ad6 elementary-planner: 2.3.2 -> 2.3.3 2020-04-23 13:11:03 -04:00
worldofpeace 19c3bbfff1 elementary-planner: cleanup
* add elementary theme
The program forces this theme to be used
* update description
2020-04-22 21:27:24 -04:00
Christian Kampka 55061fcd0b trilium: 0.40.5 -> 0.40.7 2020-04-21 19:44:40 +02:00
Michael Raskin b22ec9ca5e
Merge pull request #85572 from helsinki-systems/libreoffice
libreoffice: fix and update
2020-04-20 00:55:19 +00:00
ajs124 cf2ff92ae9 libreoffice-fresh: 6.4.1.1 -> 6.4.3.2 2020-04-19 19:27:03 +02:00
ajs124 f7c7743269 libreoffice: fix build with poppler 0.86
was broken with update in #81955 / 6187d5babc
2020-04-19 19:25:13 +02:00
worldofpeace 2c74cdac47 elementary-planner: fix stylesheet issue
Revert a patch the works around some stylesheet issues:
https://github.com/alainm23/planner/issues/268
https://github.com/alainm23/planner/issues/303
The don't seem to be a problem with Pantheon on NixOS
and for some reason produce the opposite effect with
pantheon's stylesheet.
2020-04-19 13:09:16 -04:00
worldofpeace a09e4c8180 elementary-planner: 2.2.14 -> 2.3.2 2020-04-19 13:09:15 -04:00
Jan Tojnar 42f2d370a5
Merge pull request #81955 from r-ryantm/auto-update/poppler-glib 2020-04-17 18:38:20 +02:00
Jan Tojnar 9a4ee0c633
scribusUnstable: Fix build with Poppler 0.86 2020-04-17 01:22:16 +02:00
worldofpeace e4dc205023 agenda: 1.0.12 -> 1.1.0
https://github.com/dahenson/agenda/releases/tag/1.1.0
2020-04-16 01:11:27 -04:00
Maximilian Bosch 2ef110ae64
Merge pull request #85294 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.1.1 -> 9.2.0
2020-04-15 20:02:36 +02:00
Dmitry Kalinkin 7cc1c2c626 wpsoffice: remove specific output names 2020-04-15 13:52:49 -04:00
Dmitry Kalinkin a2d16c4d89 wpsoffice: drop i686-linux from platforms 2020-04-15 13:52:49 -04:00
Dmitry Kalinkin 0e5aefce3f wpsoffice: remove outdated substituteInPlace 2020-04-15 13:52:49 -04:00
Dmitry Kalinkin 6daab9b9ff wpsoffice: apply Qt and GTK wrappers
Based on the work of Ninlives.
2020-04-15 13:52:49 -04:00
Dmitry Kalinkin 593fd37ce6 wpsoffice: switch to autoPatchelfHook, update dependencies 2020-04-15 13:52:49 -04:00
Dmitry Kalinkin f6e2834821 wpsoffice: 11.1.0.9080 -> 11.1.0.9505 2020-04-15 13:52:49 -04:00
Dmitry Kalinkin 8f4bb21af0 wpsoffice: apply nixpkgs-fmt, sort alphabetically 2020-04-15 13:52:49 -04:00
R. RyanTM 0a37de957f atlassian-cli: 9.1.1 -> 9.2.0 2020-04-15 11:56:16 +00:00
snicket2100 cdc110e6d1 bookworm: unstable-2018-11-19 -> 1.1.2 2020-04-13 15:32:09 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Samuel Leathers 72cb7f81fd
Merge pull request #81442 from manveru/bundler-2.1.4
bundler: 1.17.3 -> 2.1.4
2020-04-08 12:44:54 -04:00
Jan Tojnar b7243c79c8
Merge pull request #84698 from jtojnar/gnome2-cleanups
gnome2 cleanups
2020-04-08 15:58:33 +02:00
Jan Tojnar bd16668567
libreoffice-still: drop gnome2 dependencies
They are not needed any more:

* ORBit2: a219edfbb6
* GConf: 3cf557c12d
* gnome_vfs: b40b601007
2020-04-08 10:32:22 +02:00
R. RyanTM 3e2e7a5c6b gnucash: 3.8b -> 3.9 2020-04-07 12:32:49 -07:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
Benjamin Hipple 0454fae7ca
Merge pull request #84130 from OmnipotentEntity/rfc45-part2
treewide: quoted urls for RFC45, only the rebuilds
2020-04-05 11:15:20 -04:00
Michael Reilly e20f308b8e treewide: quoted urls for RFC45, only the rebuilds 2020-04-05 10:17:15 -04:00
Frederik Rietdijk 92124ed660 Merge master into staging-next 2020-04-03 21:54:40 +02:00
José Romildo Malaquias 8f9daf0e7b
Merge pull request #84166 from danieldk/softmaker-office-976
softmaker-office: 974 -> 976
2020-04-03 10:05:20 -03:00
Daniël de Kok cb5580e4c0 softmaker-office: 974 -> 976
This is a bugfix release:

https://www.softmaker.com/en/servicepacks-office-changelog
2020-04-03 09:15:58 +02:00
Daniël de Kok 5e839502c6 softmaker-office: fix desktop items
Fix desktop items to pass validation:

- Remove icon file extension.
- Remove categories that are not defined by the specification.
- Remove a duplicate MIME type in the PlanMaker desktop file
2020-04-03 09:14:16 +02:00
Matthias Beyer 79744be8da fava: 1.13 -> 1.14
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-02 13:35:30 +02:00
Ryan Mulligan 6201077d8b
Merge pull request #83983 from r-ryantm/auto-update/khronos
khronos: 1.0.6 -> 1.0.8
2020-04-01 14:02:31 -07:00
R. RyanTM aa29fa3349 khronos: 1.0.6 -> 1.0.8 2020-04-01 13:47:47 +00:00
worldofpeace 35fcdb5191 elementary-planner: 2.1.1 -> 2.2.14 2020-04-01 01:08:36 -04:00
Jan Tojnar 3e0f4e202f
Merge branch 'master' into staging-next 2020-03-31 21:32:15 +02:00
Nick Hu 4665e31ffd
zotero: make wrapGAppsHook work 2020-03-30 21:03:33 +01:00
Frederik Rietdijk a36be028f5 Merge staging-next into staging 2020-03-28 21:15:15 +01:00
José Romildo Malaquias b101527140
Merge pull request #83495 from romildo/upd.freeoffice
freeoffice: 974 -> 976
2020-03-27 20:00:20 -03:00
José Romildo Malaquias 55b6146535 freeoffice: 974 -> 976 2020-03-27 10:37:04 -03:00
Matt McHenry 68e43c61fe timetrap: 1.15.1 -> 1.15.2 2020-03-26 21:21:48 -04:00
Tor Hedin Brønner 253d090786
notes-up: use older vala to fix build
Looks unresolved upstream:
https://github.com/Philip-Scott/Notes-up/issues/349
2020-03-24 07:11:22 +01:00
Benjamin Hipple ca84a48d7d ledger: remove old version 2.6.3
Version 2.6.3 was released > 5 years ago and has been marked as broken for some
time. It is time to remove it.

This also documents why ledger3 cannot yet build with boost >= 1.67
2020-03-14 17:14:12 -07:00
S. Nordin Abouzahra 0cf9343f08 abiword: 3.0.2 -> 3.0.4
Updates AbiWord to the latest version, patches it to support enchant2, and add
myself to the maintainers list.
2020-03-14 03:36:42 -04:00
Christian Kampka fb2b3a37aa trilium: 0.40.3 -> 0.40.5 2020-03-13 19:41:16 +00:00
Christian Kampka 667c5c8241 trilium: 0.39.4 -> 0.40.3 2020-03-12 23:51:17 +00:00
Léo Gaspard 4304df2942
Merge pull request #82187 from symphorien/paperwork-update
Paperwork update
2020-03-12 22:16:13 +01:00
José Romildo Malaquias 169fc2eeca
Merge pull request #82038 from danieldk/freeoffice-974
freeoffice: 973 -> 974
2020-03-09 21:27:31 -03:00
Nadrieril cb9c6a758b paperwork: 1.2.4 -> 1.3.1
Also install paperwork-shell and desktop file
2020-03-09 22:36:55 +01:00
Daniël de Kok 44085e3501 freeoffice: 973 -> 974
Changelog:

https://www.freeoffice.com/en/download/servicepacks
2020-03-08 08:28:13 +01:00
markuskowa f1c7d10574
Merge pull request #80569 from r-ryantm/auto-update/fava
fava: 1.12 -> 1.13
2020-03-07 16:19:48 +01:00
R. RyanTM 9a2a995a8f zotero: 5.0.82 -> 5.0.83 2020-03-06 07:20:57 +01:00
R. RyanTM f730d6da49 khronos: 1.0.5 -> 1.0.6 2020-03-05 20:22:27 +00:00
R. RyanTM 5668479498 aesop: 1.2.3 -> 1.2.4 2020-03-01 08:58:30 +00:00
worldofpeace 2a09750de8
Merge pull request #80555 from kjuvi/khronos
khronos: init at 1.0.5
2020-02-29 00:53:45 +00:00
kjuvi 38903decbf khronos: init at 1.0.5 2020-02-28 15:13:05 +01:00
Maximilian Bosch 88f8631de5
Merge pull request #80948 from symphorien/todoman-completions
todoman: install shell completions
2020-02-25 23:21:49 +01:00
Michael Raskin fcf9e23e73
Merge pull request #80353 from mmilata/libreoffice-spellcheck-dicpath
libreoffice: wrapper: add hunspell dirs to DICPATH
2020-02-25 21:39:11 +00:00
Symphorien Gibol fb90fea6e8 todoman: install shell completions 2020-02-24 12:00:00 +00:00
R. RyanTM 848a79ae66 fava: 1.12 -> 1.13 2020-02-19 20:49:35 +00:00
Martin Milata c95bfd235b libreoffice: wrapper: add hunspell dirs to DICPATH
LibreOffice doesn't know where to look for hunspell dictionaries on
NixOS but we can use the DICPATH env var to point to them. Now
spellchecking with system dictionaries works.

Note that some of these dictionaries are built from LibreOffice repos -
this is preferable to building them as part of LO as other applications
can use them.
2020-02-18 14:55:03 +01:00
Michael Raskin b7b2f31577
Merge pull request #80375 from mmilata/libreoffice-bump-6.4
libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.0.4 -> 6.4.1.1
2020-02-18 07:59:55 +00:00
Martin Milata 9425bab10a libreoffice-still: 6.2.6.2 -> 6.3.5.2, libreoffice-fresh: 6.3.5.2 -> 6.4.1.1 2020-02-17 22:08:35 +01:00
Martin Milata f5a5695edd libreoffice-fresh: 6.3.0.4 -> 6.3.5.2 2020-02-17 14:47:54 +01:00
Patrizio Bekerle 66dc93c716 Update QOwnNotes to 20.2.5 2020-02-17 14:36:01 +01:00
Mario Rodas eb044ecd04
Merge pull request #80150 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.1.0 -> 9.1.1
2020-02-17 08:21:04 -05:00
Daniel Schaefer 8cfd3ea4c0
Merge pull request #80250 from danieldk/softmaker-office-974
softmaker-office: 972 -> 974
2020-02-16 13:43:06 +01:00
R. RyanTM a4014a71ed homebank: 5.3.1 -> 5.3.2 2020-02-16 09:13:10 +01:00
Daniël de Kok d4212f7036 softmaker-office: 972 -> 974
Changelog:
https://www.softmaker.com/en/servicepacks-office-changelog
2020-02-16 08:22:43 +01:00
R. RyanTM 2a4402d51a atlassian-cli: 9.1.0 -> 9.1.1 2020-02-15 00:49:00 +00:00
Marek Mahut 18859c8841 grisbi: 1.2.1 -> 1.2.2 2020-02-13 09:02:23 +01:00
Christian Kampka 9205b2d633 trilium: 0.38.2 -> 0.39.4 2020-02-10 20:27:00 +01:00
worldofpeace 89e9f68549
Merge pull request #79585 from Kiwi/scribusUnstable-poppler-0.84
scribusUnstable: Fix build with Poppler 0.84
2020-02-09 09:54:26 -05:00
pasqui23 f9735f05ac
qnotero: 1.0.0 -> 2.1.1 (#74560)
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2020-02-09 01:40:09 -05:00
Robert Djubek bef2837579
scribusUnstable: Fix build with Poppler 0.84
see: https://github.com/NixOS/nixpkgs/pull/77186#issuecomment-583800213

it seems poppler updates (almost?) always break scribusUnstable

additionally:
formatted with nixpkgs-fmt;
added kiwi to maintainers - the more eyes the better;
add additional licenses that are listed on scribus COPYING;
2020-02-09 05:20:32 +00:00
Will Dietz d18b1ee998
Merge pull request #78155 from dtzWill/update/zanshin-0.5.71
zanshin: 2019-07-28 -> 0.5.71
2020-02-03 17:38:20 -06:00
Will Dietz 2158ec610d
elementary-planner: init at 2.1.1 (#78859)
* elementary-planner: init at 2.1.1

* elementary-planner: change pname to match attribute/etc

Upstream doesn't use the name "elementary-planner",
but rename in our packaging and be consistent about it
to avoid confusion with gnome's planner.

* elementary-planner: fetchpatch version fix, dep fixups, maintainers

Per reviewer feedback, thanks all! <3
2020-02-03 13:14:53 -05:00
Will Dietz 6e6a7d61ee
ktimetracker: init at 5.0.1 2020-02-02 14:57:32 -06:00
worldofpeace f58e59ba7f
Merge pull request #78723 from kjuvi/agenda
agenda: init at 1.0.12
2020-02-01 18:10:01 -05:00
kjuvi 008eb7cb75 agenda: init at 1.0.12 2020-01-31 10:13:31 +01:00
R. RyanTM f64307a00d tryton: 5.4.1 -> 5.4.2 2020-01-30 22:27:45 -08:00
R. RyanTM 2ff21bdc23 zotero: 5.0.80 -> 5.0.82 2020-01-30 22:07:16 -08:00
R. RyanTM 81b8778507 zim: 0.72.0 -> 0.72.1 2020-01-30 22:06:44 -08:00
worldofpeace 4f1c6789ba aesop: 1.1.3 -> 1.2.3 2020-01-30 21:46:30 -08:00
Will Dietz ed68721cde
zanshin: 2019-07-28 -> 0.5.71
https://zanshin.kde.org/2020/01/14/zanshin-0.5.71/
2020-01-28 21:59:03 -06:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
kjuvi 0c40662294 timetable: 1.0.9 -> 1.1.0 2020-01-27 23:41:19 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Aaron Andersen dfbb444ab4
Merge pull request #78195 from r-ryantm/auto-update/homebank
homebank: 5.2.8 -> 5.3.1
2020-01-25 11:28:04 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
R. RyanTM 5cbce718a5 kmymoney: 5.0.7 -> 5.0.8 2020-01-21 16:13:17 -08:00
R. RyanTM b5b28ec407 homebank: 5.2.8 -> 5.3.1 2020-01-21 18:31:40 +00:00
Lancelot SIX 1102fc870d
pythonPackages.django_2_1: drop
Django-2.1 support ended on December 2, 2019, so drop it in nixpkgs as
well.
2020-01-21 14:00:54 +01:00
Mario Rodas c7b71bd78d
Merge pull request #78061 from r-ryantm/auto-update/atlassian-cli
atlassian-cli: 9.0.0 -> 9.1.0
2020-01-20 07:34:43 -05:00
R. RyanTM 363840f32d atlassian-cli: 9.0.0 -> 9.1.0 2020-01-20 01:03:40 +00:00
Thomas Marchand 37771e47eb wpsoffice: 11.1.0.8865 -> 11.1.0.9080 2020-01-18 14:18:21 +01:00
worldofpeace ac96ba0270 skanlite: don't set enableParallelBuilding
it's default on
2020-01-17 13:54:53 -05:00
worldofpeace 4b20959f99 skanlite: use qt5's mkDerivaiton 2020-01-17 13:54:53 -05:00
Frederik Rietdijk bcd8c6b8dc Merge master into staging-next 2020-01-17 17:08:16 +01:00
Michiel Leenaars edfbac404b csv2odf: init at 2.09 2020-01-15 22:57:21 -08:00
Anders Kaseorg 3cd8ce3bce treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted.  (See #67234, for
example.)  Fix this throughout the tree.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2020-01-15 09:47:03 +01:00
Frederik Rietdijk 5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Will Dietz a0b86e3b64
Merge pull request #75022 from dtzWill/update/vnote-2.8
vnote: 2.7.2 -> 2.8.2
2020-01-08 16:03:05 -06:00
Vladimír Čunát 5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Mario Rodas f8aeca57c7
Merge pull request #77069 from r-ryantm/auto-update/gnucash
gnucash: 3.7 -> 3.8b
2020-01-08 05:33:04 -05:00
Aaron Andersen 24967c14fc
Merge pull request #66710 from tbenst/tusk
tusk: init at v0.23.0
2020-01-07 20:46:13 -05:00
tbenst 0dd8ee7d0c tusk: init at v0.23.0 2020-01-07 17:06:49 -08:00
Will Dietz 77db935ac3
vnote: 2.8.1 -> 2.8.2 2020-01-07 16:05:23 -06:00
Will Dietz ee73c91c52
vnote: 2.8 -> 2.8.1 2020-01-07 16:05:11 -06:00
R. RyanTM 289eebc744 gnucash: 3.7 -> 3.8b 2020-01-06 05:32:51 -08:00
Frederik Rietdijk 8fff915659
Merge pull request #76488 from jtojnar/more-python-cleanups
Another batch of Python 2 clean-ups
2020-01-06 12:00:36 +01:00
markuskowa f3e8be7cd4
Merge pull request #76399 from r-ryantm/auto-update/qownnotes
qownnotes: 19.11.14 -> 19.12.15
2020-01-04 14:07:56 +01:00
Frederik Rietdijk 555037a667 Merge master into staging-next 2019-12-31 16:35:53 +01:00
mlatus 7f6116444b update src url and hash for wpsoffice 2019-12-31 15:14:58 +08:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Robin Gloster 755db0b689
treewide: installTargets is a list 2019-12-31 00:25:26 +01:00
Robin Gloster 313da176d3
treewide: NIX_*_FLAGS -> string 2019-12-31 00:16:46 +01:00
Robin Gloster f9f46dc327
treewide: NIX_*_FLAGS -> string 2019-12-31 00:15:46 +01:00
Jan Tojnar 2093fa784a
libreoffice: fix eval 2019-12-30 20:53:00 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 371d3fb9b3
notes-up: *Flags are lists 2019-12-30 12:15:24 +01:00
Jan Tojnar 843d147596
gnumeric: switch to python 3 2019-12-29 11:21:09 +01:00
R. RyanTM e7758b7981 tryton: 5.4.0 -> 5.4.1 2019-12-28 20:30:45 +01:00
Alyssa Ross 53c4668e71
kmymoney: fix build
python2 used to be propagated in here, until
4e421aebfe.

Upstream bug to stop using Python 2:
https://bugs.kde.org/show_bug.cgi?id=405383
2019-12-28 15:46:48 +00:00
Aaron Andersen dcd5be4af6
Merge pull request #76363 from r-ryantm/auto-update/pympress
pympress: 1.4.0 -> 1.5.1
2019-12-25 06:09:46 -05:00
Aaron Andersen 96e5b691de
Merge pull request #76422 from r-ryantm/auto-update/skrooge
skrooge: 2.21.0 -> 2.21.1
2019-12-24 18:36:07 -05:00
R. RyanTM c1e301b755 skrooge: 2.21.0 -> 2.21.1 2019-12-24 09:26:22 -08:00
R. RyanTM f712ed2155 qownnotes: 19.11.14 -> 19.12.15 2019-12-24 05:36:02 -08:00
R. RyanTM 84a23aaec2 pympress: 1.4.0 -> 1.5.1 2019-12-23 22:55:28 -08:00
Marek Mahut 52fb07977e
Merge pull request #76244 from r-ryantm/auto-update/flexibee
flexibee: 2019.3.1.1 -> 2019.3.1.3
2019-12-23 19:38:02 +01:00
R. RyanTM 8c3694a24e flexibee: 2019.3.1.1 -> 2019.3.1.3 2019-12-23 02:04:43 -08:00
Aaron Andersen 086d1ad906
Merge pull request #75047 from kampka/trilium-server
Add trilium server and module
2019-12-22 20:26:57 -05:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Christian Kampka ebf3f1fe78
trilium: Pin platforms to x86_64 linux 2019-12-22 15:04:09 +01:00
Oliver Kopp eb112c8bc3
Fix homepage of JabRef 2019-12-19 21:17:26 +01:00
Christian Kampka a7db640bf7
trilium: 0.37.8 -> 0.38.2 2019-12-19 10:14:14 +01:00
Christian Kampka 39ecfaf0ba
trilium-server: Add passthru tests 2019-12-19 10:14:14 +01:00
Christian Kampka 1f060b43a6
trilium-server: Patch logger to use console instead of rolling files 2019-12-19 10:14:11 +01:00
Christian Kampka a84c8599b3
trilium-server: init at 0.37.8 2019-12-19 10:14:10 +01:00
Christian Kampka 184339fe8b
trilium: Rename package to trilium-desktop 2019-12-19 10:14:09 +01:00
Christian Kampka fa851fd7a8
trilium: 0.33.6 -> 0.37.8 2019-12-19 10:14:08 +01:00
Martin Milata 737ce5c848 libreoffice: factor out common derivation
Each "variant" of libreoffice gets its own subdirectory src-$variant
where files w/ source references are stored. In the directory is also
override.nix which allows you to override derivation attributes in
addition to source files.
2019-12-18 13:23:34 +01:00
worldofpeace 1d8ef857ee aesop: fix build
See https://github.com/lainsce/aesop/pull/33
2019-12-15 00:45:38 -05:00
Yannis Koutras 295d8bae7a
Merge pull request #75050 from alapshin/feature/skroge-2.21.0
skrooge: 2.20.0 -> 2.21.0
2019-12-14 14:14:10 +01:00
worldofpeace 0ea42c7af6 tryton: 4.8.5 -> 5.4.0
Uses python3, no more pygtk.
2019-12-10 22:38:21 -05:00
Marek Mahut dd33d4d4aa
Merge pull request #75216 from r-ryantm/auto-update/flexibee
flexibee: 2019.3.0.7 -> 2019.3.1.1
2019-12-10 22:44:01 +01:00
markuskowa 2e44944de5
Merge pull request #75407 from r-ryantm/auto-update/zotero
zotero: 5.0.77 -> 5.0.80
2019-12-10 21:39:33 +01:00
Pascal Wittmann 09dec10524
Merge pull request #74829 from tenaf0/zim-fix
zim: Fix missing icons
2019-12-10 08:47:11 +01:00
R. RyanTM 58e9e03700 zotero: 5.0.77 -> 5.0.80 2019-12-09 16:04:56 -08:00
R. RyanTM f73f46c66f
fava: 1.11 -> 1.12 2019-12-07 23:45:59 -08:00
c0bw3b 69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
R. RyanTM 401655ed83 flexibee: 2019.3.0.7 -> 2019.3.1.1 2019-12-07 22:44:17 -08:00
worldofpeace 0c8dadd9e5
Merge pull request #75040 from worldofpeace/remove-terror-webkitgtk
🙈️ Remove webkitgtk24x
2019-12-06 22:02:50 -05:00
Will Dietz 456d826c1d
Merge pull request #73776 from dtzWill/update/minetime-1.7.1
minetime: 1.5.1 -> 1.7.3, patch scheduling service util
2019-12-06 03:22:51 -06:00
Will Dietz c997aca310
minetime: 1.7.2 -> 1.7.3 2019-12-06 02:49:56 -06:00
Andrei Lapshin 0b05c612be skrooge: 2.20.0 -> 2.21.0
Update to new upstream version
2019-12-05 18:49:36 +03:00
worldofpeace f9deadf01c mmex: use gtk3 wxGTK 2019-12-05 07:01:29 -05:00
Will Dietz 8d81287790
vnote: 2.7.2 -> 2.8 2019-12-04 22:07:58 -06:00
Will Dietz 4cfe67f104
minetime: 1.7.1 -> 1.7.2 2019-12-04 22:06:37 -06:00
Jan Tojnar a46fa21e43
scribusUnstable: Fix build with Poppler 0.83
Another fallout from https://github.com/NixOS/nixpkgs/pull/74558
2019-12-04 23:02:30 +01:00
Jan Tojnar b6284fd70f
libreoffice: use external Poppler 0.83 patch 2019-12-04 13:22:50 +01:00
Martin Milata 7f1bf286dc libreoffice: fix build with poppler-0.83 2019-12-04 03:19:29 +01:00
Jan Tojnar da04dee9c0
bookworm: fix eval with allowAliases = false 2019-12-03 01:57:38 +01:00
Ninlives 9974c07915 wpsoffice: 10.1.0.5672 -> 11.1.0.8865 (#74769) 2019-12-02 16:23:52 +00:00
Garaba Flórián d28fcaad96 zim: Fix missing icons 2019-12-02 13:06:23 +01:00
Michael Raskin 5663e39390
Merge pull request #74478 from malbarbo/libreoffice-pt
libreoffice: add portuguese language support
2019-12-01 11:26:24 +00:00
Jan Tojnar 8cbc862b83
dconf: move to top-level 2019-12-01 01:01:40 +01:00
Marco A L Barbosa 45dc8d0617 libreoffice: add portuguese language support 2019-11-28 09:09:13 -03:00
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
Will Dietz 0aa33ee5d1
minetime: 1.5.1 -> 1.7.1, patch scheduling service util 2019-11-19 12:17:13 -06: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