summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-01-15 22:20:11 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-01-15 22:20:28 +0100
commitf3e3beb812da01af40fd07cb0f06640f3b2a0f92 (patch)
treea8212549ac303de12607a9b0dd54d679b7c64e66 /media-sound
parentnet-analyzer/wireshark: Version 3.2.1 (diff)
downloadgentoo-f3e3beb812da01af40fd07cb0f06640f3b2a0f92.tar.gz
gentoo-f3e3beb812da01af40fd07cb0f06640f3b2a0f92.tar.bz2
gentoo-f3e3beb812da01af40fd07cb0f06640f3b2a0f92.zip
media-sound/qsampler: fixed 9999 patch
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qsampler/files/qsampler-9999-Makefile.patch12
-rw-r--r--media-sound/qsampler/qsampler-9999.ebuild4
2 files changed, 14 insertions, 2 deletions
diff --git a/media-sound/qsampler/files/qsampler-9999-Makefile.patch b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
new file mode 100644
index 000000000000..5da44d8a8175
--- /dev/null
+++ b/media-sound/qsampler/files/qsampler-9999-Makefile.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.in b/Makefile.in
+index 9756274..f88b2fd 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -111,7 +111,6 @@ install: $(target) translations_lrelease $(name).1
+ @install -d -v -m 0755 $(DESTDIR)$(mandir)/man1
+ @install -v -m 0644 $(translations_targets) $(DESTDIR)$(translations_dir)
+ @install -v -m 0644 $(name)*.1 $(DESTDIR)$(mandir)/man1
+- @gzip -nvf $(DESTDIR)$(mandir)/man1/$(name)*.1
+
+ uninstall: $(DESTDIR)$(prefix)/bin/$(name)
+ @$(MAKE) INSTALL_ROOT=$(DESTDIR) -f $(name).mak uninstall
diff --git a/media-sound/qsampler/qsampler-9999.ebuild b/media-sound/qsampler/qsampler-9999.ebuild
index 968945ad9b52..c59da124ba79 100644
--- a/media-sound/qsampler/qsampler-9999.ebuild
+++ b/media-sound/qsampler/qsampler-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,7 +33,7 @@ DEPEND="${COMMON_DEPEND}
DOCS=( AUTHORS ChangeLog README TODO TRANSLATORS )
-PATCHES=( "${FILESDIR}/${PN}-0.5.3-Makefile.patch" )
+PATCHES=( "${FILESDIR}/${P}-Makefile.patch" )
src_prepare() {
default