Use URLs with transport encryption

wilder-5.18
Yuri Chornoivan 6 years ago
parent 6fe549361b
commit 8dc7528e6c
  1. 2
      kdecoration/CMakeLists.txt
  2. 6
      kstyle/CMakeLists.txt
  3. 2
      kstyle/breezeshadowhelper.cpp
  4. 2
      kstyle/breezeshadowhelper.h
  5. 2
      lookandfeel.dark/metadata.desktop

@ -7,7 +7,7 @@ find_package(Qt5 CONFIG REQUIRED COMPONENTS DBus)
find_package(XCB COMPONENTS XCB) find_package(XCB COMPONENTS XCB)
set_package_properties(XCB PROPERTIES set_package_properties(XCB PROPERTIES
DESCRIPTION "X protocol C-language Binding" DESCRIPTION "X protocol C-language Binding"
URL "http://xcb.freedesktop.org" URL "https://xcb.freedesktop.org"
TYPE OPTIONAL TYPE OPTIONAL
PURPOSE "Required to pass style properties to native Windows on X11 Platform" PURPOSE "Required to pass style properties to native Windows on X11 Platform"
) )

@ -19,7 +19,7 @@ if(BREEZE_USE_KDE4)
find_package(PkgConfig REQUIRED) find_package(PkgConfig REQUIRED)
pkg_check_modules(XCB xcb x11-xcb) pkg_check_modules(XCB xcb x11-xcb)
add_feature_info("x11-xcb" XCB_FOUND "Required to pass style properties to native Windows on X11 Platform") add_feature_info("x11-xcb" XCB_FOUND "Required to pass style properties to native Windows on X11 Platform")
set_feature_info("x11-xcb" "Required to pass style properties to native Windows on X11 Platform" "http://xcb.freedesktop.org") set_feature_info("x11-xcb" "Required to pass style properties to native Windows on X11 Platform" "https://xcb.freedesktop.org")
set(BREEZE_HAVE_X11 ${XCB_FOUND}) set(BREEZE_HAVE_X11 ${XCB_FOUND})
else() else()
set(BREEZE_HAVE_X11 FALSE) set(BREEZE_HAVE_X11 FALSE)
@ -56,7 +56,7 @@ else()
find_package(XCB COMPONENTS XCB) find_package(XCB COMPONENTS XCB)
set_package_properties(XCB PROPERTIES set_package_properties(XCB PROPERTIES
DESCRIPTION "X protocol C-language Binding" DESCRIPTION "X protocol C-language Binding"
URL "http://xcb.freedesktop.org" URL "https://xcb.freedesktop.org"
TYPE OPTIONAL TYPE OPTIONAL
PURPOSE "Required to pass style properties to native Windows on X11 Platform" PURPOSE "Required to pass style properties to native Windows on X11 Platform"
) )
@ -171,7 +171,7 @@ else()
endif() endif()
if (WIN32) if (WIN32)
# As stated in http://msdn.microsoft.com/en-us/library/4hwaceh6.aspx M_PI only gets defined # As stated in https://docs.microsoft.com/en-us/cpp/c-runtime-library/math-constants M_PI only gets defined
# when if _USE_MATH_DEFINES is defined # when if _USE_MATH_DEFINES is defined
target_compile_definitions(breeze PRIVATE _USE_MATH_DEFINES _BSD_SOURCE) target_compile_definitions(breeze PRIVATE _USE_MATH_DEFINES _BSD_SOURCE)
endif() endif()

@ -397,7 +397,7 @@ namespace Breeze
/** /**
shadow atom and property specification available at shadow atom and property specification available at
http://community.kde.org/KWin/Shadow https://community.kde.org/KWin/Shadow
*/ */
// create atom // create atom

@ -166,7 +166,7 @@ namespace Breeze
//* install shadow X11 property on given widget //* install shadow X11 property on given widget
/** /**
shadow atom and property specification available at shadow atom and property specification available at
http://community.kde.org/KWin/Shadow https://community.kde.org/KWin/Shadow
*/ */
bool installX11Shadows( QWidget* ); bool installX11Shadows( QWidget* );

@ -84,6 +84,6 @@ X-KDE-PluginInfo-Email=plasma-devel@kde.org
X-KDE-PluginInfo-License=GPL-2.0+ X-KDE-PluginInfo-License=GPL-2.0+
X-KDE-PluginInfo-Name=org.kde.breezedark.desktop X-KDE-PluginInfo-Name=org.kde.breezedark.desktop
X-KDE-PluginInfo-Version=2.0 X-KDE-PluginInfo-Version=2.0
X-KDE-PluginInfo-Website=http://www.kde.org X-KDE-PluginInfo-Website=https://www.kde.org
X-Plasma-MainScript=defaults X-Plasma-MainScript=defaults
X-KDE-PluginInfo-License=GPLv2+ X-KDE-PluginInfo-License=GPLv2+

Loading…
Cancel
Save