summarylogtreecommitdiffstats
path: root/dpp.install
diff options
context:
space:
mode:
authorJakub 'Eremiell' Marek2023-01-08 19:32:25 +0100
committerJakub 'Eremiell' Marek2023-01-08 19:32:25 +0100
commitc4b496bf4b0e963a4cb324385e425a7134dfbfba (patch)
treea18bcc3138c785f4e72a5d97ebda2afffcb1a682 /dpp.install
parente4cde4dc8b690c172ebaeec8edfaae69558d3d93 (diff)
downloadaur-c4b496bf4b0e963a4cb324385e425a7134dfbfba.tar.gz
🔖 Update package, version 10.0.22-1
* Upstream version update * CMake support has been fixed upstream * Support for various new small Discord features * Various bugfixes * See upstream changelog for details
Diffstat (limited to 'dpp.install')
-rw-r--r--dpp.install27
1 files changed, 13 insertions, 14 deletions
diff --git a/dpp.install b/dpp.install
index 2e3baadd422e..082116ea8081 100644
--- a/dpp.install
+++ b/dpp.install
@@ -1,25 +1,24 @@
post_install() {
- echo -e "\e[31mNotice cmake find_package() doesn't currently work all the way.\e[0m"
- echo -e "\e[31mThis is a known upstream issue and will hopefully get fixed eventually.\e[0m"
- echo -e "\e[31mYou may want to use pkg-config to integrate into your cmake for now.\e[0m"
- echo ""
- echo -e "\e[1;33mAlso be aware one of the time conversion tests fail on devices not set to UTC.\e[0m"
- echo -e "\e[1;33mThis shouldn't affect your server deploys but may play role on your dev machine.\e[0m"
+ echo -e "\e[31mBe aware one of the time conversion tests fail on devices not set to UTC.\e[0m"
+ echo -e "\e[31mThis shouldn't affect your server deploys but may play role on your dev machine.\e[0m"
echo ""
echo -e "\e[32mTo keep things lean and clean, embedded nlohmann/json have been replaced by\e[0m"
echo -e "\e[32mpackaged version.\e[0m"
echo -e "\e[32mSymlink has been provided for convenience, but you may prefer to use it directly.\e[0m"
echo ""
- echo -e "\e[32mPackage now includes experimental coroutine support.\e[0m"
- echo -e "\e[32mIt's not considered production ready, but it's available for your experiments.\e[0m"
- echo -e "\e[32mFeedback is welcome on any of the official channels.\e[0m"
+ echo -e "\e[1;33mPackage now includes experimental coroutine support.\e[0m"
+ echo -e "\e[1;33mIt's not considered production ready, but it's available for your experiments.\e[0m"
+ echo -e "\e[1;33mFeedback is welcome on any of the official channels.\e[0m"
}
post_upgrade() {
- echo -e "\e[1;33mSymlink has been provided for the embedded nlohmann/json library.\e[0m"
- echo -e "\e[1;33mWe keep using the systemwide version. It's just for easier use of online tutorials.\e[0m"
+ echo -e "\e[31mCMake has been finally fixed. If you were using pkg-config up to now, nothing should\e[0m"
+ echo -e "\e[31mchange for you, but you an now also just use find_package and it should actually work.\e[0m"
+ echo ""
+ echo -e "\e[32mSymlink has been provided for the embedded nlohmann/json library.\e[0m"
+ echo -e "\e[32mWe keep using the systemwide version. It's just for easier use of online tutorials.\e[0m"
echo ""
- echo -e "\e[32mPackage now includes experimental coroutine support.\e[0m"
- echo -e "\e[32mIt's not considered production ready, but it's available for your experiments.\e[0m"
- echo -e "\e[32mFeedback is welcome on any of the official channels.\e[0m"
+ echo -e "\e[1;33mPackage now includes experimental coroutine support.\e[0m"
+ echo -e "\e[1;33mIt's not considered production ready, but it's available for your experiments.\e[0m"
+ echo -e "\e[1;33mFeedback is welcome on any of the official channels.\e[0m"
}