diff options
author | 2017-09-10 01:00:14 +1000 | |
---|---|---|
committer | 2017-09-10 01:00:40 +1000 | |
commit | 28d377022df4bf5de7697adfeb0d743e0dd63c34 (patch) | |
tree | 4ee3536f0cd50913b5d7a6dd7f9ef067cf298bb7 /sys-apps/razercfg/files | |
parent | dev-libs/volume_key: Add missing REQUIRED_USE (diff) | |
download | gentoo-28d377022df4bf5de7697adfeb0d743e0dd63c34.tar.gz gentoo-28d377022df4bf5de7697adfeb0d743e0dd63c34.tar.bz2 gentoo-28d377022df4bf5de7697adfeb0d743e0dd63c34.zip |
sys-apps/razercfg: revision bump with assorted fixes
* Use standard PYTHON_COMPAT format
* Remove bogus inherits and sort
* Use HTTPS for HOMEPAGE/SRC_URI
* Remove bogus systemd USE flag that didn't control anything
* Fix LICENSE
* Sort dependencies
* mycmakeargs must be declared local
* Force using the correct udev and systmed unit locations
* Avoid sandbox violations with systemd
* Avoid systemd unit automagic installation
* Misc tidying
Closes: https://bugs.gentoo.org/623734
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sys-apps/razercfg/files')
-rw-r--r-- | sys-apps/razercfg/files/razercfg-0.39-unit-variables.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-apps/razercfg/files/razercfg-0.39-unit-variables.patch b/sys-apps/razercfg/files/razercfg-0.39-unit-variables.patch new file mode 100644 index 000000000000..c17e529c49f2 --- /dev/null +++ b/sys-apps/razercfg/files/razercfg-0.39-unit-variables.patch @@ -0,0 +1,21 @@ +We set these variables in the ebuild, so don't override them. + +--- a/scripts/cmake.global ++++ b/scripts/cmake.global +@@ -27,16 +27,6 @@ + include_directories(AFTER ${LIBUSB_INCLUDE_PATH}) + set(CMAKE_REQUIRED_INCLUDES "${LIBUSB_INCLUDE_PATH};${CMAKE_REQUIRED_INCLUDES}") + +-execute_process(COMMAND pkg-config --variable=systemdsystemunitdir systemd +- OUTPUT_VARIABLE SYSTEMD_UNIT_DIR +- ERROR_QUIET +- OUTPUT_STRIP_TRAILING_WHITESPACE) +- +-execute_process(COMMAND pkg-config --variable=udevdir udev +- OUTPUT_VARIABLE UDEV_DIR +- ERROR_QUIET +- OUTPUT_STRIP_TRAILING_WHITESPACE) +- + macro(INSTALL_EXEC_CMD _COMMAND _FAILMSG) + install(CODE " + execute_process(COMMAND ${_COMMAND} RESULT_VARIABLE install_exec_res) |