diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-17 09:40:56 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-17 09:40:56 +0100 |
commit | b720951f73de6b176136dbb8f5f4fdc9c4f705d2 (patch) | |
tree | c82fa83679bb893afa17e5c6031cf8dac63c7b3a /media-sound/zynaddsubfx/files | |
parent | x11-drivers/nvidia-drivers: Old. (diff) | |
download | gentoo-b720951f73de6b176136dbb8f5f4fdc9c4f705d2.tar.gz gentoo-b720951f73de6b176136dbb8f5f4fdc9c4f705d2.tar.bz2 gentoo-b720951f73de6b176136dbb8f5f4fdc9c4f705d2.zip |
media-sound/zynaddsubfx: bump to 2.5.2
Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-sound/zynaddsubfx/files')
-rw-r--r-- | media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch b/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch new file mode 100644 index 000000000000..e3cc2784cdaa --- /dev/null +++ b/media-sound/zynaddsubfx/files/zynaddsubfx-2.5.2-docs.patch @@ -0,0 +1,14 @@ +Index: zynaddsubfx-2.5.2/CMakeLists.txt +=================================================================== +--- zynaddsubfx-2.5.2.orig/CMakeLists.txt ++++ zynaddsubfx-2.5.2/CMakeLists.txt +@@ -28,9 +28,6 @@ include(CTestConfig.cmake) + #Currently the only directory that uses cmake + add_subdirectory(src) + +-install(FILES AUTHORS.txt COPYING HISTORY.txt README.adoc +- DESTINATION share/doc/zynaddsubfx +- ) + install(FILES zynaddsubfx-jack.desktop zynaddsubfx-alsa.desktop + DESTINATION share/applications) + install(FILES zynaddsubfx.svg |