Skip to content

Commit

Permalink
AU: 2 updated - Qemu vacuum-im
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 26, 2018
1 parent 5a65913 commit b579ea4
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/qemu/Qemu.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>Qemu</id>
<version>2018.11.08</version>
<version>2018.11.26</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/qemu</packageSourceUrl>
<owners>AdmiringWorm, </owners>
<title>Qemu</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/qemu/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181108.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181108.exe'
url = 'https://qemu.weilnetz.de/w32/qemu-w32-setup-20181126.exe'
url64bit = 'https://qemu.weilnetz.de/w64/qemu-w64-setup-20181126.exe'
softwareName = 'QEMU'
checksum = '0d1ee0ca453058bf4c00be7422d6254479e9b8bef968b7668e8a6de723c9b2c6'
checksum = '83937c818764ac8bbf85ae402e8c270b0385f8e678a3186d785947b847d3588c'
checksumType = 'sha256'
checksum64 = 'ee1e7853b160bfe7207300e65c9394f53f4537bc05967bb00c997d9da0ff1ac7'
checksum64 = 'f18e9a5c0fbc32c512d3464b1c220e3a93234c3bbb82e24869a3ae9de9748be0'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
3 changes: 2 additions & 1 deletion automatic/vacuum-im/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ![Vacuum-IM Changelog](https://img.shields.io/badge/Vacuum-IM-Package%20Changelog-blue.svg?style=for-the-badge)

## UPCOMING
## Version: 1.2.5 (2018-11-26)
- Initial implementation of the vacuum-im chocolatey package

2 changes: 1 addition & 1 deletion automatic/vacuum-im/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@f18e1d35a7eedd6e367ace7c1dd267ae858ad47a/icons/vacuum-im.ico" height="48" width="48" /> ![Vacuum-IM](https://img.shields.io/chocolatey/v/vacuum-im.svg?label=Vacuum-IM&style=for-the-badge)](https://chocolatey.org/packages/vacuum-im)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@c20f2a17e916fd4bfd2e30946f8f015c9de3b0d0/icons/vacuum-im.ico" height="48" width="48" /> ![Vacuum-IM](https://img.shields.io/chocolatey/v/vacuum-im.svg?label=Vacuum-IM&style=for-the-badge)](https://chocolatey.org/packages/vacuum-im)

Full-featured crossplatform Jabber/XMPP client.
The core program is just a plugin loader, all functionality is made available
Expand Down
12 changes: 6 additions & 6 deletions automatic/vacuum-im/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/Vacuum-IM/vacuum-im/releases/latest>
location on <https://github.com/Vacuum-IM/vacuum-im/releases/tag/1.2.5>
and can be verified by doing the following:

1. Download the following
Non-GPO <>
GPO <>
Non-GPO <https://github.com/Vacuum-IM/vacuum-im/releases/download/1.2.5/vacuum-im_1.2.5.20150608_win32-msvc2010_qt487.msi>
GPO <https://github.com/Vacuum-IM/vacuum-im/releases/download/1.2.5/vacuum-im_1.2.5.20150608_win32-msvc2010_qt487_GPO.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum Non-GPO:
checksum GPO:
checksum type: sha256
checksum Non-GPO: 5EC5B83A4B18E73F475D10A16BE5390294BFF5F2BF33676DEEA467CFF3977EDC
checksum GPO: 5EAFBCC4E40FB47D7BEE3ECCBD29E1274937ED546812BD5894E8611E78EAAF27

The file 'LICENSE.txt' has been obtained from <https://github.com/Vacuum-IM/vacuum-im/blob/master/COPYING>
6 changes: 3 additions & 3 deletions automatic/vacuum-im/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\"
file = "$toolsPath\vacuum-im_1.2.5.20150608_win32-msvc2010_qt487.msi"
softwareName = 'vacuum-im*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand All @@ -14,9 +14,9 @@ $packageArgs = @{
$pp = Get-PackageParameters
if ($pp.GPO) {
"Switching to GPO edition..."
$packageArgs['file'] = "$toolsPath\"
$packageArgs['file'] = "$toolsPath\vacuum-im_1.2.5.20150608_win32-msvc2010_qt487_GPO.msi"
}

Install-ChocolateyInstallPackage @packageArgs

ls $toolsPath\*.msi | % { rm $_ -ea 0; if (Test-Path $_) { sc "$_.ignore" } }
Get-ChildItem $toolsPath\*.msi | ForEach-Object { Remove-Item $_ -ea 0; if (Test-Path $_) { Set-Content "$_.ignore" } }
4 changes: 2 additions & 2 deletions automatic/vacuum-im/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $uninstalled = $false
[array]$key = Get-UninstallRegistryKey @packageArgs

if ($key.Count -eq 1) {
$key | % {
$key | ForEach-Object {
$packageArgs['silentArgs'] = "$($_.PSChildName) $($packageArgs['silentArgs'])"
$packageArgs['file'] = ''

Expand All @@ -25,5 +25,5 @@ if ($key.Count -eq 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert the package maintainer that the following keys were matched:"
$key | % { Write-Warning "- $($_.DisplayName)" }
$key | ForEach-Object { Write-Warning "- $($_.DisplayName)" }
}
18 changes: 11 additions & 7 deletions automatic/vacuum-im/vacuum-im.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vacuum-im</id>
<version>0.0</version>
<version>1.2.5</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/vacuum-im</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Vacuum-IM</title>
<authors>Sergey Potapov,Maxim Ignatenko,Mikhail Borisov,Andrey Karepin,Alexey Ivanov</authors>
<projectUrl>http://www.vacuum-im.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@f18e1d35a7eedd6e367ace7c1dd267ae858ad47a/icons/vacuum-im.ico</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@c20f2a17e916fd4bfd2e30946f8f015c9de3b0d0/icons/vacuum-im.ico</iconUrl>
<licenseUrl>https://github.com/Vacuum-IM/vacuum-im/blob/master/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/Vacuum-IM/vacuum-im</projectSourceUrl>
Expand All @@ -18,8 +18,7 @@
<tags>vacuum-im jabber xmpp chat</tags>
<summary>Full-featured crossplatform Jabber/XMPP client</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
Full-featured crossplatform Jabber/XMPP client.
<description><![CDATA[Full-featured crossplatform Jabber/XMPP client.
The core program is just a plugin loader, all functionality is made available
via plugins. This enforces modularity and ensures well defined component
interaction via interfaces.
Expand All @@ -40,10 +39,15 @@ interaction via interfaces.
* Ability to set different status icons for individual contacts, and groups of contacts are connected through transport
* Support for avatars with the ability to specify a contact an arbitrary image as an avatar
* Ability to add annotation to contact
</description>
## Package Parameters
* `/GPO` - Install the GPO edition of Vacuum-IM
Example: `choco install vacuum-im --package-parameters="'/GPO'"`
]]></description>
<releaseNotes>
[Software Changelog](https://github.com/Vacuum-IM/vacuum-im/releases)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/vacuum-im/Changelog.md)
[Software Changelog](https://github.com/Vacuum-IM/vacuum-im/releases/tag/1.2.5)
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/vacuum-im/Changelog.md)
</releaseNotes>
</metadata>
<files>
Expand Down

0 comments on commit b579ea4

Please sign in to comment.