summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorliberodark2017-09-22 21:52:49 +0200
committerliberodark2017-09-22 21:52:49 +0200
commite9f1e23a56e9d964cce59bbfd027e516c2f860cb (patch)
tree4aceb9a10a669f102b7bd969558cf624aad57fe1
parentfea2c1b446d785b12ab54a8c3dc80ef046f69e88 (diff)
downloadaur-e9f1e23a56e9d964cce59bbfd027e516c2f860cb.tar.gz
Modif....
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--odrive-bin.desktop4
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56fbc6069a84..753a4beb5bf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Sep 22 18:57:31 UTC 2017
+# Fri Sep 22 19:52:05 UTC 2017
pkgbase = odrive-bin
pkgdesc = Google Drive GUI
pkgver = 0.1.1
@@ -10,7 +10,7 @@ pkgbase = odrive-bin
depends = xdg-utils
source = odrive-bin.desktop
source = odrive-bin.png
- sha512sums = 8c498921bb26768f9d54324ece38b41e7980d6ed2117ab5843cadb3ce6efa38da4158b28909dd01422ed45c2dc200f7f199c353c3856f517363ebd6a4d1c69eb
+ sha512sums = 21f1af6ea861679b8338daad978ace9f66e2177d1897643f87aacd291ca5a35ddab50efee3dfcdbd4fbb015bdaf8f0589ef90fbec7c8e0ad3a71cfa32e7ea18b
sha512sums = e852e6ee2714900b2b484dbe3f9bb69e72895391fed5e6776142c48daaf7e75a8a12908812894e5695277447bd2704cad93cd4f2ed0940ef45008e93b8823dd1
source_x86_64 = https://github.com/liberodark/ODrive/releases/download/0.1.1/odrive-linux-x64.tar.gz
sha512sums_x86_64 = 5cae7c97447e4251ec2df4d75dba088f4082fafdf3217c562cd795ffe2bf1d40bbd8599f855d2a11bb63f449c4308916f59dab373f5906d1d1bd170e91e71f45
diff --git a/PKGBUILD b/PKGBUILD
index 2423ebeeb251..2ce33d77c5a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,15 +11,16 @@ depends=('xdg-utils')
source_x86_64=("https://github.com/liberodark/ODrive/releases/download/0.1.1/odrive-linux-x64.tar.gz")
source=($pkgname.desktop
$pkgname.png)
-sha512sums=('8c498921bb26768f9d54324ece38b41e7980d6ed2117ab5843cadb3ce6efa38da4158b28909dd01422ed45c2dc200f7f199c353c3856f517363ebd6a4d1c69eb'
+sha512sums=('21f1af6ea861679b8338daad978ace9f66e2177d1897643f87aacd291ca5a35ddab50efee3dfcdbd4fbb015bdaf8f0589ef90fbec7c8e0ad3a71cfa32e7ea18b'
'e852e6ee2714900b2b484dbe3f9bb69e72895391fed5e6776142c48daaf7e75a8a12908812894e5695277447bd2704cad93cd4f2ed0940ef45008e93b8823dd1')
sha512sums_x86_64=('5cae7c97447e4251ec2df4d75dba088f4082fafdf3217c562cd795ffe2bf1d40bbd8599f855d2a11bb63f449c4308916f59dab373f5906d1d1bd170e91e71f45')
package() {
cd $srcdir
tar xvf odrive-linux-x64.tar.gz
- mkdir -p "$pkgdir/usr/bin/odrive"
- cp -r "odrive-linux-x64/." "$pkgdir/usr/bin/odrive"
+ mkdir -p "$pkgdir/usr/share/odrive"
+ cp -r "odrive-linux-x64/." "$pkgdir/usr/share/odrive"
+ chmod 755 -R "$pkgdir/usr/share/odrive/resources/app"
install -vDm644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop
install -vDm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
}
diff --git a/odrive-bin.desktop b/odrive-bin.desktop
index 1f2e3d76daa4..84497fa348f3 100644
--- a/odrive-bin.desktop
+++ b/odrive-bin.desktop
@@ -2,8 +2,8 @@
Name=ODrive
GenericName=Google Drive
Comment=Google Drive GUI
-Exec=/usr/bin/odrive/odrive
-Path=/usr/bin/odrive/
+Exec=/usr/share/odrive/odrive
+Path=/usr/share/odrive/
Icon=odrive-bin
Terminal=false
Type=Application