Commit Graph

39982 Commits

Author SHA1 Message Date
D. Guthrie
a0c2892c06 Fix mg building on darwin.
I am not happy with this at all. It avoids using libbsd at all on
darwin because there are conflicting header files, particularly the
header string.h.

Ideally that would be the thing to fix. But in the meantime, this patch
should do the trick.

It declares a header file apple.h, which files include if target is
darwin (checks for presence of __APPLE__). This header file also
references the three source files futimens.c, reallocarray.c and
strtonum.c. The former and  latter are from https://github.com/ibara/mg
which is another portable fork, but building against more platforms.

From the OpenBSD source tree is _null.h and tree.h. There is a check so
that if __APPLE__ is present then it will include them from this source
tree.

Now,the makefile GNUMakefile will not link against libbsd on darwin, by
checking the output of uname in much the same way as it did already for
FreeBSD.
2020-02-01 22:21:31 +00:00
Nikolay Korotkiy
47715b2824
gpxsee: 7.19 -> 7.20 2020-01-28 23:51:37 +03:00
Matthew Bauer
fb36553584
Merge pull request #78397 from sternenseemann/uberwriter-bugfix
uberwriter: add shared-mime-info to environment and update
2020-01-28 14:44:08 -05:00
David Guibert
8754b61147
Merge pull request #78602 from jobojeha/feature/paraview-pythonpath-prefix
paraview: prefix PYTHONPATH
2020-01-28 17:25:37 +01:00
Frederik Rietdijk
7562c2112d
Merge pull request #77739 from NixOS/staging-next
Staging next
2020-01-28 14:03:29 +01:00
Mario Rodas
42a195919a
Merge pull request #78669 from Frostman/hugo-0.62.2
hugo: 0.62.2 -> 0.63.2
2020-01-28 07:00:55 -05:00
Mario Rodas
f51149765f
Merge pull request #78668 from Enzime/update/streamlink
streamlink: 1.3.0 -> 1.3.1
2020-01-28 06:50:39 -05:00
Maximilian Bosch
69d127cc81
citrix_workspace_19_3_0: mark as unsupported
Will be unsupported within the lifespan of 20.03. Also there aren't any
known issues that require this version as workaround, so a removal
should be fairly safe.
2020-01-28 11:40:20 +01:00
Marek Mahut
8d4dba08a2
Merge pull request #78282 from mmahut/btg
bitcoin-gold: init at 0.15.2
2020-01-28 11:15:13 +01:00
Marek Mahut
3acc5b4189
Merge pull request #78595 from mmahut/litecoin
litecoin: move to qt5 and add zeromq supoort
2020-01-28 11:14:49 +01:00
Maximilian Bosch
518b5ef0c9
citrix_workspace_19_8_0: fix url
When a new version of the Citrix workspace app is released, there's no
versioned URL available. This means that as soon as a new version is
released, the homepage needs to be altered to ensure that the error
message from `requireFile` points to the proper download URL.
2020-01-28 10:48:03 +01:00
Frederik Rietdijk
dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Maximilian Bosch
b3729ae77f
kitty: 0.15.1 -> 0.16.0
https://github.com/kovidgoyal/kitty/releases/tag/v0.16.0
2020-01-28 09:14:33 +01:00
Sergey Lukjanov
f4196913e9 hugo: 0.62.2 -> 0.63.2 2020-01-27 23:37:18 -08:00
Michael Hoang
8d25449758 streamlink: 1.3.0 -> 1.3.1 2020-01-28 18:17:42 +11:00
worldofpeace
63b1eabcdb
Merge pull request #78641 from kjuvi/timetable
timetable: 1.0.9 -> 1.1.0
2020-01-27 19:00:50 -05:00
Mario Rodas
3fd22de7c2
Merge pull request #78637 from zowoq/conmon
conmon: 2.0.9 -> 2.0.10
2020-01-27 18:49:31 -05:00
Mario Rodas
caaec19102
Merge pull request #78632 from anderslundstedt/master
spotifyd: 0.2.23 -> 0.2.24
2020-01-27 18:30:06 -05:00
kjuvi
0c40662294 timetable: 1.0.9 -> 1.1.0 2020-01-27 23:41:19 +01:00
zowoq
5bee42b6b4 conmon: 2.0.9 -> 2.0.10 2020-01-28 08:07:52 +10:00
Michael Weiss
5e46d5a7b5
tdesktop: Remove the last custom patch from Arch Linux
This patch is not required anymore [0][1].
Thanks @ilya-fedin for pointing this out.

[0]: https://git.archlinux.org/svntogit/community.git/commit/?id=a6dbffec8b2f6f319822df8b7db3ba66f81407ce
[1]: https://bugs.archlinux.org/task/65259
2020-01-27 21:48:44 +01:00
Anders Lundstedt
c0ed884be6 spotifyd: 0.2.23 -> 0.2.24 2020-01-27 21:28:49 +01:00
markuskowa
67a71b6fca
Merge pull request #78436 from wucke13/foxtrotgps
foxtrotgps: init at 1.2.2
2020-01-27 17:48:12 +01:00
Michael Weiss
faab2914f3
tdesktop: Remove NIX_CFLAGS_COMPILE and CPPFLAGS
This is not required anymore and therefore a refactoring/cleanup
(verified with diffoscope that only the output paths change).
Credit to @ilya-fedin for bringing this to my attention.
2020-01-27 16:41:49 +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
Marek Mahut
ae2986e2e1
Merge pull request #78356 from prusnak/dat
dat: init at 13.13.1
2020-01-27 14:13:25 +01:00
wucke13
f186045313 foxtrotgps: init at 1.2.2 2020-01-27 13:17:35 +01:00
jobojeha
f4e87eb2da paraview: prefix PYTHONPATH
--prefix gives the possibility to add additional python modules to path
2020-01-27 13:08:18 +01:00
Franz Pletz
ec1c46e2e5
Merge pull request #78499 from r-ryantm/auto-update/dero
dero: 0.11.6 -> 0.11.7
2020-01-27 10:44:49 +00:00
Marek Mahut
910c73e062 litecoin: add zmq support 2020-01-27 10:22:31 +01:00
Marek Mahut
3baa12f286 litecoin: support qt5 2020-01-27 10:20:28 +01:00
Peter Hoeg
99243ec970
Merge pull request #78531 from r-ryantm/auto-update/strawberry
strawberry: 0.6.7 -> 0.6.8
2020-01-27 14:01:17 +08:00
Scriptkiddi
05e661f665 joplin-desktop: Add a desktop Item for joplin-desktop 2020-01-27 06:13:45 +01:00
Maximilian Bosch
b4587bc404
Merge pull request #76535 from Ma27/bump-nextcloud-client
nextcloud-client: 2.6.1 -> 2.6.2
2020-01-26 23:01:23 +01:00
Maximilian Bosch
499af6321f
mpv: 0.31.0 -> 0.32.0
https://github.com/mpv-player/mpv/releases/tag/v0.32.0
2020-01-26 22:32:13 +01:00
Gabriel Ebner
3809627321
Merge pull request #78511 from r-ryantm/auto-update/libqalculate
libqalculate: 3.6.0 -> 3.7.0
2020-01-26 18:47:18 +01:00
Gabriel Ebner
8161fe21e0 qalculate-gtk: 3.6.0 -> 3.7.0 2020-01-26 18:43:29 +01:00
Silvan Mosberger
3c5add99f6
Merge pull request #78481 from Infinisil/mumble-celt
mumble: Fix PLUGIN_PATH definition so it can find the CELT library
2020-01-26 15:55:27 +01:00
Vladyslav M
6cf9c0ec90
Merge pull request #78536 from r-ryantm/auto-update/tiled
tiled: 1.3.1 -> 1.3.2
2020-01-26 15:51:21 +02:00
Niklas Hambüchen
f12461bd37
Merge pull request #78502 from r-ryantm/auto-update/elogind
elogind: 241.4 -> 243.4
2020-01-26 13:59:02 +01:00
R. RyanTM
2775cf9e49 tiled: 1.3.1 -> 1.3.2 2020-01-26 12:41:44 +00:00
Marek Mahut
a341264465
Merge pull request #78237 from r-ryantm/auto-update/opera
opera: 65.0.3467.48 -> 66.0.3515.36
2020-01-26 13:22:23 +01:00
R. RyanTM
daf94bb3b0 strawberry: 0.6.7 -> 0.6.8 2020-01-26 11:54:02 +00:00
Peter Simons
ba8fbd5352
Merge pull request #78198 from romildo/upd.sane
sane-backends: 1.0.27 -> 1.0.28
2020-01-26 10:30:33 +01:00
Jaka Hudoklin
73a59af35b
Merge pull request #78513 from r-ryantm/auto-update/litecoind
litecoind: 0.16.3 -> 0.17.1
2020-01-26 11:14:28 +03:00
R. RyanTM
26183d0833 litecoind: 0.16.3 -> 0.17.1 2020-01-26 07:34:20 +00:00
R. RyanTM
8699530c0f elogind: 241.4 -> 243.4 2020-01-26 04:31:29 +00:00
Will Dietz
5b6eba9ee2
Merge pull request #78500 from r-ryantm/auto-update/diff-pdf
diff-pdf: 0.3 -> 0.4.1
2020-01-25 22:09:10 -06:00
R. RyanTM
b1c751119f diff-pdf: 0.3 -> 0.4.1 2020-01-26 03:57:54 +00:00
R. RyanTM
a927ceff4c dero: 0.11.6 -> 0.11.7 2020-01-26 03:51:22 +00:00