media-sound/qsampler-0.5.6: bump (removed 0.5.3)
authorMiroslav Šulc <fordfrog@gentoo.org>
Wed, 13 Nov 2019 14:57:47 +0000 (15:57 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Wed, 13 Nov 2019 14:57:47 +0000 (15:57 +0100)
xdg cleanup

Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
media-sound/qsampler/Manifest
media-sound/qsampler/qsampler-0.5.6.ebuild [moved from media-sound/qsampler/qsampler-0.5.3.ebuild with 77% similarity]

index a3973c9614b9610bc1a319ee706f547724ac4e09..d31cd249bd6993ea73b248b5bdf520d0cdeac049 100644 (file)
@@ -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
similarity index 77%
rename from media-sound/qsampler/qsampler-0.5.3.ebuild
rename to media-sound/qsampler/qsampler-0.5.6.ebuild
index b6f28fce46ce1f0b81a8dca53073f0e893021596..4a59d0b57e01abee21753b87e4da729d16f13bb2 100644 (file)
@@ -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
-}