remove lxqt ebuilds, in tree
This commit is contained in:
parent
d9d4a056df
commit
40ffcd9880
@ -1 +0,0 @@
|
||||
DIST libqtxdg-3.2.0.tar.xz 67736 BLAKE2B addc2636a9bbaa0163c3d344337eca9f350ffb38f4d0e785ade9775fc7d3e38c6f7a3c6c8d8d05e7b491f0cf2c34f5ceb8d51d34eb05b56e4170e190a5b5ae4c SHA512 1a52e79e97cd148c9f406402134d6feaa6ccb8d10cfa7c0e2a3fbf728690e193c05e444012b87e38790ce0570d1cf71c6c2cee7105f11d43923040543e0dd143
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver virtualx
|
||||
|
||||
DESCRIPTION="A Qt implementation of XDG standards"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="0/$(ver_cut 1)"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5=
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
x11-misc/xdg-utils
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig
|
||||
test? ( dev-qt/qttest:5 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DBUILD_TESTS=$(usex test)
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
# Tests don't work with C
|
||||
LC_ALL=en_US.utf8 virtx cmake-utils_src_test
|
||||
}
|
@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<maintainer type="project">
|
||||
<email>qt@gentoo.org</email>
|
||||
<name>Gentoo Qt Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/libqtxdg</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST liblxqt-0.12.0.tar.xz 51192 BLAKE2B 156d6be39b79a88d1c0f5458ab960f21e6939ad6af8d776807814cc530a4a2193e8bca03e0a6c987de86b210c4a5eb8288b347483245406bf8cca2c2fb169547 SHA512 63c6c7ca89dafa19242bfd62787af4711ad40369ba848191a5fc51693cf2a5b2d6684d613587d73c824a14d919c44699b440c66d37c51d776def258232736595
|
@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="Common base library for the LXQt desktop environment"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
kde-frameworks/kwindowsystem:5[X]
|
||||
x11-libs/libX11
|
||||
x11-libs/libXScrnSaver
|
||||
"
|
||||
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/liblxqt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST libsysstat-0.4.0.tar.xz 17716 BLAKE2B 18b1939db9d0ab069cec4d198368e66dcf828ce4ca73befc5252d78654eae9954cd42f747b51a325b75a97696ce4d1a7e4a1605f6e8adc5a6702b2b1c98201be SHA512 1427d7509925121c880091ca4b2dc85654732e5d69dfa651862c810154a3d7cceeca5bfdbd562c6a013e70c852bed1d6ba2210be2d7d2104681d07b6a970430f
|
@ -1,24 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A Qt-based interface to system statistics"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="dev-qt/qtcore:5"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
"
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/libsysstat</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-about-0.12.0.tar.xz 22256 BLAKE2B c5464c90dca21245fc4e8d2eebb25d009e09f42a5f70d6ab7f16522270d7ec88c40ee49bd6a30928a96fd28081b678fe4cc5578572dd89932009cf0a82f6775b SHA512 31f35dc70d9738739a5d28cfa0d0ff3991534b2f4d91ba579ed0898a6b797b48a1c3728f1b92ef92204124c48e4d20ef358f22e1aaffd5a430a5a97702b8db07
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt about dialog"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-about</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-admin-0.12.0.tar.xz 115816 BLAKE2B 234876d7578b83802b043375811b2228f8068b47b057174d9564db7ffe58d6c98653f9e15e28288de467eb57944bb17431e0e9af9e0ea132ad672eca67621f3f SHA512 4d321d1d4b2b04d8315645a3383a312de1bf1695be42632446c674b174d7ad7249223a66576471947103f5e360a3cb6ae6d30501981fcc89b003d145948c43b4
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt system administration tool"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
kde-frameworks/kwindowsystem:5
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-admin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-config-0.12.0.tar.xz 199220 BLAKE2B ef497a6e98a966a32ea295ff61e423b2e2d154e58c85c078a098e5d451fbfe629b1c079e09b42b5a7337d281221e92ab3f43ce1149084b0f87c447a3909c833b SHA512 c2140b37577692e06da492da183d59565140b380ec42881a80e76df88d14a67c9424314a8e01335cc99a84262c8011e8bacb5704386c352e794517edf049c58f
|
@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt system configuration control center"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtconcurrent:5
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
kde-frameworks/kwindowsystem:5
|
||||
kde-plasma/libkscreen:5=
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
sys-libs/zlib:=
|
||||
x11-apps/setxkbmap
|
||||
x11-libs/libxcb:=
|
||||
x11-libs/libX11
|
||||
x11-libs/libXcursor
|
||||
x11-libs/libXfixes
|
||||
"
|
||||
DEPEND="${DEPEND}
|
||||
dev-qt/linguist-tools:5"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
doman man/*.1 liblxqt-config-cursor/man/*.1 lxqt-config-appearance/man/*.1
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-config</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-globalkeys-0.12.0.tar.xz 52416 BLAKE2B 470eeb01734c8b81b7992628112b99631556bb6a7a660ae2aeff99d0fe3a457246404351d1f3e070ae87ab05c64d4e67321e35ec9daa73d26633710a02521bdf SHA512 896d2c4e8e9b1d674be76bd5be52ee0356c31a61cc911d7b2cd56b3ad6aaad60563322ac3d90301ccaf65859044a8aeefd711ba2dfadfeba7810cf62acbff1ac
|
@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="Daemon and library for global keyboard shortcuts registration"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
kde-frameworks/kwindowsystem:5
|
||||
x11-libs/libX11
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-globalkeys</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-l10n-0.12.0.tar.xz 695368 BLAKE2B 32e35edbfbb615449f174ee9c4111deca773553bb5a501f39630114a46e1d56261252bf223e4644ae8760d88d38ac96d40c95eebcf28083dc24424e269ab0eec SHA512 3012c25214e10bdbd262bd68a18c77eef6b2e5a0426ef82283150e4dd7b6f271080b95e4e7221235cf43fb430928359aeb95942a570e9ce8913ac5e61328efe9
|
@ -1,53 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXQt localisation package"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
# enable everything we have packages for
|
||||
-DWITH_LIBFM_QT=ON
|
||||
-DWITH_LIBLXQT=ON
|
||||
-DWITH_LXIMAGE_QT=ON
|
||||
-DWITH_LXQT_ABOUT=ON
|
||||
-DWITH_LXQT_ADMIN=ON
|
||||
-DWITH_LXQT_CONFIG=ON
|
||||
-DWITH_LXQT_GLOBALKEYS=ON
|
||||
-DWITH_LXQT_NOTIFICATIOND=ON
|
||||
-DWITH_LXQT_OPENSSH_ASKPASS=ON
|
||||
-DWITH_LXQT_PANEL=ON
|
||||
-DWITH_LXQT_POLICYKIT=ON
|
||||
-DWITH_LXQT_POWERMANAGEMENT=ON
|
||||
-DWITH_LXQT_RUNNER=ON
|
||||
-DWITH_LXQT_SESSION=ON
|
||||
-DWITH_LXQT_SUDO=ON
|
||||
-DWITH_OBCONF_QT=ON
|
||||
-DWITH_PAVUCONTROL_QT=ON
|
||||
-DWITH_PCMANFM_QT=ON
|
||||
-DWITH_QTERMINAL=ON
|
||||
-DWITH_QTERMWIDGET=ON
|
||||
|
||||
-DWITH_COMPTON_CONF=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-l10n</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,52 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit eapi7-ver
|
||||
|
||||
DESCRIPTION="Meta ebuild for LXQt, the Lightweight Desktop Environment"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
LICENSE="metapackage"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
IUSE="+about admin +filemanager lightdm lximage l10n minimal +policykit
|
||||
powermanagement sddm ssh-askpass sudo"
|
||||
|
||||
MY_PV="$(ver_cut 1-2)*"
|
||||
|
||||
# Note: we prefer kde-frameworks/oxygen-icons over other icon sets, as the initial
|
||||
# install expects oxygen icons, until the user specifies otherwise (bug 543380)
|
||||
RDEPEND="
|
||||
kde-frameworks/oxygen-icons
|
||||
>=lxde-base/lxmenu-data-0.1.5
|
||||
=lxqt-base/lxqt-config-${MY_PV}
|
||||
=lxqt-base/lxqt-globalkeys-${MY_PV}
|
||||
=lxqt-base/lxqt-notificationd-${MY_PV}
|
||||
=lxqt-base/lxqt-panel-${MY_PV}
|
||||
=lxqt-base/lxqt-qtplugin-${MY_PV}
|
||||
=lxqt-base/lxqt-runner-${MY_PV}
|
||||
=lxqt-base/lxqt-session-${MY_PV}
|
||||
virtual/ttf-fonts
|
||||
about? ( =lxqt-base/lxqt-about-${MY_PV} )
|
||||
admin? ( =lxqt-base/lxqt-admin-${MY_PV} )
|
||||
filemanager? ( =x11-misc/pcmanfm-qt-${MY_PV} )
|
||||
lightdm? ( x11-misc/lightdm )
|
||||
lximage? ( media-gfx/lximage-qt )
|
||||
l10n? ( =lxqt-base/lxqt-l10n-${MY_PV} )
|
||||
!minimal? (
|
||||
x11-wm/openbox
|
||||
x11-misc/obconf-qt
|
||||
)
|
||||
policykit? (
|
||||
=lxqt-base/lxqt-policykit-${MY_PV}
|
||||
|| (
|
||||
sys-auth/consolekit[policykit(-)]
|
||||
sys-apps/systemd[policykit(-)]
|
||||
)
|
||||
)
|
||||
powermanagement? ( =lxqt-base/lxqt-powermanagement-${MY_PV} )
|
||||
sddm? ( >=x11-misc/sddm-0.11.0 )
|
||||
ssh-askpass? ( =lxqt-base/lxqt-openssh-askpass-${MY_PV} )
|
||||
sudo? ( =lxqt-base/lxqt-sudo-${MY_PV} )
|
||||
"
|
@ -1,29 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="about">Install <pkg>lxqt-base/lxqt-about</pkg></flag>
|
||||
<flag name="admin">Install <pkg>lxqt-base/lxqt-admin</pkg></flag>
|
||||
<flag name="filemanager">Install <pkg>x11-misc/pcmanfm-qt</pkg>
|
||||
file manager</flag>
|
||||
<flag name="icons">Install an icon theme</flag>
|
||||
<flag name="lightdm">Install <pkg>x11-misc/lightdm</pkg>
|
||||
display manager</flag>
|
||||
<flag name="lximage">Install <pkg>media-gfx/lximage-qt</pkg>
|
||||
image viewer</flag>
|
||||
<flag name="minimal">Do not install <pkg>x11-wm/openbox</pkg>
|
||||
window manager</flag>
|
||||
<flag name="oxygen">Prefer <pkg>kde-frameworks/oxygen-icons</pkg> (default)</flag>
|
||||
<flag name="powermanagement">Install
|
||||
<pkg>lxqt-base/lxqt-powermanagement</pkg> package</flag>
|
||||
<flag name="sddm">Install <pkg>x11-misc/sddm</pkg>
|
||||
display manager</flag>
|
||||
<flag name="ssh-askpass">Install <pkg>lxqt-base/lxqt-openssh-askpass</pkg>
|
||||
user password prompt tool</flag>
|
||||
<flag name="sudo">Install <pkg>lxqt-base/lxqt-sudo</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-notificationd-0.12.0.tar.xz 32192 BLAKE2B fc4853b345069fbf44a969886399c7055011560ac519637348d1b8ac1a295986f68d160e1093ed00cb09bd321f41746a1104feeed076b21654886bcf76650323 SHA512 89243c011b8d5a96d3f407a71d14a8c6c8792cded1d92dd442991b1acf73deb884e0ef668a2806e0348f95affbb408f913e61355c84ba406d20f43fedaf2285a
|
@ -1,40 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt notification daemon and library"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
kde-frameworks/kwindowsystem:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-notifcationd</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-openssh-askpass-0.12.0.tar.xz 14264 BLAKE2B 56fbb05201c088820f1aa7bb9fe87426b1697ff98b948117436a57915eb2e28864646e334b072d20a7c58ebc832f1f0bc5f47160f16c6a079698e0df648fa38e SHA512 8ac47e7cb2ba8d5c9b47fed3aee531b4a9b08a94d6b76651ee250699a6fad4765c27e94fd6f8e3aa7c59e2d9ea271641cd31db2e6611002d53e8cc037ae2ddf6
|
@ -1,44 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt OpenSSH user password prompt tool"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtwidgets:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
doman man/*.1
|
||||
|
||||
echo "SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass'" >> "${T}/99${PN}" \
|
||||
|| die
|
||||
doenvd "${T}/99${PN}"
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-openssh-askpass</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-panel-0.12.0.tar.xz 271840 BLAKE2B ef5a3e4e0f6ee21d84bc09f3c14f917a3e0c5cc8c34bf420190e89f1d55a8b7a2ebf858ebbcf390adff80184dba8f0922e32406724126d92a557fd1482e45c47 SHA512 bf6307b5e2b1f8063a10c50c8cb187ee4bee8f57031228da256ab6e52ce6b2af4fc2e2cba304468e28000c19e8c907a3f45481dc3887ee6cfac0744c13a3eec2
|
@ -1,30 +0,0 @@
|
||||
From c9df6bc1c79e1032ff9750f14165dd7bdd67b53c Mon Sep 17 00:00:00 2001
|
||||
From: Palo Kisa <palo.kisa@gmail.com>
|
||||
Date: Mon, 23 Oct 2017 10:30:04 +0200
|
||||
Subject: [PATCH] worldclock: Fix widget size updating
|
||||
|
||||
If the content change resulted in need of different size to show all
|
||||
the content, the parent widget(s) didn't get the change. This resulted
|
||||
in cut text or waste of space in panel.
|
||||
---
|
||||
plugin-worldclock/lxqtworldclock.cpp | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/plugin-worldclock/lxqtworldclock.cpp b/plugin-worldclock/lxqtworldclock.cpp
|
||||
index 34c36967..d6fe9c07 100644
|
||||
--- a/plugin-worldclock/lxqtworldclock.cpp
|
||||
+++ b/plugin-worldclock/lxqtworldclock.cpp
|
||||
@@ -132,9 +132,13 @@ void LXQtWorldClock::updateTimeText()
|
||||
|
||||
if (!isUpToDate)
|
||||
{
|
||||
+ const QSize old_size = mContent->sizeHint();
|
||||
mContent->setText(tzNow.toString(preformat(mFormat, timeZone, tzNow)));
|
||||
+ if (old_size != mContent->sizeHint())
|
||||
+ mRotatedWidget->adjustContentSize();
|
||||
mRotatedWidget->update();
|
||||
updatePopupContent();
|
||||
+
|
||||
}
|
||||
}
|
||||
|
@ -1,35 +0,0 @@
|
||||
From 7391172f5c60bfdb62c71f832c4ee4a4477366a2 Mon Sep 17 00:00:00 2001
|
||||
From: Palo Kisa <palo.kisa@gmail.com>
|
||||
Date: Tue, 14 Nov 2017 09:12:34 +0100
|
||||
Subject: [PATCH] lxqtpanel: Fix wrongly positioned popups
|
||||
|
||||
..by avoiding of usage the QWidget::mapToGlobal(), which is unreliable
|
||||
sometimes.
|
||||
---
|
||||
panel/lxqtpanel.cpp | 6 ++++--
|
||||
1 file changed, 4 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/panel/lxqtpanel.cpp b/panel/lxqtpanel.cpp
|
||||
index 24a27155..7a33e05d 100644
|
||||
--- a/panel/lxqtpanel.cpp
|
||||
+++ b/panel/lxqtpanel.cpp
|
||||
@@ -987,7 +987,8 @@ void LXQtPanel::setReserveSpace(bool reserveSpace, bool save)
|
||||
************************************************/
|
||||
QRect LXQtPanel::globalGometry() const
|
||||
{
|
||||
- return QRect(mapToGlobal(QPoint(0, 0)), this->size());
|
||||
+ // panel is the the top-most widget/window, no calculation needed
|
||||
+ return geometry();
|
||||
}
|
||||
|
||||
|
||||
@@ -1204,7 +1205,8 @@ QRect LXQtPanel::calculatePopupWindowPos(const ILXQtPanelPlugin *plugin, const Q
|
||||
return QRect();
|
||||
}
|
||||
|
||||
- return calculatePopupWindowPos(panel_plugin->mapToGlobal(QPoint(0, 0)), windowSize);
|
||||
+ // Note: assuming there are not contentMargins around the "BackgroundWidget" (LXQtPanelWidget)
|
||||
+ return calculatePopupWindowPos(globalGometry().topLeft() + panel_plugin->geometry().topLeft(), windowSize);
|
||||
}
|
||||
|
||||
|
@ -1,126 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt desktop panel and plugins"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
MY_PV="$(ver_cut 1-2)*"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
IUSE="+alsa clock colorpicker cpuload +desktopswitch +directorymenu dom +kbindicator +mainmenu
|
||||
+mount networkmonitor pulseaudio +quicklaunch sensors +showdesktop
|
||||
+spacer statusnotifier sysstat +taskbar +tray +volume +worldclock"
|
||||
REQUIRED_USE="volume? ( || ( alsa pulseaudio ) )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
dev-qt/qtxml:5
|
||||
kde-frameworks/kwindowsystem:5[X]
|
||||
>=lxde-base/lxmenu-data-0.1.5
|
||||
>=lxde-base/menu-cache-1.1.0
|
||||
=lxqt-base/liblxqt-${MY_PV}
|
||||
=lxqt-base/lxqt-globalkeys-${MY_PV}
|
||||
x11-libs/libX11
|
||||
cpuload? ( sys-libs/libstatgrab )
|
||||
kbindicator? ( x11-libs/libxkbcommon )
|
||||
mount? ( kde-frameworks/solid:5 )
|
||||
networkmonitor? ( sys-libs/libstatgrab )
|
||||
sensors? ( sys-apps/lm_sensors )
|
||||
statusnotifier? ( dev-libs/libdbusmenu-qt[qt5(+)] )
|
||||
sysstat? ( >=lxqt-base/libsysstat-0.4.0 )
|
||||
tray? (
|
||||
x11-libs/libxcb:=
|
||||
x11-libs/libXcomposite
|
||||
x11-libs/libXdamage
|
||||
x11-libs/libXrender
|
||||
x11-libs/xcb-util
|
||||
)
|
||||
volume? (
|
||||
alsa? ( media-libs/alsa-lib )
|
||||
pulseaudio? (
|
||||
media-sound/pavucontrol-qt
|
||||
media-sound/pulseaudio
|
||||
)
|
||||
)
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/${P}-fix-worldclock-size-updating.patch"
|
||||
"${FILESDIR}/${P}-fix-wrongly-positioned-popups.patch"
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
cmake-utils_src_prepare
|
||||
|
||||
sed -e "s|,clock,|,worldclock,|" \
|
||||
-i panel/resources/panel.conf || die
|
||||
|
||||
sed -e "s|pavucontrol|pavucontrol-qt|" \
|
||||
-i plugin-volume/lxqtvolumeconfiguration.h || die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
|
||||
# Plugins
|
||||
-DCLOCK_PLUGIN=$(usex clock)
|
||||
-DCOLORPICKER_PLUGIN=$(usex colorpicker)
|
||||
-DCPULOAD_PLUGIN=$(usex cpuload)
|
||||
-DDESKTOPSWITCH_PLUGIN=$(usex desktopswitch)
|
||||
-DDIRECTORYMENU_PLUGIN=$(usex directorymenu)
|
||||
-DDOM_PLUGIN=$(usex dom)
|
||||
-DKBINDICATOR_PLUGIN=$(usex kbindicator)
|
||||
-DMAINMENU_PLUGIN=$(usex mainmenu)
|
||||
-DMOUNT_PLUGIN=$(usex mount)
|
||||
-DNETWORKMONITOR_PLUGIN=$(usex networkmonitor)
|
||||
-DQUICKLAUNCH_PLUGIN=$(usex quicklaunch)
|
||||
-DSENSORS_PLUGIN=$(usex sensors)
|
||||
-DSHOWDESKTOP_PLUGIN=$(usex showdesktop)
|
||||
-DSPACER_PLUGIN=$(usex spacer)
|
||||
-DSTATUSNOTIFIER_PLUGIN=$(usex statusnotifier)
|
||||
-DSYSSTAT_PLUGIN=$(usex sysstat)
|
||||
-DTASKBAR_PLUGIN=$(usex taskbar)
|
||||
-DTRAY_PLUGIN=$(usex tray)
|
||||
-DVOLUME_PLUGIN=$(usex volume)
|
||||
-DWORLDCLOCK_PLUGIN=$(usex worldclock)
|
||||
)
|
||||
|
||||
if use volume; then
|
||||
mycmakeargs+=(
|
||||
-DVOLUME_USE_ALSA=$(usex alsa)
|
||||
-DVOLUME_USE_PULSEAUDIO=$(usex pulseaudio)
|
||||
)
|
||||
fi
|
||||
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
doman panel/man/*.1
|
||||
}
|
@ -1,31 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="clock">Build clock plugin</flag>
|
||||
<flag name="colorpicker">Build colorpicker plugin</flag>
|
||||
<flag name="cpuload">Build cpuload plugin</flag>
|
||||
<flag name="desktopswitch">Build desktopswitch plugin</flag>
|
||||
<flag name="dom">Build dom plugin</flag>
|
||||
<flag name="kbindicator">Build kbindicator plugin</flag>
|
||||
<flag name="mainmenu">Build mainmenu plugin</flag>
|
||||
<flag name="mount">Build mount plugin</flag>
|
||||
<flag name="networkmonitor">Build networkmonitor plugin</flag>
|
||||
<flag name="quicklaunch">Build quicklaunch plugin</flag>
|
||||
<flag name="sensors">Build sensors plugin</flag>
|
||||
<flag name="showdesktop">Build showdesktop plugin</flag>
|
||||
<flag name="statusnotifier">Build statusnotifier plugin</flag>
|
||||
<flag name="sysstat">Build sysstat plugin</flag>
|
||||
<flag name="taskbar">Build taskbar plugin</flag>
|
||||
<flag name="tray">Build tray plugin</flag>
|
||||
<flag name="volume">Build volume plugin</flag>
|
||||
<flag name="worldclock">Build worldclock plugin</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-panel</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-policykit-0.12.0.tar.xz 33064 BLAKE2B 37e1b494b818757aa44b8d9362b3d9fb602fffa0ebd0456d4b6ed71192d6b58e7a386ed06b3188e05f7c0039f864daa9f4aa69cfdced4767f36f6fd530f5bce9 SHA512 42502c3e8364266f4532941a38872c40255fcbf2df70aac06d731992216b7b59e03a34f8d2d31bf61e36f47bfff93ef1a81f64ef5a4f5ace881597eb3f948a1e
|
@ -1,46 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt PolKit authentication agent"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
sys-auth/polkit-qt[qt5(+)]
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
doman man/*.1
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-policykit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-powermanagement-0.12.0.tar.xz 31036 BLAKE2B 14836ad52116fe3c06bdc8b5110ea65fa6fb6808e58d630f6ed60158a1a5499ddc66c5a9befbcc4d47abb091bd424021f4b1d539aab4552914291848a86436b1 SHA512 a4e607cb69945b2b85131e2f0209185b1322fa4b19de3d950b73f681052f4eb3fdb5b29a70c7df9baed7e1ae79793d433cb5b3fec42133e86fd645aa4e8e11d4
|
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt daemon for power management and auto-suspend"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
kde-frameworks/kidletime:5
|
||||
kde-frameworks/solid:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
|| (
|
||||
sys-power/upower
|
||||
sys-power/upower-pm-utils
|
||||
)
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-powermanagement</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-qtplugin-0.12.0.tar.xz 23316 BLAKE2B 507373953d69634f41ad82716f38a25ae45c3355a8fa727fa378086c2cbee6674b96501d5f09ccb02f98e492c003273da32bcd5b5c0a6da72d47caa5311e381c SHA512 ea060e600ab5c19e43bcbf77c17797f77050fbd7a532b7ff3fa3d77005064c59b0e553f3dd6819ca4206056af709cea9a8ad892c37454191f6f9ddc509f3f119
|
@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt system integration plugin for Qt"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libdbusmenu-qt:=[qt5(+)]
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
=x11-libs/libfm-qt-$(ver_cut 1-2)*
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-qtplugin</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-runner-0.12.0.tar.xz 211628 BLAKE2B 4e53024c78bd240a33ff79e640c8b4c40defe905156c4dc9510012feb2d582ff429e53f2551dc85dd6cae75befe9ea3409147a2d6b45ec70bd3e608cc6172561 SHA512 637996fc5a0ea3384603a2ec6bb65bd94136519342ab6e129bf48fc0b028980697afc4ba9a69eef179603569f39062d7ff9e8bfc93f24a0444280a8729418bd5
|
@ -1,51 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt quick launcher"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
MY_PV="$(ver_cut 1-2)*"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-cpp/muParser-2.2.3:=
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtxml:5
|
||||
kde-frameworks/kwindowsystem:5
|
||||
>=lxde-base/menu-cache-0.5.1
|
||||
=lxqt-base/liblxqt-${MY_PV}
|
||||
=lxqt-base/lxqt-globalkeys-${MY_PV}
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
doman man/*.1
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-runner</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-session-0.12.0.tar.xz 134504 BLAKE2B 9c51bfeef48c3673fba30c2c82ebdafb137be4308ddb38ddc10e607019ae25fc0686ea0e2a57bd84d0361ce64f9dfcbb70c69611e909c311173cb264078ea6ce SHA512 035954e684ea7ccc6f9a681150aaa482963b57fb4c97595448af170e9f01b2e60dc890ea08a3fdb81548035bbda1d4564e44b7997ff036ffa5ed77b5cbe7aaab
|
@ -1,55 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQT session manager"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
MY_PV="$(ver_cut 1-2)*"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
IUSE="+udev"
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
kde-frameworks/kwindowsystem:5[X]
|
||||
=lxqt-base/liblxqt-${MY_PV}
|
||||
x11-libs/libX11
|
||||
x11-misc/xdg-user-dirs
|
||||
themes? ( =x11-themes/lxqt-themes-${MY_PV} )
|
||||
udev? ( virtual/libudev )
|
||||
!lxqt-base/lxqt-common
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-qt/linguist-tools:5
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_LIBUDEV=$(usex udev)
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
||||
src_install(){
|
||||
cmake-utils_src_install
|
||||
doman lxqt-config-session/man/*.1 lxqt-session/man/*.1
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-session</remote-id>
|
||||
</upstream>
|
||||
<use>
|
||||
<flag name="themes">Install LXQt themes and graphics</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST lxqt-sudo-0.12.0.tar.xz 16116 BLAKE2B ca56d69fe890b55385cae21bfa6161a3b9edd5c3bb4c6c4ae2a04f3907629981082c2278ecec86585b8c1e177b1811277bd71877bd207be00a502544616b7570 SHA512 14a2dd325b3ce125431135ed1a39b9c0deb1a0fa143271f69d199d22fbe30a83d9147c7714871a4c9157128cc2da4af1a90a9215c7df09295cfe8dc511fbaedd
|
@ -1,35 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils eapi7-ver
|
||||
|
||||
DESCRIPTION="LXQt GUI frontend for sudo"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
app-admin/sudo
|
||||
dev-libs/libqtxdg:0/3
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtwidgets:5
|
||||
=lxqt-base/liblxqt-$(ver_cut 1-2)*
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lxqt-sudo</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<catmetadata>
|
||||
<longdescription lang="en">
|
||||
The lxqt-base category contains core packages for LXQt Desktop Environment.
|
||||
</longdescription>
|
||||
</catmetadata>
|
@ -1,3 +0,0 @@
|
||||
DIST lximage-qt-0.4.0.tar.xz 43716 BLAKE2B d166056e90d23effed765abab3131e11880566df3ca7a4fcf8cbd7db994cf2b7b9404b07fa5d611d9ee3665bb359b1f743cd7e98e41033d5b35202a3c087801a SHA512 6b07e16534b835da60f5845c801cad0bdd381b6deb79ad99fc44afb9b776deb3cf76c85c9e4b59ba4148d71e894f659743c002ea4baf5589e8d261eb1a19b1fa
|
||||
DIST lximage-qt-0.5.0.tar.xz 36068 BLAKE2B 46cf157c1a48cfea8a3149e3177baa79ec493796843e7297371c1d5802df68bee1ac220aeb9d6110a4072ba588585f276be916f886e0d3f6010792a8800e54e1 SHA512 632399781614a9d62429ed1b31515c2a87cdf1c61ab26bfc8d566654a31eccfa66ae069cd18604f380a9fc8d8700aa73a2c71be16bc32775caeef211eb955b21
|
||||
DIST lximage-qt-0.6.0.tar.xz 41576 BLAKE2B 7439618e0854aeb2e934c566c7af910f1878595567b0bce0e0ee965f6804c8bbb9994a30272a47a4eebf3649ec1ac9dcf5a573f122b421f400c04c99a7b75c73 SHA512 13136ac165af8e68d33dcada815110b360cbf47f46e1861a9a6b9eee46ae3898ea298eb4c549ec1a603dd1473c0f5224552b1db602bd02202eccde910ea6bd23
|
@ -1,48 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXImage Image Viewer - GPicView replacement"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="GPL-2+ LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtgui:5
|
||||
dev-qt/qtnetwork:5
|
||||
dev-qt/qtprintsupport:5
|
||||
dev-qt/qtsvg:5
|
||||
dev-qt/qtwidgets:5
|
||||
dev-qt/qtx11extras:5
|
||||
media-libs/libexif
|
||||
>=x11-libs/libfm-1.2:=
|
||||
>=x11-libs/libfm-qt-0.12.0:=
|
||||
x11-libs/libX11
|
||||
x11-libs/libXfixes
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DPULL_TRANSLATIONS=OFF
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/lximage-qt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1 +0,0 @@
|
||||
DIST pavucontrol-qt-0.3.0.tar.xz 34992 BLAKE2B 46c5fdff428fd71f21532e554f15aed215ad834d7fff854f5c96b0876285d203e9f7d8d4f86c049824bbfb21bdff1ae7b885debce4451788ae7c2977ddc280a0 SHA512 689292049557425d70ecabb42112422737f8a26bfa5416d3018d69f2d2cde20d95a752a0750fe3ced26d71c1051d5bb8a13208396f48ce9d0027b7591e4bdef5
|
@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>lxqt@gentoo.org</email>
|
||||
<name>LXQt</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">lxqt/pavucontrol-qt</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="A Pulseaudio mixer in Qt (port of pavucontrol)"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
media-sound/pulseaudio[glib]
|
||||
dev-qt/qtcore:5
|
||||
dev-qt/qtdbus:5
|
||||
dev-qt/qtwidgets:5
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-util/lxqt-build-tools-0.4.0
|
||||
dev-qt/linguist-tools:5
|
||||
virtual/pkgconfig
|
||||
"
|