diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-22 00:24:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-08-22 18:05:54 +0200 |
commit | 3a007f5152ece04fb10bfe161df6d11c756d65cb (patch) | |
tree | c4c4b818c445e71d7d4703a630c85cc6adf72cea /media-sound/qsynth | |
parent | media-sound/qsampler: 0.6.3 version bump (diff) | |
download | gentoo-3a007f5152ece04fb10bfe161df6d11c756d65cb.tar.gz gentoo-3a007f5152ece04fb10bfe161df6d11c756d65cb.tar.bz2 gentoo-3a007f5152ece04fb10bfe161df6d11c756d65cb.zip |
media-sound/qsynth: Update 9999, run default before eautoreconf
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound/qsynth')
-rw-r--r-- | media-sound/qsynth/qsynth-9999.ebuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/media-sound/qsynth/qsynth-9999.ebuild b/media-sound/qsynth/qsynth-9999.ebuild index b8f87dedef2b..341c0c4efdbb 100644 --- a/media-sound/qsynth/qsynth-9999.ebuild +++ b/media-sound/qsynth/qsynth-9999.ebuild @@ -3,9 +3,9 @@ EAPI=7 -inherit desktop flag-o-matic qmake-utils xdg-utils git-r3 autotools +inherit desktop qmake-utils xdg-utils git-r3 autotools -DESCRIPTION="A Qt application to control FluidSynth" +DESCRIPTION="Qt application to control FluidSynth" HOMEPAGE="https://qsynth.sourceforge.io/" EGIT_REPO_URI="https://git.code.sf.net/p/qsynth/code" @@ -31,13 +31,11 @@ REQUIRED_USE="|| ( alsa jack pulseaudio )" PATCHES=( "${FILESDIR}/${PN}-0.4.0-qt5-tagging.patch" ) src_prepare() { - eautoreconf - default + eautoreconf } src_configure() { - append-cxxflags -std=c++11 sed -e "/@gzip.*mandir)\/man1/d" -i Makefile.in || die econf \ $(use_enable debug) @@ -51,7 +49,7 @@ src_install() { # The desktop file is invalid, and we also change the command # depending on useflags - rm "${ED}/usr/share/applications/qsynth.desktop" || die + rm "${D}/usr/share/applications/qsynth.desktop" || die local cmd if use jack; then |