diff options
author | 2021-01-04 10:16:02 +0100 | |
---|---|---|
committer | 2021-01-04 10:17:38 +0100 | |
commit | 95405ee565634ef39e06dd44566141e2da623b70 (patch) | |
tree | b7b507a9e3e178b6d402b0fd8c6d95df7925fb88 /media-sound/mixxx/files | |
parent | dev-tcltk/blt: version bump to 2.5.3 (diff) | |
download | gentoo-95405ee565634ef39e06dd44566141e2da623b70.tar.gz gentoo-95405ee565634ef39e06dd44566141e2da623b70.tar.bz2 gentoo-95405ee565634ef39e06dd44566141e2da623b70.zip |
media-sond/mixxx: live migrated to cmake + some improvements
thanks to jospezial@gmx.de for the updated ebuild
Bug: https://bugs.gentoo.org/739498
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/mixxx/files')
-rw-r--r-- | media-sound/mixxx/files/mixxx-9999-docs.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/mixxx/files/mixxx-9999-docs.patch b/media-sound/mixxx/files/mixxx-9999-docs.patch new file mode 100644 index 000000000000..d1de4e6e9443 --- /dev/null +++ b/media-sound/mixxx/files/mixxx-9999-docs.patch @@ -0,0 +1,20 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0cc5b3a7ba..63f18bfda4 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -1142,15 +1142,6 @@ install( + "${MIXXX_INSTALL_LICENSEDIR}" + ) + +-# Documentation +-install( +- FILES +- "${CMAKE_CURRENT_SOURCE_DIR}/README" +- "${CMAKE_CURRENT_SOURCE_DIR}/Mixxx-Manual.pdf" +- DESTINATION +- "${MIXXX_INSTALL_DOCDIR}" +-) +- + # Additional Linux-only files + if(UNIX AND NOT APPLE) + # .desktop file for KDE/GNOME menu |