commit: e7accc9d02932f51d3bb8b7631de3cb687b24851 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sat Jun 21 11:14:48 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sat Jun 21 11:19:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7accc9d
dev-util/lxqt-build-tools: add 2.2.1 Upstream changes: * Bumped the minimum compatibility level to C++20. * Fixed bashisms in lxqt-transupdate for better portability with non-bash shells. * Use FindXCB module provided by Qt. Closes: https://bugs.gentoo.org/958441 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> dev-util/lxqt-build-tools/Manifest | 1 + .../lxqt-build-tools/lxqt-build-tools-2.2.1.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/dev-util/lxqt-build-tools/Manifest b/dev-util/lxqt-build-tools/Manifest index b88463ff9354..64a9b19fbb10 100644 --- a/dev-util/lxqt-build-tools/Manifest +++ b/dev-util/lxqt-build-tools/Manifest @@ -1,3 +1,4 @@ DIST lxqt-build-tools-2.0.0.tar.xz 26072 BLAKE2B a549dbe4b2e93d33d0238efe4e419c867db49e626436c243c8080cd4d925212edfb531bb2d9b661d675b7c9b9fec076a4a6f2d144f414ebc3babacada75877e3 SHA512 4fe92af82d55bda8fc1b6dc44998ed64b031e33a5c19e9206c1822375b8aa8abbf5f5b94d3c5ebe6d5d318f8821664ee308064b7adb9081e08047a4456cc6a66 DIST lxqt-build-tools-2.1.0.tar.xz 26088 BLAKE2B c1b1dfe17113354d89c4d0c70e196f9863ce6d5e6fe1385ee369e233abd9affcee269bb9f05aacca865a1f9eb73ce3dde08926ba484e3955e4967e661b59deb9 SHA512 d5c11474125e7285e28d5d148347118d9e7110bbb93c82695c08c7231d2dcc3bc3851076795af64d5d800a2ec39a16a2533e7565c579ec01994bae4f20e3c34e DIST lxqt-build-tools-2.2.0.tar.xz 26088 BLAKE2B 8ff303b2c5d80fecb60dd18f4c5bd0e760629c8987b0e6d9662db3cf973924b1e6740c9fccf78924067516499a92a61db0b8cd155386d762cf85df2787acf833 SHA512 8ec0425ae49a9d661f432a4bb0ba0e61311047663a5dd9e1adddfd293b8b367db455d370529204dea2be5c858bf5934a637bb5b0e3897629679a035b7c1967c4 +DIST lxqt-build-tools-2.2.1.tar.xz 25728 BLAKE2B 3a33f03e6f3e0fc16055bf59d5749412aba513dac76caac7b8561d57670d57596b797b6bfb25e91442e5e50d1e0a8a7d6ad4c68935f44db5d57a0e356f5a90dd SHA512 d1b0f7b067283be36bcba063e2e7397be5f69b43949c772eb9966fae84290b01d7cd2e1c688928a6a09534e260f220de180014eda0cc306804eb1c3df3f06056 diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-2.2.1.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-2.2.1.ebuild new file mode 100644 index 000000000000..298fe7114b85 --- /dev/null +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-2.2.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="LXQt Build Tools" +HOMEPAGE="https://lxqt-project.org/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" +else + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" +fi + +LICENSE="BSD" +SLOT="0" + +DEPEND=" + >=dev-libs/glib-2.50.0 + >=dev-qt/qtbase-6.6:6 +" +RDEPEND="${DEPEND}"
