Skip to content

Commit

Permalink
Windows: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 5, 2022
1 parent 976db6c commit 7e206ee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ skip_branch_with_pr: true
environment:
APPVEYOR_SAVE_CACHE_ON_ERROR: true

KF5_VERSION: 5.87
KF5_VERSION: 5.92
KF5_PATCH: 0
SNORETOAST_VERSION: 0.7.0
SNORETOAST_VERSION: 0.8.0

matrix:
- QTDIR: /c/Qt/5.15/msvc2019_64
Expand Down
1 change: 1 addition & 0 deletions utils/appveyor/kf5_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ fi
-G "$CMAKE_GENERATOR" -A "$CMAKE_GENERATOR_ARCH" \
-DCMAKE_PREFIX_PATH="$CMAKE_PREFIX_PATH" \
-DCMAKE_INSTALL_PREFIX="$INSTALL_PREFIX" \
-DBUILD_TESTING=OFF \
"${extra_cmake_args[@]}"

cmake --build "$DEPENDENCY_BUILD_PATH/$name" --config Release --target install
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
From 72ecc7e04adc82a432b7bebf88406fdd0acda5b2 Mon Sep 17 00:00:00 2001
From a91e08f149b64793fa3c0c0e09c61891f0814535 Mon Sep 17 00:00:00 2001
From: Lukas Holecek <[email protected]>
Date: Sun, 15 Nov 2020 19:06:53 +0100
Subject: [PATCH 1/2] Support updating Snore notifications
Subject: [PATCH] Support updating Snore notifications

---
src/notifybysnore.cpp | 29 +++++++++++++++++++++--------
Expand Down Expand Up @@ -86,5 +86,5 @@ index b89056b..6607b80 100644
+ notify(notification, config);
}
--
2.31.1
2.35.1

28 changes: 0 additions & 28 deletions utils/appveyor/patches/knotifications/0002-Fix-Windows-build.patch

This file was deleted.

0 comments on commit 7e206ee

Please sign in to comment.