forked from mirrors/nixpkgs
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
This commit is contained in:
parent
0886f51b37
commit
3097a43496
|
@ -10,11 +10,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "xmedcon";
|
||||
version = "0.21.0";
|
||||
version = "0.21.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://prdownloads.sourceforge.net/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0yfnbrcil5i76z1wbg308pb1mnjbcxy6nih46qpqs038v1lhh4q8";
|
||||
sha256 = "0svff8rc3j2p47snaq1hx9mv4ydmxawpb0hf3d165g1ccjwvmm6m";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue