Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to media-sound/mixxx-9999 #29221

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 13 additions & 5 deletions media-sound/mixxx/files/mixxx-9999-docs.patch
@@ -1,19 +1,27 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0cc5b3a7ba..63f18bfda4 100644
index e35d8dd4e1..798179955c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1142,15 +1142,6 @@ install(
@@ -1504,23 +1504,6 @@ install(
"${MIXXX_INSTALL_LICENSEDIR}"
)

-# Documentation
-install(
- FILES
- "${CMAKE_CURRENT_SOURCE_DIR}/README"
- "${CMAKE_CURRENT_SOURCE_DIR}/Mixxx-Manual.pdf"
- "${CMAKE_CURRENT_SOURCE_DIR}/README.md"
- "${CMAKE_CURRENT_SOURCE_DIR}/res/Mixxx-Keyboard-Shortcuts.pdf"
- DESTINATION
- "${MIXXX_INSTALL_DOCDIR}"
-)
-if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/res/Mixxx-Manual.pdf")
- install(
- FILES
- "${CMAKE_CURRENT_SOURCE_DIR}/res/Mixxx-Manual.pdf"
- DESTINATION
- "${MIXXX_INSTALL_DOCDIR}"
- )
-endif()
-
# Additional Linux-only files
if(UNIX AND NOT APPLE)
Expand Down
7 changes: 5 additions & 2 deletions media-sound/mixxx/mixxx-9999.ebuild
Expand Up @@ -78,7 +78,8 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
dev-qt/qttest:5
dev-qt/qtxmlpatterns:5"
dev-qt/qtxmlpatterns:5
dev-cpp/ms-gsl"

PATCHES=(
"${FILESDIR}"/mixxx-9999-docs.patch
Expand All @@ -105,6 +106,8 @@ src_configure() {
-DWAVPACK="$(usex wavpack on off)"
-DQTKEYCHAIN="$(usex qtkeychain on off)"
-DKEYFINDER="$(usex keyfinder on off)"
-DDOWNLOAD_MANUAL=OFF
-DBUILD_SHARED_LIBS=OFF
)

if [[ "${PV}" == 9999 ]] ; then
Expand All @@ -125,7 +128,7 @@ src_install() {
udev_newrules "${S}"/res/linux/mixxx-usb-uaccess.rules 69-mixxx-usb-uaccess.rules

if use doc ; then
dodoc README Mixxx-Manual.pdf
dodoc README res/Mixxx-Keyboard-Shortcuts.pdf
fi
}

Expand Down