mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path.
* gnu/packages/lxqt.scm: Remove ${CMAKE_INSTALL_PREFIX} from DESTINATION path. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
31fd62c8ca
commit
097166dfb0
1 changed files with 15 additions and 15 deletions
|
@ -200,7 +200,7 @@ (define-public liblxqt
|
|||
(lambda _
|
||||
(substitute* "CMakeLists.txt"
|
||||
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions"))
|
||||
"DESTINATION \"share/polkit-1/actions"))
|
||||
#t)))))
|
||||
(inputs
|
||||
`(("kwindowsystem" ,kwindowsystem)
|
||||
|
@ -310,7 +310,7 @@ (define-public lxqt-admin
|
|||
(lambda _
|
||||
(substitute* "lxqt-admin-user/CMakeLists.txt"
|
||||
(("DESTINATION \"\\$\\{POLKITQT-1_POLICY_FILES_INSTALL_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/share/polkit-1/actions"))
|
||||
"DESTINATION \"share/polkit-1/actions"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org")
|
||||
(synopsis "LXQt system administration tool")
|
||||
|
@ -356,7 +356,7 @@ (define-public lxqt-config
|
|||
(lambda _
|
||||
(substitute* '("src/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org")
|
||||
(synopsis "Tools to configure LXQt and the underlying operating system")
|
||||
|
@ -399,7 +399,7 @@ (define-public lxqt-globalkeys
|
|||
(substitute* '("autostart/CMakeLists.txt"
|
||||
"xdg/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "Daemon used to register global keyboard shortcuts")
|
||||
|
@ -441,7 +441,7 @@ (define-public lxqt-notificationd
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "The LXQt notification daemon")
|
||||
|
@ -532,7 +532,7 @@ (define-public lxqt-panel
|
|||
(substitute* '("autostart/CMakeLists.txt"
|
||||
"menu/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "The LXQt desktop panel")
|
||||
|
@ -575,7 +575,7 @@ (define-public lxqt-policykit
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "The LXQt PolicyKit agent")
|
||||
|
@ -618,7 +618,7 @@ (define-public lxqt-powermanagement
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "Power management module for LXQt")
|
||||
|
@ -657,7 +657,7 @@ (define-public lxqt-qtplugin
|
|||
(lambda _
|
||||
(substitute* '("src/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{QT_PLUGINS_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/lib/qt5/plugins"))
|
||||
"DESTINATION \"lib/qt5/plugins"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "LXQt Qt platform integration plugin")
|
||||
|
@ -702,7 +702,7 @@ (define-public lxqt-runner
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "Tool used to launch programs quickly by typing their names")
|
||||
|
@ -746,7 +746,7 @@ (define-public lxqt-session
|
|||
(substitute* '("autostart/CMakeLists.txt"
|
||||
"config/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "Session manager for LXQt")
|
||||
|
@ -812,10 +812,10 @@ (define-public lxqt-themes
|
|||
(lambda _
|
||||
(substitute* '("CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_GRAPHICS_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/share/lxqt/graphics"))
|
||||
"DESTINATION \"share/lxqt/graphics"))
|
||||
(substitute* '("themes/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_SHARE_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/share/lxqt"))
|
||||
"DESTINATION \"share/lxqt"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "Themes, graphics and icons for LXQt")
|
||||
|
@ -895,7 +895,7 @@ (define-public pcmanfm-qt
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "File manager and desktop icon manager")
|
||||
|
@ -936,7 +936,7 @@ (define-public compton-conf
|
|||
(lambda _
|
||||
(substitute* '("autostart/CMakeLists.txt")
|
||||
(("DESTINATION \"\\$\\{LXQT_ETC_XDG_DIR\\}")
|
||||
"DESTINATION \"${CMAKE_INSTALL_PREFIX}/etc/xdg"))
|
||||
"DESTINATION \"etc/xdg"))
|
||||
#t)))))
|
||||
(home-page "https://lxqt.org/")
|
||||
(synopsis "GUI configuration tool for compton X composite manager")
|
||||
|
|
Loading…
Reference in a new issue