summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlessandro Gario2016-12-31 11:26:09 +0100
committerAlessandro Gario2016-12-31 11:26:09 +0100
commit121124faab4ea8016bab413860991029b000e2ff (patch)
tree0704b39613cea94a4dd73d17e4cf868339ca9abb
parent625e810b17f9dffdb7911afd9e2545b9dd23fc30 (diff)
downloadaur-121124faab4ea8016bab413860991029b000e2ff.tar.gz
Small fix to the .desktop file: properly pass the file name to the application when opening a file.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ea36bc618e6..a883ab6c0f24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cerbero-profiler
pkgdesc = Cerbero Profiler is a tool designed primarily for malware and forensic analysis. It supports a huge number of file formats on which it performs analysis and lets the user inspect their internal layout.
pkgver = 2.6.3
- pkgrel = 1
+ pkgrel = 2
url = http://cerbero.io/profiler
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index a0dc3d4b703d..58e528579d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=cerbero-profiler
pkgver=2.6.3
-pkgrel=1
+pkgrel=2
pkgdesc="Cerbero Profiler is a tool designed primarily for malware and forensic analysis. It supports a huge number of file formats on which it performs analysis and lets the user inspect their internal layout."
arch=('x86_64')
url="http://cerbero.io/profiler"
@@ -52,7 +52,7 @@ build() {
sed -i 's+dirname=`dirname $0`+dirname=/opt/Cerbero/Profiler+g' "profiler_${pkgver}/cerpro.sh"
# generate a .desktop file for the menu
- printf '[Desktop Entry]\nComment=Malware and forensic analysis tool.\nExec=/opt/Cerbero/Profiler/cerpro.sh %%U\nIcon=/opt/Cerbero/Profiler/icons/app_256x256.png\nName=Cerbero Profiler\nTerminal=false\nType=Application\nCategories=Development;\n' > "${srcdir}/Cerbero Profiler.desktop"
+ printf '[Desktop Entry]\nComment=Malware and forensic analysis tool.\nExec=/opt/Cerbero/Profiler/cerpro.sh -s %%U\nIcon=/opt/Cerbero/Profiler/icons/app_256x256.png\nName=Cerbero Profiler\nTerminal=false\nType=Application\nCategories=Development;\n' > "${srcdir}/Cerbero Profiler.desktop"
}
package() {