summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViraaj Basi2024-01-23 00:17:00 +0000
committerViraaj Basi2024-01-23 00:17:00 +0000
commit5e14a93763ac9564b309b6da84746f826f7fb98a (patch)
tree19d83cbb57373de0d9d3075df1f6c3b5a3d52993
parent513cf609658574a1de2fbcb7ff0d7fc6491b81db (diff)
downloadaur-5e14a93763ac9564b309b6da84746f826f7fb98a.tar.gz
added desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
-rwxr-xr-xps3-disc-dumper.desktop8
3 files changed, 16 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf2d7737cbff..65c03cdf70eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ps3-disc-dumper-bin
pkgdesc = A handy utility to make decrypted PS3 disc dumps
pkgver = 4.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/13xforever/ps3-disc-dumper
arch = x86_64
license = MIT
@@ -11,6 +11,8 @@ pkgbase = ps3-disc-dumper-bin
options = !strip
source = https://github.com/13xforever/ps3-disc-dumper/releases/download/v4.1.0/ps3-disc-dumper_linux_v4.1.0.zip
source = https://github.com/13xforever/ps3-disc-dumper/archive/refs/tags/v4.1.0.zip
+ source = ps3-disc-dumper.desktop
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1aa78dad9d12..28730cc5a01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Viraaj Basi <viraajbasi@gmail.com>
pkgname=ps3-disc-dumper-bin
pkgver=4.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A handy utility to make decrypted PS3 disc dumps"
arch=('x86_64')
url="https://github.com/13xforever/ps3-disc-dumper"
@@ -9,11 +9,13 @@ license=('MIT')
depends=('glibc' 'zlib' 'gcc-libs')
options=('!strip')
source=("https://github.com/13xforever/${pkgname/-bin/}/releases/download/v${pkgver}/${pkgname/-bin/}_linux_v${pkgver}.zip"
- "https://github.com/13xforever/${pkgname/-bin/}/archive/refs/tags/v${pkgver}.zip")
-md5sums=('SKIP' 'SKIP')
+ "https://github.com/13xforever/${pkgname/-bin/}/archive/refs/tags/v${pkgver}.zip"
+ "ps3-disc-dumper.desktop")
+md5sums=('SKIP' 'SKIP' 'SKIP')
package() {
install -Dm755 "${srcdir}/${pkgname/-bin/}" "${pkgdir}/usr/bin/${pkgname/-bin/}"
install -Dm644 "${srcdir}/${pkgname/-bin/}-${pkgver}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 "ps3-disc-dumper.desktop" "${pkgdir}/usr/share/applications/ps3-disc-dumper.desktop"
}
diff --git a/ps3-disc-dumper.desktop b/ps3-disc-dumper.desktop
new file mode 100755
index 000000000000..9afd5b49c645
--- /dev/null
+++ b/ps3-disc-dumper.desktop
@@ -0,0 +1,8 @@
+#!/usr/bin/env xdg-open
+[Desktop Entry]
+Type=Application
+Exec=ps3-disc-dumper
+Name=PS3 Disc Dumper
+Icon=media-optical
+Comment=A handy utility to make decrypted PS3 disc dumps
+Categories=Game;Utility