Leah Neukirchen
c6c381e55c
iana-etc: update to 20180731.
...
Fetch official data from IANA.
2018-08-02 12:24:37 +02:00
Helmut Pozimski
1b9feb5be8
gscan2pdf: update to 2.1.4. ( #1404 )
2018-08-02 11:22:00 +02:00
cr6git
4f048d397c
musescore: update to 2.3.2. ( #1400 )
2018-08-02 11:10:28 +02:00
John Zimmermann
99e71bd999
cantata: rebuild for gcc stdc++ dropping gcc4 compat ( #1398 )
2018-08-02 10:55:16 +02:00
Julio Galvan
98fbec19ab
vscode: rebuild with nodejs-lts
2018-08-02 09:19:30 +02:00
maxice8
84a1df2021
opera: ignore rpi-userland specific libGLESv2.so
...
resolves void-linux/void-packages#1321
2018-08-02 09:18:54 +02:00
maxice8
d3cbc85f43
gnome-settings-daemon: re-cross
2018-08-02 08:37:56 +02:00
maxice8
50007a0987
libthai: update to 0.1.28.
2018-08-02 01:50:30 -03:00
maxice8
dd06807fc0
exiftool: update to 11.08.
2018-08-02 01:50:30 -03:00
maxice8
6f96b28ed9
gnome-bluetooth: update to 3.28.2.
2018-08-02 01:50:30 -03:00
cr6git
4abc8d0d97
New package: hd-idle-1.05 ( #1374 )
2018-08-02 05:07:09 +02:00
Andrew Benson
4efc2df55d
google-chrome: update to 68.0.3440.84 ( #1393 )
2018-08-02 05:01:13 +02:00
lemmi
548da4e49f
abcm2ps: update to 8.13.24.
2018-08-02 04:29:31 +02:00
lemmi
1b537f46af
openimageio: update to 1.8.13.
2018-08-02 04:28:53 +02:00
maxice8
216a889ec1
quazip-qt5: fix cmake files path
2018-08-01 22:50:39 -03:00
maxice8
82b9edeba4
quazip-qt5: switch back to cmake for proper packaging.
...
Long story short: build_style=qmake only produces
libquazip
which conflicts with our quazip package, for libquazip5 use the cmake
build_style.
2018-08-01 22:48:07 -03:00
maxice8
fb254ad33e
plume-creator: rebuild against libquazip5.so.1
2018-08-01 21:29:26 -03:00
maxice8
93a36698b4
tomahawk-qt5: rebuild against libquazip5.so.1
2018-08-01 21:29:00 -03:00
maxice8
f03a4254c1
nomacs: rebuild against libquazip5.so.1
2018-08-01 21:28:59 -03:00
maxice8
1e79c984f1
xmonad-contrib: mark as broken
2018-08-01 18:58:34 -03:00
Piotr Wójcik
6579248069
kmag: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
81d0c7bca0
kfind: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
4d2111e6eb
libkomparediff2: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
2a300b4fef
kwalletmanager: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
1d63e8d0fc
kteatime: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
332ef4e95e
ksystemlog: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
73e85df34f
kruler: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
cdec77adee
kolourpaint: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
3f1e8049cd
kig: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
fc4ed47a69
kcron: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
f7a06a444c
kcachegrind: update to 18.04.3.
2018-08-01 18:38:28 -03:00
Piotr Wójcik
7e911853a2
filelight: update to 18.04.3.
2018-08-01 18:38:28 -03:00
maxice8
da8616ac29
libdrm: update to 2.4.93.
2018-08-01 17:45:41 -03:00
maxice8
5a023a57eb
xmonad-contrib: update to 0.14.
2018-08-01 17:45:41 -03:00
maxice8
7099808638
android-studio: rebuild with xbps-0.53.
2018-08-01 17:45:41 -03:00
Andrew Benson
98604c28e8
New package: mit-scheme-c-9.2 ( #981 )
...
Closes https://github.com/void-linux/void-packages/issues/900
2018-08-01 19:32:08 +02:00
travankor
20ba4d28d8
quazip: update to 0.7.6. ( #1200 )
...
* quazip: update to 0.7.6.
* quazip-qt5: update to 0.7.6.
2018-08-01 19:31:34 +02:00
svenper
701de128cf
New package: fntsample-5.2 ( #1080 )
2018-08-01 19:26:22 +02:00
Peter Bui
23de10612c
xautolock: add patch to fix silent failure on -restart command ( #1325 )
...
If you run 'xautolock' instead of '/usr/bin/xautolock', execv will fail
because it cannot found the path to the program when the -restart
command is requested. Use execvp instead of execv, which will search
the environmental PATH to find the program, thus allowing you to just
run 'xautolock' rather than the full path.
This fixes the bug where playing a video with mpv accidently kills your
screenlocker since it calls xdg-screensaver reset, which in turn calls
xautolock -restart.
2018-08-01 19:25:33 +02:00
cr6git
6bc7d590c8
linux-firmware: update to 20180717. ( #1333 )
2018-08-01 19:24:30 +02:00
iaroki
1353fdf7e7
docker-compose: update to 1.22.0 ( #1029 )
2018-08-01 19:23:27 +02:00
maxice8
319f77f17d
gdb: mark as broken on aarch64-musl
2018-08-01 12:59:50 -03:00
travankor
8f2f5b63bb
New package: jrnl-1.9.8.
2018-08-01 12:31:36 -03:00
Gerardo Di Iorio
aa0884fff6
minio: update to 2018.07.31.
2018-08-01 12:29:15 -03:00
maxice8
67fa2b41f6
python-more-itertools: update to 4.3.1.
2018-08-01 12:26:15 -03:00
maxice8
a6beaa840d
python-nose2: update to 0.8.0.
2018-08-01 12:26:15 -03:00
maxice8
82f0414de7
busybox: update to 1.29.2.
2018-08-01 12:26:15 -03:00
maxice8
efa52aed17
gdb: update to 8.1.1.
2018-08-01 12:26:15 -03:00
Jürgen Buchmüller
1abaa947b1
freeimage: update to 3.18.0
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-01 15:18:54 +02:00
Jürgen Buchmüller
1c11cb38bc
flowcanvas: rebuild for gcc stdc++ dropping gcc4 compat
...
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
2018-08-01 15:12:02 +02:00