summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2019-11-13 15:57:47 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2019-11-13 15:57:47 +0100
commit932e7798003f5d8e5375e63e2bced93409099f27 (patch)
treeaf18d28f3f10925c66fb543749ffb676a209014f /media-sound/qsampler
parentmedia-sound/linuxsampler-2.1.1: bump (removed 2.1.0) (diff)
downloadgentoo-932e7798003f5d8e5375e63e2bced93409099f27.tar.gz
gentoo-932e7798003f5d8e5375e63e2bced93409099f27.tar.bz2
gentoo-932e7798003f5d8e5375e63e2bced93409099f27.zip
media-sound/qsampler-0.5.6: bump (removed 0.5.3)
xdg cleanup Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r--media-sound/qsampler/Manifest2
-rw-r--r--media-sound/qsampler/qsampler-0.5.6.ebuild (renamed from media-sound/qsampler/qsampler-0.5.3.ebuild)16
2 files changed, 4 insertions, 14 deletions
diff --git a/media-sound/qsampler/Manifest b/media-sound/qsampler/Manifest
index a3973c9614b9..d31cd249bd69 100644
--- a/media-sound/qsampler/Manifest
+++ b/media-sound/qsampler/Manifest
@@ -1 +1 @@
-DIST qsampler-0.5.3.tar.gz 259144 BLAKE2B 9efad81f6392cc6412e7d73c0701bdd2deab635a2857825248f003a594deb1a655201ed8e313b95cfaf066b71369f910a6634252b7ad7f2c636aa089c563f33a SHA512 0d870e1df1b20aac09b11667541767ebcadb8a9a8fb458aa3f48d4d4b2ff55b32e4e56e6d00b0330ab854120ace93b57f524a5126962456223026c7e69178bfe
+DIST qsampler-0.5.6.tar.gz 260607 BLAKE2B 52002ad95fe11266337f058124e7ae33947eb50ce5b12574c9091c10827bff2a8135a52bd53dd030be0394fdb39c2bd034308ae9d615c0b74ad660a06573446b SHA512 2a3a322fec31d9c66d7d1e9b4a7f74629e4b2bcf3ee2350bca8d450d2f68c41ac80563f8e28bd5314f00f0387503aa1e33c0b94ff518cca27b2ca93d9d72334e
diff --git a/media-sound/qsampler/qsampler-0.5.3.ebuild b/media-sound/qsampler/qsampler-0.5.6.ebuild
index b6f28fce46ce..4a59d0b57e01 100644
--- a/media-sound/qsampler/qsampler-0.5.3.ebuild
+++ b/media-sound/qsampler/qsampler-0.5.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit qmake-utils xdg-utils
+inherit qmake-utils xdg
DESCRIPTION="Graphical frontend to the LinuxSampler engine"
HOMEPAGE="https://qsampler.sourceforge.io/ https://www.linuxsampler.org/"
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
DOCS=( AUTHORS ChangeLog README TODO TRANSLATORS )
-PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
+PATCHES=( "${FILESDIR}/${PN}-0.5.3-Makefile.patch" )
src_configure() {
local myeconfargs=(
@@ -46,13 +46,3 @@ src_configure() {
cd src || die
eqmake5 src.pro -o Makefile
}
-
-pkg_postinst() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}