Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion ports/kf5archive/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
"zstd" CMAKE_DISABLE_FIND_PACKAGE_ZSTD
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5archive/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5archive",
"version-semver": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "File compression",
"homepage": "https://api.kde.org/frameworks/karchive/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5attica/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
1 change: 1 addition & 0 deletions ports/kf5attica/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kf5attica",
"version-semver": "5.84.0",
"port-version": 1,
"description": "A Qt library that implements the Open Collaboration Services API",
"homepage": "https://api.kde.org/frameworks/attica/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5auth/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5auth/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5auth",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Execute actions as privileged user",
"homepage": "https://api.kde.org/frameworks/kauth/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5codecs/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ vcpkg_find_acquire_program(GPERF)
get_filename_component(GPERF_EXE_PATH ${GPERF} DIRECTORY)
vcpkg_add_to_path(${GPERF_EXE_PATH})

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5codecs/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5codecs",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "String encoding library",
"homepage": "https://api.kde.org/frameworks/kcodecs/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5completion/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5completion/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5completion",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Text completion helpers and widgets",
"homepage": "https://api.kde.org/frameworks/kcompletion/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5config/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5config/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5config",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Configuration system",
"homepage": "https://api.kde.org/frameworks/kconfig/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5configwidgets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ vcpkg_check_features(
designerplugin BUILD_DESIGNERPLUGIN
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
1 change: 1 addition & 0 deletions ports/kf5configwidgets/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kf5configwidgets",
"version-semver": "5.84.0",
"port-version": 1,
"description": "Widgets for configuration dialogs",
"homepage": "https://api.kde.org/frameworks/kconfigwidgets/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5coreaddons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ vcpkg_from_github(
fix_cmake_config.patch # https://invent.kde.org/frameworks/kcoreaddons/-/merge_requests/129
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5coreaddons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5coreaddons",
"version-semver": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Addons to QtCore",
"homepage": "https://api.kde.org/frameworks/kcoreaddons/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5crash/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ vcpkg_from_github(
support_static_builds.patch # https://invent.kde.org/frameworks/kcrash/-/merge_requests/23
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5crash/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5crash",
"version-semver": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "KCrash provides support for intercepting and handling application crashes.",
"homepage": "https://api.kde.org/frameworks/kcrash/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5dbusaddons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5dbusaddons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5dbusaddons",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Convenience classes for D-Bus",
"homepage": "https://api.kde.org/frameworks/kdbusaddons/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5globalaccel/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
1 change: 1 addition & 0 deletions ports/kf5globalaccel/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kf5globalaccel",
"version-semver": "5.84.0",
"port-version": 1,
"description": "lobal desktop keyboard shortcuts",
"homepage": "https://api.kde.org/frameworks/kglobalaccel/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5guiaddons/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ if("wayland" IN_LIST FEATURES AND NOT VCPKG_TARGET_IS_LINUX)
message(FATAL_ERROR "Feature wayland is only supported on Linux.")
endif()

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5guiaddons/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5guiaddons",
"version-semver": "5.84.0",
"port-version": 2,
"port-version": 3,
"description": "Addons to QtGui",
"homepage": "https://api.kde.org/frameworks/kguiaddons/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5holidays/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5holidays/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5holidays",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Holiday calculation library",
"dependencies": [
"ecm",
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5i18n/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ vcpkg_from_github(

vcpkg_find_acquire_program(PYTHON3)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5i18n/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5i18n",
"version": "5.84.0",
"port-version": 2,
"port-version": 3,
"description": "Advanced internationalization framework",
"homepage": "https://api.kde.org/frameworks/ki18n/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5iconthemes/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ vcpkg_check_features(
designerplugin BUILD_DESIGNERPLUGIN
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
1 change: 1 addition & 0 deletions ports/kf5iconthemes/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kf5iconthemes",
"version": "5.84.0",
"port-version": 1,
"description": "Icon GUI utilities",
"homepage": "https://api.kde.org/frameworks/kiconthemes/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5itemmodels/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ vcpkg_from_github(
SHA512 1fd6a6194a718184dcbed0131a2b93575382b3ef7620049cb7a1ac2e55f271113c880d90b76fd6967b720fc44762f10119e8629bda30e6dea10f61ce22f9e02c
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5itemmodels/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5itemmodels",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Models for Qt Model/View system",
"homepage": "https://api.kde.org/frameworks/kitemmodels/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5itemviews/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ vcpkg_from_github(
SHA512 d6a16ebbe57b6ac1b766d77b8b262b0ec72a5e256e5b3fbf7b95d901b4e45300eda2933f74a5a66cb6b2fec062fb4a6c9253e3376b13ab889f0bfd52c23cf5d4
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
DISABLE_PARALLEL_CONFIGURE
PREFER_NINJA
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
2 changes: 1 addition & 1 deletion ports/kf5itemviews/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kf5itemviews",
"version": "5.84.0",
"port-version": 1,
"port-version": 2,
"description": "Widget addons for Qt Model/View",
"homepage": "https://api.kde.org/frameworks/kitemviews/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5jobwidgets/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
-DBUILD_TESTING=OFF
)
Expand Down
1 change: 1 addition & 0 deletions ports/kf5jobwidgets/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "kf5jobwidgets",
"version-semver": "5.84.0",
"port-version": 1,
"description": "Widgets for showing progress of asynchronous jobs",
"homepage": "https://api.kde.org/frameworks/kjobwidgets/html/index.html",
"dependencies": [
Expand Down
4 changes: 3 additions & 1 deletion ports/kf5package/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ vcpkg_from_github(
HEAD_REF master
)

# Prevent KDEClangFormat from writing to source effectively blocking parallel configure
file(WRITE ${SOURCE_PATH}/.clang-format "DisableFormat: true\nSortIncludes: false\n")

vcpkg_cmake_configure(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DBUILD_TESTING=OFF
Expand Down
Loading