summaryrefslogtreecommitdiff
path: root/media-sound/helm/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-31 16:00:27 +0000
commit1db00cc6e94b90c08090bb5b8c406622946c4ae5 (patch)
treec34bf820c2809fb7e08ed5564df2a25cf759516f /media-sound/helm/files
parent693cc9b6e847a01c1bb692153021aaf9fb0fab25 (diff)
gentoo resync 31.01.2019
Diffstat (limited to 'media-sound/helm/files')
-rw-r--r--media-sound/helm/files/helm-0.9.0-nomancompress.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/media-sound/helm/files/helm-0.9.0-nomancompress.patch b/media-sound/helm/files/helm-0.9.0-nomancompress.patch
new file mode 100644
index 000000000000..fab394688736
--- /dev/null
+++ b/media-sound/helm/files/helm-0.9.0-nomancompress.patch
@@ -0,0 +1,24 @@
+--- a/Makefile 2018-11-13 23:44:54.081925553 +0000
++++ b/Makefile 2018-11-13 23:45:34.136381471 +0000
+@@ -91,7 +91,6 @@
+ $(MAKE) clean -C builds/linux/VST CONFIG=$(CONFIG)
+
+ install_patches:
+- rm -rf $(PATCHES)
+ install -d $(PATCHES)
+ cp -rf patches/* $(PATCHES)
+
+@@ -100,11 +99,8 @@
+ install standalone/builds/linux/build/$(PROGRAM) $(BIN)
+ install -m644 standalone/helm.desktop $(DESKTOP)/helm.desktop
+ install -m644 images/* $(IMAGES)
+- cp changelog changes
+- gzip -n -9 changelog
+- mv changes changelog
+- mv changelog.gz $(CHANGES)/changelog.gz
+- cp docs/helm.1.gz $(MAN)
++ gunzip docs/helm.1.gz
++ cp docs/helm.1 $(MAN)
+
+ install_lv2: lv2 install_patches
+ install -d $(PATCHES) $(LV2)