mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
*/*: Switch lxqt proj packages to cmake.eclass
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils virtualx
|
||||
inherit cmake virtualx
|
||||
|
||||
DESCRIPTION="A Qt implementation of XDG standards"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -42,10 +42,10 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Tests don't work with C
|
||||
LC_ALL=en_US.utf8 virtx cmake-utils_src_test
|
||||
LC_ALL=en_US.utf8 virtx cmake_src_test
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils virtualx
|
||||
inherit cmake virtualx
|
||||
|
||||
DESCRIPTION="A Qt implementation of XDG standards"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -43,10 +43,10 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Tests don't work with C
|
||||
LC_ALL=en_US.utf8 virtx cmake-utils_src_test
|
||||
LC_ALL=en_US.utf8 virtx cmake_src_test
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt Build tools"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Common base library for the LXQt desktop environment"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A Qt-based interface to system statistics"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt about dialog"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt system administration tool"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils xdg-utils
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="LXQt system configuration control center"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -59,11 +59,11 @@ src_configure() {
|
||||
-DWITH_MONITOR="$(usex monitor)"
|
||||
-DWITH_TOUCHPAD="$(usex touchpad)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt notification daemon and library"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt OpenSSH user password prompt tool"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -33,7 +33,7 @@ RDEPEND="${DEPEND}
|
||||
"
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman man/*.1
|
||||
|
||||
echo "SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'" >> "${T}/99${PN}" \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt desktop panel and plugins"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -107,10 +107,10 @@ src_configure() {
|
||||
)
|
||||
fi
|
||||
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman panel/man/*.1
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt PolKit authentication agent"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -38,6 +38,6 @@ RDEPEND="${DEPEND}
|
||||
"
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman man/*.1
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt daemon for power management and auto-suspend"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt system integration plugin for Qt"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt quick launcher"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -43,6 +43,6 @@ RDEPEND="${DEPEND}
|
||||
"
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman man/*.1
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQT session manager"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
@@ -49,11 +49,11 @@ src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_LIBUDEV=$(usex udev)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
cmake_src_install
|
||||
doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
|
||||
|
||||
echo XDG_CONFIG_DIRS=\"${EPREFIX}/usr/share\" >> 91lxqt-config-dir
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXQt GUI frontend for sudo"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="LXImage Image Viewer - GPicView replacement"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="A Pulseaudio mixer in Qt (port of pavucontrol)"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Qt port of libfm, a library providing components to build desktop file managers"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils xdg-utils
|
||||
inherit cmake xdg-utils
|
||||
|
||||
DESCRIPTION="Openbox window manager configuration tool"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils xdg-utils
|
||||
inherit cmake xdg-utils
|
||||
|
||||
if [[ "${PV}" == "9999" ]]; then
|
||||
inherit git-r3
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="Themes, graphics and icons for LXQt"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
Reference in New Issue
Block a user