summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2018-03-22 16:00:08 -0500
committerfrealgagu2018-03-22 16:00:08 -0500
commitfd080b8372355ee4c02a2f324bfbd888b5fa94dd (patch)
treef2a799f54cfeee904853dce002d4269a7571c5ff
parentfda7fd524da35ac36e94f51facecc93c66cdb1aa (diff)
downloadaur-fd080b8372355ee4c02a2f324bfbd888b5fa94dd.tar.gz
Removing install file and desktop-file-utils dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--m64py.install11
3 files changed, 5 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628a72293fda..9e7dcbbd8caf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = m64py
- pkgdesc = M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator
+ pkgdesc = A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator
pkgver = 0.2.4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/mupen64plus/mupen64plus-ui-python
- install = m64py.install
arch = any
license = GPL
makedepends = python-distribute
- depends = desktop-file-utils
depends = libxkbcommon-x11
depends = mupen64plus
depends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 2878403a0824..e2144a4fb67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=m64py
pkgver=0.2.4
-pkgrel=3
-pkgdesc="M64Py is a Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator"
+pkgrel=4
+pkgdesc="A Qt5 front-end (GUI) for Mupen64Plus, a cross-platform plugin-based Nintendo 64 emulator"
arch=("any")
url="https://github.com/mupen64plus/mupen64plus-ui-python"
license=("GPL")
-depends=("desktop-file-utils" "libxkbcommon-x11" "mupen64plus" "python-pyqt5" "python-pysdl2" "sdl2")
+depends=("libxkbcommon-x11" "mupen64plus" "python-pyqt5" "python-pysdl2" "sdl2")
makedepends=("python-distribute")
-install="${pkgname}.install"
source=("https://github.com/mupen64plus/mupen64plus-ui-python/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=("38c175587f6bb1984586584f27faad72ac3db7fed4bbbbdf26b3c75bfd0a6ce4")
diff --git a/m64py.install b/m64py.install
deleted file mode 100644
index 80312d4a6041..000000000000
--- a/m64py.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}