Artturi
01995f66a9
Merge pull request #144446 from jkarlson/qemu
2021-11-05 22:50:39 +02:00
Sandro
89ec86651b
Merge pull request #144783 from iblech/patch-thonny-icon
2021-11-05 21:14:42 +01:00
Sandro
4042e36f2d
Merge pull request #144774 from dan4ik605743/tonelib-meta
2021-11-05 21:03:40 +01:00
Ingo Blechschmidt
19de3a7c5b
thonny: add desktop item
2021-11-05 20:20:16 +01:00
dan4ik
a123ab3a72
tonelib-zoom: fix meta.platforms
2021-11-06 01:14:47 +07:00
dan4ik
d78a7264c6
tonelib-jam: fix meta.platforms
2021-11-06 01:09:46 +07:00
Sandro
118cec339f
Merge pull request #144714 from saschagrunert/crun
2021-11-05 17:31:26 +01:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome
2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd
jami-daemon.ffmpeg: mark as broken for aarch64
2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
...
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Florian Klink
3097a43496
xmedcon: 0.21.0 -> 0.21.2
...
in release 0.21.2 @ 20-Jul-2021 (Gtk+3)
Small addition in our speedometer CSS theme: window titlebar is now in dark mode too
Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro
Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ...
Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed)
Menu "Online info" core dumps due to "toplevel" window problem
Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed"
gtk_window_set_transient_for(window, parent)
Not working GBC-widget (gamma, brightness, contrast)
in release 0.21.1 @ 01-May-2021 (Gtk+3)
Require libpng >= 1.6.0 for Ubuntu's sake
Added in GUI resizing to fifth and quint
Secured two sprintf() statements
Updated Inno Setup file for Gtk+3 dependencies
Fresh update of application icon
GIF89a: write "XMedCon" in application block
2021-11-05 15:30:51 +01:00
Florian Klink
0886f51b37
xmedcon: fix meta.platforms
...
platforms.darwin and platforms.linux are both lists. They need to be
concatenated, otherwise they're not recognized as supported platforms.
2021-11-05 15:30:51 +01:00
Claudio Bley
7f2b8a3beb
azuredatastudio: 1.17.1 -> 1.33.0 ( #143078 )
2021-11-05 15:25:24 +01:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
...
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b
jami-client-gnome: unset CLUTTER_BACKEND
2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build
2021-11-05 07:10:07 -06:00
Armin Rothfuss
f3ff3fe3db
eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins ( #142407 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Sandro
288e3f8896
Merge pull request #144156 from simonkampe/submit/snapmaker-luban
2021-11-05 14:05:30 +01:00
Sandro
8c0e6e6c76
Merge pull request #144731 from erikarvstedt/btcpayserver-1.3.3
2021-11-05 14:02:23 +01:00
Thiago Kenji Okada
96fb6ed434
Merge pull request #144696 from GKasparov/picom-next
...
picom-next: init at unstable-2021-10-31
2021-11-05 09:54:29 -03:00
Erik Arvstedt
34913fa4e8
btcpayserver: 1.3.2 -> 1.3.3
2021-11-05 11:31:44 +01:00
Sascha Grunert
1889cedd0a
crun: 1.2 -> 1.3
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-05 09:34:48 +01:00
Ben Siraphob
563957288e
Merge pull request #144689 from legendofmiracles/hn
...
haxor-news: fix build
2021-11-04 22:56:17 -05:00
GKasparov
a3aaebc300
picom-next: init at unstable-2021-10-31
2021-11-05 14:52:28 +11:00
figsoda
05b19e3129
Merge pull request #144687 from figsoda/eww-linux
...
eww: set meta.broken on darwin
2021-11-04 22:38:51 -04:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
legendofmiracles
34dad80816
haxor-news: fix build
2021-11-04 20:07:20 -06:00
figsoda
c39e93249a
eww: set meta.broken on darwin
2021-11-04 21:46:24 -04:00
Thiago Kenji Okada
b5a1a988c2
Merge pull request #144581 from Hexadecimaaal/new-bitwig-studio
...
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 22:11:44 -03:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
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.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
...
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Bernardo Meurer
471043b174
Merge pull request #144308 from andresilva/ledger-live-2.34.4
...
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-04 16:07:51 -07:00
Maximilian Bosch
3adcef2569
Merge pull request #143807 from linyinfeng/jetbrains-prefer-local-build
...
jetbrains: fix preferLocalBuild
2021-11-04 23:45:55 +01:00
Sandro
012811c79d
Merge pull request #144659 from SuperSamus/lavalauncher
2021-11-04 23:00:19 +01:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
...
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00
Sandro
23911f7ee5
Merge pull request #144658 from aanderse/kodi.packages.libretro-genplus
2021-11-04 22:48:17 +01:00
Aaron Andersen
47d8506f90
kodi.packages.libretro-genplus: init at 1.7.4.31
2021-11-04 17:24:46 -04:00
Martino Fontana
e0cfb5db67
lavalauncher: 2.0.0 -> 2.1.1, fix broken build
2021-11-04 22:23:37 +01:00
Sandro
cfefcfc460
Merge pull request #142380 from dan4ik605743/cubocore
2021-11-04 21:50:47 +01:00
Mauricio Collares
076563ebac
sage: import sympy 1.9 update patch
2021-11-04 18:53:06 +01:00
Pavol Rusnak
164173d0fc
Merge pull request #144631 from erikarvstedt/btcpayserver-1.3.2
...
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 18:11:50 +01:00
Ryan Mulligan
630e21704e
Merge pull request #144536 from r-ryantm/auto-update/polkadot
...
polkadot: 0.9.12 -> 0.9.12-1
2021-11-04 09:38:49 -07:00
Erik Arvstedt
661f05bc50
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 17:35:21 +01:00
Anderson Torres
1221903710
Merge pull request #144624 from AndersonTorres/new-elisp-packages
...
elisp updates
2021-11-04 13:34:56 -03:00
AndersonTorres
b4507131cc
emacsPackages.sunrise-commander: 0.pre+unstable=2021-07-22 -> 0.pre+unstable=2021-09-27
2021-11-04 12:50:01 -03:00
AndersonTorres
a0e6ae474a
nongnu-packages 2021-11-04
2021-11-04 12:47:21 -03:00
AndersonTorres
b66cd27f16
melpa-packages 2021-11-04
2021-11-04 12:46:59 -03:00
AndersonTorres
ba6d8767ac
manual fixup
2021-11-04 12:46:21 -03:00
AndersonTorres
74628ed462
elpa-packages 2021-11-04
2021-11-04 12:46:03 -03:00
Ryan Mulligan
db56abb141
Merge pull request #144551 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.36 -> 1.37
2021-11-04 08:22:09 -07:00