configure.ac               |    1 +
 src/pavucontrol.desktop.in |    1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4acb3ef0203647062b37b11e1d54700e3833c364
Author: Arun Raghavan <[email protected]>
Date:   Mon Jan 25 08:41:42 2016 +0530

    build-sys: Use C++11 for building
    
    This requirement was added by gtkmm at some point:
    
    http://www.murrayc.com/permalink/2015/07/31/gtkmm-now-uses-c11/

diff --git a/configure.ac b/configure.ac
index e34e975..ee8a0e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,6 +39,7 @@ AC_PROG_CC
 AC_PROG_LN_S
 AC_TYPE_SIGNAL
 AC_HEADER_STDC
+AX_CXX_COMPILE_STDCXX_11
 
 AC_ARG_ENABLE(gtk3,
    [AS_HELP_STRING([--disable-gtk3],

commit 4db50bc09a10d307d9de57ba0531b9b26bfc3c21
Author: Pino Toscano <[email protected]>
Date:   Sun Jan 24 13:57:03 2016 +0100

    Remove Encoding key from .desktop file
    
    Long time deprecated.

diff --git a/src/pavucontrol.desktop.in b/src/pavucontrol.desktop.in
index bad82b3..79145ee 100644
--- a/src/pavucontrol.desktop.in
+++ b/src/pavucontrol.desktop.in
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Version=1.0
-Encoding=UTF-8
 _Name=PulseAudio Volume Control
 _GenericName=Volume Control
 _Comment=Adjust the volume level

_______________________________________________
pulseaudio-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to