Skip to content

Commit

Permalink
Update Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiizor committed Nov 27, 2024
1 parent e496c56 commit 64c0dc9
Show file tree
Hide file tree
Showing 7 changed files with 277 additions and 0 deletions.
116 changes: 116 additions & 0 deletions .packages/Chocolatey/24.11.26.0/sucrose.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>sucrose</id>
<owners>Taiizor</owners>
<authors>Taiizor</authors>
<version>24.11.26.0</version>
<title>Sucrose Wallpaper Engine</title>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<docsUrl>https://github.com/Taiizor/Sucrose/wiki</docsUrl>
<mailingListUrl>https://www.reddit.com/r/iSucrose</mailingListUrl>
<projectSourceUrl>https://github.com/Taiizor/Sucrose</projectSourceUrl>
<bugTrackerUrl>https://github.com/Taiizor/Sucrose/issues</bugTrackerUrl>
<projectUrl>https://apps.microsoft.com/detail/XP8JGPBHTJGLCQ</projectUrl>
<tags>Sucrose Wallpaper Engine Desktop Live Lively Windows Fluent Widget</tags>
<licenseUrl>https://github.com/Taiizor/Sucrose/blob/develop/LICENSE</licenseUrl>
<iconUrl>https://github.com/Taiizor/Sucrose/raw/develop/.images/Logo.png</iconUrl>
<packageSourceUrl>https://github.com/Taiizor/Sucrose/tree/develop/.packages/Chocolatey</packageSourceUrl>
<summary>Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.</summary>
<description>
<![CDATA[
**Sucrose** is a versatile wallpaper engine that brings a wide range of interactive wallpapers to life on your desktop. With light and dark theme options, you can choose the appearance that suits your personal preferences. You can create your own wallpapers simply or in detail, and it supports multiple screens and all screen resolutions for a seamless experience across various display configurations.
Completely open-source and free, Sucrose doesn't require any payments for any features, granting users full access. You can create media-responsive wallpapers using the **Sucrose Audio API** and design wallpapers with system status indicators using the **Sucrose System API**. Additionally, you can use any website as a wallpaper using **CefSharp** and **WebView**.
**Sucrose** allows you to create your own custom wallpapers and share them with friends or the Sucrose Community. You can explore and download wallpapers offered by users directly from the Sucrose Store.
In terms of performance, it ensures smooth performance by optimizing CPU and GPU usage. It automatically pauses wallpapers when fullscreen applications/games are running to conserve resources, and it has a power-saving mode that pauses wallpapers when running on battery power, such as on laptops.
**Sucrose** is a powerful tool for personalizing and animating your desktop. It enables users to express their creativity and fully customize their desktop experiences.
---
## Features
_Take a moment, preview GIF clips may take some time to load._
### Wallpaper Varieties
| Wallpaper Type | Example | Interactive | Resolution | Performance |
|-------------|--------------------------------------------------------------------------------------------|-------------|------------|-------------|
| Gif | ![Gif](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Gif2.gif) | No | Variable | Fixed |
| Url | ![Url](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Url2.gif) | Yes | Fixed | Variable |
| Web | ![Web](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Web2.gif) | Yes | Fixed | Variable |
| Video | ![Video](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Video2.gif) | No | Variable | Fixed |
| YouTube | ![YouTube](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/YouTube2.gif) | No | Fixed | Variable |
| Application | ![Application](https://github.com/Taiizor/Sucrose/raw/develop/.screenshots/Application2.gif) | Yes | Fixed | Variable |
---
### More Features
* Light and Dark theme feature.
* Create your own wallpapers simply or in detail.
* Supports multiple screens and all screen resolutions.
* Customize various wallpaper engines and plugins freely.
* Completely open-source and free, no feature requires payment.
* Create media-responsive wallpapers using the Sucrose Audio API.
* Determine the fate of the wallpaper based on system performance.
* Create wallpapers that display system status using the Sucrose System API.
* You can use any website you want as a wallpaper with CefSharp and WebView.
* Automatically switch between different wallpapers at specified time intervals or randomly.
### Create and Share Wallpapers
* Create your own custom wallpapers and share them with friends or the Sucrose community.
* Explore a store of user-submitted wallpapers and download them directly from the Sucrose store.
### Performance
* Optimize CPU and GPU usage for smooth performance.
* Power-saving mode to pause wallpapers when running on battery (laptops).
* Auto-pause wallpapers when fullscreen applications/games run to conserve resources.
]]>
</description>
<releaseNotes>
<![CDATA[
# What's changed in Sucrose v24.11.26.0
## Announcements:
* Support for .NET 6 and .NET 7 will end soon. Therefore, in the coming months, users relying on these frameworks will be downgraded to .NET Framework 4.8 by default to minimize disruption. However, they can opt to upgrade to a more recent framework such as .NET 8 or .NET 9 if they wish.
## Enhancements:
* Some bugs have been fixed.
* Wallpapers can now be set as desktop backgrounds.
* Added support for user-defined configuration files in MpvPlayer.
* Certificate errors for WebView and CefSharp will now be bypassed.
* "Hardware Acceleration" is now enabled by default for supported themes.
* The "Show" button on the error window has been updated to display detailed error logs.
* Errors related to "WebView2 Runtime" or "VC++ Redistributable" requirements for WebView and CefSharp are now more detailed.
## Translations:
* Translations and improvements have been made.
* Localization for wallpaper customization in MpvPlayer has been implemented.
## Updates:
* Updated Skylark library.
* Updated MpvPlayer library.
* Updated Downloader library.
* Updated Skylark.Wing library.
* Updated Skylark.Standard library.
* Updated CefSharp.Wpf.HwndHost library.
* Updated CommunityToolkit.Mvvm library.
* Updated LibreHardwareMonitorLib library.
* Updated Microsoft.Web.WebView2 library.
* Updated Microsoft.Extensions.Hosting library.
## Store:
* More than 75 new wallpaper have been added.
## Full Changelog: https://github.com/Taiizor/Sucrose/compare/v24.11.8.0...v24.11.26.0
]]>
</releaseNotes>
<dependencies>
<dependency id="dotnetfx" version="4.8.0.20220524" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
34 changes: 34 additions & 0 deletions .packages/Chocolatey/24.11.26.0/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
$ErrorActionPreference = 'Stop'

Get-Process 'Sucrose*' | % {
Write-Output ('Closing: {0}' -f $_.ProcessName)
Stop-Process -InputObject $_ -Force
}

$packageArgs = @{
packageName = 'Sucrose Wallpaper Engine'
checksumType = 'sha256'
fileType = 'exe'
silentArgs = '/s'
validExitCodes = @(0)
}

if ($env:PROCESSOR_ARCHITECTURE -eq 'ARM64') {
$packageArgs['checksum'] = 'A22FEDAF5DE5F216E4EF406853CE37BB8651D3CF2D86EBFBF36C0C675D6DEA60'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.26.0.exe'
} else {
if ([Environment]::Is64BitOperatingSystem) {
if ([System.Environment]::Is64BitProcess) {
$packageArgs['checksum'] = '382A958DE0B67EA7925DABDFF6852109ED44C8006519D518685BC5648A8D3687'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.26.0.exe'
} else {
$packageArgs['checksum'] = '904CCB2639AB5E97A85C6196C62F15A6282FFEE39BAD58987A3122718E1DFE50'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.26.0.exe'
}
} else {
$packageArgs['checksum'] = '904CCB2639AB5E97A85C6196C62F15A6282FFEE39BAD58987A3122718E1DFE50'
$packageArgs['url'] = 'https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.26.0.exe'
}
}

Install-ChocolateyPackage @packageArgs
18 changes: 18 additions & 0 deletions .packages/Chocolatey/24.11.26.0/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
$ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'Sucrose Wallpaper Engine'
fileType = 'exe'
validExitCodes= @(0)
}

$key = Get-ItemProperty 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\Sucrose' -ErrorAction SilentlyContinue

if ($null -ne $key) {
$packageArgs['file'] = "$($key.UninstallString)"

#Start-Process -FilePath $uninstallString -Wait
Uninstall-ChocolateyPackage @packageArgs
}
else {
Write-Warning "$($packageArgs.packageName) is not installed or has already been uninstalled."
}
48 changes: 48 additions & 0 deletions .packages/Scoop/24.11.26.0/sucrose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"version": "24.11.26.0",
"description": "Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.",
"homepage": "https://github.com/Taiizor/Sucrose",
"license": "GPL-3.0",
"architecture": {
"32bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.26.0.exe",
"hash": "904CCB2639AB5E97A85C6196C62F15A6282FFEE39BAD58987A3122718E1DFE50",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"64bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.26.0.exe",
"hash": "382A958DE0B67EA7925DABDFF6852109ED44C8006519D518685BC5648A8D3687",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe\" -ArgumentList '/s' -Wait"
}
},
"arm64": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.26.0.exe",
"hash": "A22FEDAF5DE5F216E4EF406853CE37BB8651D3CF2D86EBFBF36C0C675D6DEA60",
"installer": {
"script": "Start-Process \"$dir\\Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe\" -ArgumentList '/s' -Wait"
}
}
},
"uninstaller": {
"script": "Start-Process (Get-ItemProperty HKCU:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\Sucrose).UninstallString -Wait"
},
"checkver": {
"github": "https://github.com/Taiizor/Sucrose"
},
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x86_$version.exe"
},
"64bit": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_x64_$version.exe"
},
"arm64": {
"url": "https://github.com/Taiizor/Sucrose/releases/download/v$version/Sucrose_Bundle_.NET_Framework_4.8_ARM64_$version.exe"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.11.26.0
InstallerType: exe
InstallerSwitches:
Silent: /s
SilentWithProgress: /s
Installers:
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x86_24.11.26.0.exe
Architecture: x86
InstallerSha256: 904CCB2639AB5E97A85C6196C62F15A6282FFEE39BAD58987A3122718E1DFE50
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_x64_24.11.26.0.exe
Architecture: x64
InstallerSha256: 382A958DE0B67EA7925DABDFF6852109ED44C8006519D518685BC5648A8D3687
- InstallerUrl: https://github.com/Taiizor/Sucrose/releases/download/v24.11.26.0/Sucrose_Bundle_.NET_Framework_4.8_ARM64_24.11.26.0.exe
Architecture: arm64
InstallerSha256: A22FEDAF5DE5F216E4EF406853CE37BB8651D3CF2D86EBFBF36C0C675D6DEA60
ManifestType: installer
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.11.26.0
PackageLocale: en-GB
Publisher: Taiizor
PublisherUrl: https://github.com/Taiizor
PublisherSupportUrl: https://github.com/Taiizor
PrivacyUrl: https://github.com/Taiizor/Sucrose/blob/develop/PRIVACY_POLICY.md
Author: Taiizor
PackageName: Sucrose Wallpaper Engine
PackageUrl: https://github.com/Taiizor/Sucrose
License: GPL-3.0 License
LicenseUrl: https://github.com/Taiizor/Sucrose/blob/develop/LICENSE
Copyright: Copyright © 2024 Taiizor
ShortDescription: Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
Description: Sucrose is a versatile wallpaper engine that brings a wide range of interactive wallpapers to life on your desktop. With light and dark theme options, you can choose the appearance that suits your personal preferences. You can create your own wallpapers simply or in detail, and it supports multiple screens and all screen resolutions for a seamless experience across various display configurations. Completely open-source and free, Sucrose doesn't require any payments for any features, granting users full access. You can create media-responsive wallpapers using the Sucrose Audio API and design wallpapers with system status indicators using the Sucrose System API. Additionally, you can use any website as a wallpaper using CefSharp and WebView. Sucrose allows you to create your own custom wallpapers and share them with friends or the Sucrose Community. You can explore and download wallpapers offered by users directly from the Sucrose Store. In terms of performance, it ensures smooth performance by optimizing CPU and GPU usage. It automatically pauses wallpapers when fullscreen applications/games are running to conserve resources, and it has a power-saving mode that pauses wallpapers when running on battery power, such as on laptops. Sucrose is a powerful tool for personalizing and animating your desktop. It enables users to express their creativity and fully customize their desktop experiences.
Moniker: Sucrose
Tags:
- Sucrose
- Wallpaper
- Engine
- Desktop
- Live
- Lively
- Windows
- Fluent
- Widget
ReleaseNotesUrl: https://github.com/Taiizor/Sucrose/releases/tag/v24.11.26.0
ManifestType: defaultLocale
ManifestVersion: 1.6.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.6.1.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json

PackageIdentifier: Taiizor.SucroseWallpaperEngine
PackageVersion: 24.11.26.0
DefaultLocale: en-GB
ManifestType: version
ManifestVersion: 1.6.0

0 comments on commit 64c0dc9

Please sign in to comment.