aboutsummaryrefslogtreecommitdiff
path: root/audio/mous/files
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2012-07-23 18:13:55 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2012-07-23 18:13:55 +0000
commit2794689239461cf027bcfcb38ae6e821e7216418 (patch)
tree294ab4ab204e72e806e1176c69c86b1910c14efe /audio/mous/files
parent4a9355f439e0aa09ec22be4ce16c8592f8eafb5a (diff)
downloadports-2794689239461cf027bcfcb38ae6e821e7216418.tar.gz
ports-2794689239461cf027bcfcb38ae6e821e7216418.zip
Mous is a simpe yet powerful audio player.
WWW: https://github.com/0x02/mous PR: ports/169095 Submitted by: Yanhui Shen <shen.elf@gmail.com> Approved by: tabthorpe (mentor)
Notes
Notes: svn path=/head/; revision=301404
Diffstat (limited to 'audio/mous/files')
-rw-r--r--audio/mous/files/patch-CMakeLists.txt20
-rw-r--r--audio/mous/files/pkg-message.in5
2 files changed, 25 insertions, 0 deletions
diff --git a/audio/mous/files/patch-CMakeLists.txt b/audio/mous/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..a0aaf22051bc
--- /dev/null
+++ b/audio/mous/files/patch-CMakeLists.txt
@@ -0,0 +1,20 @@
+--- CMakeLists.txt.orig 2012-06-15 04:46:40.000000000 +0200
++++ CMakeLists.txt 2012-07-18 17:04:03.462575000 +0200
+@@ -292,7 +292,7 @@
+ RUNTIME DESTINATION bin)
+ install(
+ CODE "file(GLOB TRANSLATION_FILES \"${PROJECT_BINARY_DIR}/*.qm\")"
+- CODE "file(INSTALL \${TRANSLATION_FILES} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/mous/qt)"
++ CODE "file(INSTALL \${TRANSLATION_FILES} DESTINATION %%DATADIR%%/qt)"
+ )
+ endif()
+
+@@ -307,7 +307,7 @@
+ )
+
+ file(GLOB RESOURCE_FILES "${MOUS_SOURCE_DIR}/resource/*")
+-install(DIRECTORY ${RESOURCE_FILES} DESTINATION share/mous)
++install(DIRECTORY ${RESOURCE_FILES} DESTINATION %%DATADIR%%)
+
+ #==== Messages ====#
+ message("CMake: " ${CMAKE_VERSION})
diff --git a/audio/mous/files/pkg-message.in b/audio/mous/files/pkg-message.in
new file mode 100644
index 000000000000..506cc73a1b3a
--- /dev/null
+++ b/audio/mous/files/pkg-message.in
@@ -0,0 +1,5 @@
+Note:
+For mous-ncurses frontend, you can check its usage
+with 'H' after starting.
+
+Bug report: shen.elf@gmail.com