Hello, thank you for the package. I have the following error when installing:
==> Starting package()...
install: cannot stat 'Credits_43.0.2357.65.html': No such file or directory
==> ERROR: A failure occurred in package().
Aborting...
Search Criteria
Package Details: storageexplorer 1.36.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/storageexplorer.git (read-only, click to copy) |
---|---|
Package Base: | storageexplorer |
Description: | Microsoft Azure Storage Explorer is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux. |
Upstream URL: | https://github.com/microsoft/AzureStorageExplorer/releases |
Keywords: | azure cloud microsoft storage |
Licenses: | unknown |
Provides: | storageexplorer |
Submitter: | XenGi |
Maintainer: | faultylee |
Last Packager: | faultylee |
Votes: | 28 |
Popularity: | 0.000054 |
First Submitted: | 2017-02-23 15:38 (UTC) |
Last Updated: | 2024-10-31 06:03 (UTC) |
Dependencies (2)
- dotnet-runtime (dotnet-runtime-2.2AUR, dotnet-runtime-3.0AUR, dotnet-runtime-2.1AUR, dotnet-runtime-5.0-binAUR, dotnet-runtime-7.0-binAUR, dotnet-runtime-6.0-binAUR, dotnet-runtime-preview-binAUR, dotnet-runtime-binAUR, dotnet-runtime-8.0-binAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
Required by (0)
Sources (2)
PoisonousJohn commented on 2017-10-17 16:03 (UTC) (edited on 2017-10-17 16:03 (UTC) by PoisonousJohn)
faultylee commented on 2017-09-29 02:54 (UTC)
This is my first try at maintaining an AUR package. Feel free to give constructive feedback and please be gentle :)
eatsaq commented on 2017-06-13 14:17 (UTC)
--- storageexplorer/PKGBUILD 2017-04-12 19:52:29.000000000 +0300
+++ storageexplorer_new/PKGBUILD 2017-06-13 17:16:09.658487932 +0300
@@ -6,12 +6,12 @@
arch=(x86_64)
url="http://storageexplorer.com/"
license=('unknown')
-depends=('gnome-keyring')
+depends=('gnome-keyring' 'libgnome-keyring')
provides=('storageexplorer')
changelog=
source=("StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418"
"storageexplorer.desktop")
-sha256sums=('ada50a95e00f1b8626502ec59ae4b27bc77421613ff8aab1ae8f723d2023e4d8'
+sha256sums=('765352d213d9adbbfbc7e85bd609015d6ef3361f238f5965ddeb6b59f815873e'
'c11f45ad21c26007ba2f852e6a522e41e2433c527223b04d41648eb71fb7384f')
package() {
XenGi commented on 2017-03-16 10:42 (UTC)
Path in desktop file and dependencies should be fixed now.
buzztaiki commented on 2017-03-15 17:12 (UTC)
Path entry of storageexplorer.desktop is wrong.
expected: /opt/StorageExplorer
actual: /opt/storageexplorer
gehzumteufel commented on 2017-03-13 22:04 (UTC)
Can you please add the dependency of gnome-keyring? This app does not function without it. Depending on the library is _not_ enough. It needs the actual application to function.
<deleted-account> commented on 2017-03-01 23:42 (UTC)
I get this error on startup:
Error: libgnome-keyring.so.0: cannot open shared object file: No such file or directory
It seems to me that this depends on the gnome keyring.
Pinned Comments
faultylee commented on 2024-05-28 06:20 (UTC)
The latest update from 1.34.0 is now using .NET Core 8.0 (
extra/dotnet-runtime
)