add application/x-executable,application/x-sharedlib mime types
This commit is contained in:
parent
9c29de3e5f
commit
9760afb39f
3 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ida-pro-patched
|
pkgbase = ida-pro-patched
|
||||||
pkgdesc = Hex-Rays IDA Pro
|
pkgdesc = Hex-Rays IDA Pro
|
||||||
pkgver = 9.3.260213
|
pkgver = 9.3.260213
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://hex-rays.com/ida-pro/
|
url = https://hex-rays.com/ida-pro/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
|
@ -30,7 +30,7 @@ pkgbase = ida-pro-patched
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = d5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d
|
sha256sums = d5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = 9490296e773cda6b03d4bbfbd1e9a398756e074f3574cffdfb31e5d40b2f956d
|
sha256sums = 92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5
|
||||||
sha256sums = 3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14
|
sha256sums = 3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14
|
||||||
sha256sums = 1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6
|
sha256sums = 1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6
|
||||||
sha256sums = 58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529
|
sha256sums = 58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529
|
||||||
|
|
|
||||||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ida-pro-patched
|
pkgname=ida-pro-patched
|
||||||
_pkgname=ida-pro
|
_pkgname=ida-pro
|
||||||
pkgver=9.3.260213
|
pkgver=9.3.260213
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="Hex-Rays IDA Pro"
|
pkgdesc="Hex-Rays IDA Pro"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://hex-rays.com/ida-pro/"
|
url="https://hex-rays.com/ida-pro/"
|
||||||
|
|
@ -39,7 +39,7 @@ sha256sums=('2ed43ae4bb84d74dcae6f0099210dfa8d61bfea4952f5f9a07a9aae16cb70f82'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'd5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d'
|
'd5e9ea77dffb0d94b7e6c2c47cb98686acde2cd2b1104ecad4436cf339ed431d'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'9490296e773cda6b03d4bbfbd1e9a398756e074f3574cffdfb31e5d40b2f956d'
|
'92fc3dc9cd05c4d3e2180714816702e35f14d13f2fe94a115c5a43d83066eec5'
|
||||||
'3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14'
|
'3010186d85f0ffc12da572be8688e3cfb5fb9b86ac7c4ec7284c4c9a17c17c14'
|
||||||
'1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6'
|
'1e4b2ec71111b102ecbfa78ec8d7f03506d5726a19d087b59c643572f4e50af6'
|
||||||
'58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529')
|
'58bb9f10b90bc6a7368629a5577852b4f21f8f44e9b2101b24b7f4fc87dff529')
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Comment=The Interactive Disassembler
|
||||||
Exec=/usr/bin/ida %f
|
Exec=/usr/bin/ida %f
|
||||||
StartupWMClass=com.hex-rays.ida
|
StartupWMClass=com.hex-rays.ida
|
||||||
Icon=ida-pro
|
Icon=ida-pro
|
||||||
MimeType=application/vnd.hex-rays.ida.database64;application/vnd.hex-rays.ida.database32
|
MimeType=application/vnd.hex-rays.ida.database64;application/vnd.hex-rays.ida.database32,application/x-executable,application/x-sharedlib
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Development
|
Categories=Development
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue