summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchibald8692018-11-22 22:17:37 +0100
committerarchibald8692018-11-22 22:17:37 +0100
commitc8588e5eeda7756d1128bb1dea5b8067b16fc740 (patch)
treee36ee148db7fa2fb9554aa362823839ae44be6db
parentefca084966e5c773e065491cc65eb1827e77bcd6 (diff)
downloadaur-c8588e5eeda7756d1128bb1dea5b8067b16fc740.tar.gz
Make execution path in desktop files absolute
-rw-r--r--.SRCINFO2
-rw-r--r--FreeFileSync.desktop3
-rw-r--r--PKGBUILD6
-rw-r--r--RealTimeSync.desktop3
4 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e7951cb7e24..bd1565035eed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = freefilesync-bin
pkgdesc = Folder comparison and synchronization
pkgver = 10.6
- pkgrel = 1
+ pkgrel = 2
url = https://www.freefilesync.org/
arch = i686
arch = x86_64
diff --git a/FreeFileSync.desktop b/FreeFileSync.desktop
index 5b1c76366296..2f9e3e7571a6 100644
--- a/FreeFileSync.desktop
+++ b/FreeFileSync.desktop
@@ -4,8 +4,7 @@ GenericName=File synchronization
GenericName[de_DE]=Dateisynchronisation
Comment=Folder comparison and synchronization
Comment[de_DE]=Vergleich und Synchronisation von Verzeichnissen
-Path=/opt/freefilesync
-Exec=FreeFileSync %f
+Exec=/opt/freefilesync/FreeFileSync %f
Icon=/usr/share/pixmaps/FreeFileSync.png
NoDisplay=false
Terminal=false
diff --git a/PKGBUILD b/PKGBUILD
index 036f128967b5..3ab4874cb882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=freefilesync-bin
_pkgname=freefilesync
pkgver=10.6
-pkgrel=1
+pkgrel=2
pkgdesc="Folder comparison and synchronization"
arch=("i686" "x86_64")
url="https://www.freefilesync.org/"
@@ -20,9 +20,9 @@ source=(
)
sha256sums=(
"dd1461f846ff71d66d418f26c59120ee6d895f2f01caaf99fc31838f69e8c8fc"
- "461f7deb9245bbcaf281160945ec800e54a703068220d0d239de6dddccad0de3"
+ "d46ae777a53c6e1d8e4baa088af4ad2eb798ff9064c2b4bc3768b7192d400eea"
"b2fac3b8c0badfbbbcf605ecad5b184f2c9918bd0dd14596e6c43df3f2a76a30"
- "36a6b962cb5c1cd2c453d1bddaab915b1764614b207ae7f5b3694acf5740940c"
+ "11315b1735c4f6af91f3aaaf3b37800c54ce24f10a3e674d94f88048605e4da8"
"23c68af45d34f41fdb76886067b71af4dd3fe14f2dd60f73193b2052dc333bf6"
)
DLAGENTS=("https::/usr/bin/curl -fLC - --retry 5 --retry-delay 3 -A Mozilla -o %o %u")
diff --git a/RealTimeSync.desktop b/RealTimeSync.desktop
index 1a5c1c41e338..084bae87051a 100644
--- a/RealTimeSync.desktop
+++ b/RealTimeSync.desktop
@@ -4,8 +4,7 @@ GenericName=Automated Synchronization
GenericName[de_DE]=Automatisierte Synchronisation
Comment=Automated folder synchronization
Comment[de_DE]=Automatisierte Verzeichnis-Synchronisation
-Path=/opt/freefilesync
-Exec=RealTimeSync %f
+Exec=/opt/freefilesync/RealTimeSync %f
Icon=/usr/share/pixmaps/RealTimeSync.png
NoDisplay=false
Terminal=false