ports/devel/libdbusmenu-qt5/files/patch-CMakeLists.txt
Raphael Kubo da Costa 5eab44ec9d New port: devel/libdbusmenu-qt5.
This is the Qt5 version of devel/libdbusmenu-qt. They both come from the
same tarball, so the differences between both ports are minimal at this
point.

From pkg-descr:
  A library that provides Qt5 implementation of the DBusMenu protocol.
  The DBusMenu protocol makes it possible for applications to export
  and import their menus over DBus.

  WWW: https://launchpad.net/libdbusmenu-qt

Submitted by:	Tobias C. Berner <tcberner@gmail.com>
2015-06-25 16:52:55 +00:00

20 lines
599 B
Text

--- CMakeLists.txt
+++ CMakeLists.txt
@@ -86,7 +86,7 @@ add_dependencies(distcheck dist)
configure_file(dbusmenu-qt.pc.in ${CMAKE_BINARY_DIR}/dbusmenu-${QT_SUFFIX}.pc @ONLY)
install(FILES ${CMAKE_BINARY_DIR}/dbusmenu-${QT_SUFFIX}.pc
- DESTINATION ${LIB_DESTINATION}/pkgconfig
+ DESTINATION libdata/pkgconfig
)
add_subdirectory(src)
@@ -103,7 +106,7 @@ if(WITH_DOC)
)
install(DIRECTORY ${CMAKE_BINARY_DIR}/html/
- DESTINATION share/doc/libdbusmenu-${QT_SUFFIX}-doc
+ DESTINATION share/doc/libdbusmenu-${QT_SUFFIX}
)
endif(WITH_DOC)