summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Band2017-02-23 17:13:02 +0100
committerRicardo Band2017-02-23 17:13:02 +0100
commitb04beac47a0657f4a63070ca8cfe7f34f8b3ecda (patch)
treedf765a63d1ebb01fc5905a5575213ca9205bacc5
parent9afaa0e97ac93ca60aa90931fc27b858509ec77a (diff)
downloadaur-b04beac47a0657f4a63070ca8cfe7f34f8b3ecda.tar.gz
desktop entry added
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
-rw-r--r--storageexplorer.desktop10
3 files changed, 20 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9a52a0b6e3d..a628793201ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 23 15:34:47 UTC 2017
+# Thu Feb 23 16:12:44 UTC 2017
pkgbase = storageexplorer
pkgdesc = Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
pkgver = 0.8.8
@@ -9,7 +9,9 @@ pkgbase = storageexplorer
license = unknown
provides = storageexplorer
source = StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418
+ source = storageexplorer.desktop
sha256sums = 84ad34d711567cfa69e71eb6fb55bf9587f6055bc6940dc51cdcab30f1268fc9
+ sha256sums = 67e74fc6752c2b88ed74310d04f074fc75ed0035a7c3db39da35877b12b12a58
pkgname = storageexplorer
diff --git a/PKGBUILD b/PKGBUILD
index a033cd076444..a0ad69352525 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,10 @@ license=('unknown')
depends=()
provides=('storageexplorer')
changelog=
-source=("StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418")
-sha256sums=('84ad34d711567cfa69e71eb6fb55bf9587f6055bc6940dc51cdcab30f1268fc9')
+source=("StorageExplorer-linux-x64.tar.gz::https://go.microsoft.com/fwlink/?LinkId=722418"
+ "storageexplorer.desktop")
+sha256sums=('84ad34d711567cfa69e71eb6fb55bf9587f6055bc6940dc51cdcab30f1268fc9'
+ '67e74fc6752c2b88ed74310d04f074fc75ed0035a7c3db39da35877b12b12a58')
package() {
#cd "$pkgname-$pkgver"
@@ -34,5 +36,8 @@ package() {
install -dm 755 "${pkgdir}/usr/bin"
ln -s "/opt/StorageExplorer/StorageExplorer" "${pkgdir}/usr/bin/StorageExplorer"
+
+ install -dm 755 "${pkgdir}/usr/share/applications"
+ install -m 644 "storageexplorer.desktop" "${pkgdir}/usr/share/applications/"
}
diff --git a/storageexplorer.desktop b/storageexplorer.desktop
new file mode 100644
index 000000000000..edb5ca9fdaa6
--- /dev/null
+++ b/storageexplorer.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=Microsoft Azure Storage Explorer
+Comment=Microsoft Azure Storage Explorer (Preview) is a standalone app from Microsoft that allows you to easily work with Azure Storage data on Windows, macOS and Linux.
+Path=/opt/storageexplorer
+Exec=StorageExplorer
+Icon=/opt/StorageExplorer/resources/app/out/app/icon.png
+Terminal=false
+Categories=Development;Network;