From 04b35f566703f8bb84d52e8d2ff2f0f54c21900b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 10 Nov 2023 22:34:27 +0000 Subject: gentoo auto-resync : 10:11:2023 - 22:34:26 --- x11-themes/Manifest.gz | Bin 20603 -> 20603 bytes x11-themes/QGnomePlatform/Manifest | 1 + .../QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild | 71 +++++++++++++++++++++ x11-themes/adwaita-qt/Manifest | 1 + x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild | 55 ++++++++++++++++ x11-themes/papirus-icon-theme/Manifest | 4 +- .../papirus-icon-theme-20230801.ebuild | 15 ----- .../papirus-icon-theme-20231101.ebuild | 15 +++++ 8 files changed, 145 insertions(+), 17 deletions(-) create mode 100644 x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild create mode 100644 x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild delete mode 100644 x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild create mode 100644 x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild (limited to 'x11-themes') diff --git a/x11-themes/Manifest.gz b/x11-themes/Manifest.gz index 3ebd53a27c4a..ea586862b893 100644 Binary files a/x11-themes/Manifest.gz and b/x11-themes/Manifest.gz differ diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest index 360fbfda13cd..343e0f29ea97 100644 --- a/x11-themes/QGnomePlatform/Manifest +++ b/x11-themes/QGnomePlatform/Manifest @@ -6,4 +6,5 @@ EBUILD QGnomePlatform-0.9.1-r1.ebuild 911 BLAKE2B 8704fb056809782dfc8ed36c86a713 EBUILD QGnomePlatform-0.9.2-r1.ebuild 1080 BLAKE2B bf35f7bca621c3a00a2156ac078a2ac84fdbfb70ed5de3f486de0ce0698f6be964a05c2c8010d2442a56b4d4f8b89feca50aad9c3a9019c475339a32ea6d33cb SHA512 9139f1841e41626286de150e3f81882ccc3d3674976981b97bf61c09bc0b50d492be688f06a81b65d42bdb7d729eb7f74ac603f45c3e37073087b1cff8ae6420 EBUILD QGnomePlatform-0.9.2-r2.ebuild 1101 BLAKE2B 5dc8e8ab96890c5d8129f8a8095c59d8599279a3774b90ea308410d47ef392ae68cc821f28454e09dc40cb6853fb8efb9da3595076314ae560bafa6f3a37f539 SHA512 cf2bfcc07b194441c0fdea11208dab226565feb7239544757e941e78eb1329a0f92e542be413bdac01baea89130d2fbd7460eb3c8a30dfaae5a4084ff1f65c68 EBUILD QGnomePlatform-0.9.2-r3.ebuild 1105 BLAKE2B 254af78d12713f5878d0243ffeae9412b4d5fb0a09015fbddf30b3e8268bc1c16e33be96ab8b27190cb43ea7bb47e8cc5ff22f83e88d2e017d5563b88e0b58a8 SHA512 ebf862bd962e86a19f7e3985b61e622a7343b9510bdd3e69e44a333c5556159ca071f68353ab509ad13c48deea65187b5f61fcafbe07f3d6b518584bec265191 +EBUILD QGnomePlatform-0.9.2-r4.ebuild 1625 BLAKE2B e98a723e697b14161cdb0f05f2a23b86b4c96b5dea39df4696a8572778564a9814f218b1ff5d3891c9f9c59debfec1b2678f8d349e03a316cd6f4ecf2bf63168 SHA512 b3bb04ebf5baa8bacd04950992f27b047d197d414450581f57f51d69026e9d890fdd58508805d0594fd0e757cc0b71b444ccb18d7903d0f2f409b4497b0aed56 MISC metadata.xml 447 BLAKE2B 817ea2f2862d9ac53abe7898093922dc03781175f358d2890fb3deeae9bbdab2cf679d835561be2f3892101ee98bc0ba644f08a6de3de4b35fc902256a388ec6 SHA512 be780fadb65adfa01fa0f94cf81c121f0bc9dcc42f41e4c1a4a7a504145a43cf6cb800f9d69a4fd065642b9e8edc7b87581edd007b631483a10e942e2a48e42d diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild new file mode 100644 index 000000000000..2b400f2259e0 --- /dev/null +++ b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.2-r4.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="A Qt Platform Theme aimed to accommodate GNOME settings" +HOMEPAGE="https://github.com/FedoraQt/QGnomePlatform" +SRC_URI="https://github.com/FedoraQt/QGnomePlatform/archive/${PV}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +LICENSE="LGPL-2.1" +SLOT="0" +IUSE="+qt5 qt6 minimal wayland" + +RDEPEND=" + qt5? ( + dev-qt/qtdbus:5= + >=dev-qt/qtquickcontrols2-5.15.2:5= + >=dev-qt/qtwidgets-5.15.2:5= + !minimal? ( kde-frameworks/qqc2-desktop-style:5= ) + wayland? ( dev-qt/qtwayland:5= ) + ) + qt6? ( + dev-qt/qtbase:6=[dbus,gui,widgets] + wayland? ( dev-qt/qtwayland:6= ) + ) + gnome-base/gsettings-desktop-schemas + sys-apps/xdg-desktop-portal + x11-libs/gtk+:3 + >=x11-themes/adwaita-qt-1.4.2 +" +DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" + +src_configure() { + if use qt5; then + BUILD_DIR="${WORKDIR}/${PN}_qt5" + local mycmakeargs=( + -DUSE_QT6=OFF + -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)" + ) + cmake_src_configure + fi + if use qt6; then + BUILD_DIR="${WORKDIR}/${PN}_qt6" + local mycmakeargs=( + -DUSE_QT6=ON + -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)" + ) + cmake_src_configure + fi +} + +src_compile() { + local _d + for _d in "${WORKDIR}"/${PN}_qt*; do + cmake_src_compile -C "${_d}" + done +} + +src_install() { + local _d + for _d in "${WORKDIR}"/${PN}_qt*; do + cmake_src_install -C "${_d}" + done + + # https://github.com/FedoraQt/QGnomePlatform/pull/150#issuecomment-1689693729 + exeinto /etc/X11/xinit/xinitrc.d/ + doexe "${FILESDIR}/90-qgnomeplatform" +} diff --git a/x11-themes/adwaita-qt/Manifest b/x11-themes/adwaita-qt/Manifest index ba46458c6d6f..fcc41794dc24 100644 --- a/x11-themes/adwaita-qt/Manifest +++ b/x11-themes/adwaita-qt/Manifest @@ -1,3 +1,4 @@ DIST adwaita-qt-1.4.2.tar.gz 1543173 BLAKE2B 5b089092c5d809e4dab5cd30b86e289e9b151f165ab613eb092da1607f9058b465cc42addfb0722ac0f6a5d944f6881b9f94b8e31f3a1ed9be779bea8cec2461 SHA512 ef2245cd1b08f2d5c23a534427c7a301cbb3a8b573a1870db48dfc82961417097465e02c696c311e5dd6f9fe1c03a27879c6b08aba5532d2f41ab9d0dcbd7f15 +EBUILD adwaita-qt-1.4.2-r1.ebuild 1146 BLAKE2B 917483fbf7f7bd426748153f0f5192ac44e93086e68f3883268bc3c54c08655fcfe90b62e026f8e10d34acfbc746c8ebb84c242f82f570349e66b8545cd7cdad SHA512 f069021a068a0b7e62a719337c9c3f29de1f0fb313e75e8fff4dfb9b96523a8721aa0b3209916fd667aa358c506026f388ac54dcb955d362510a31dba0573470 EBUILD adwaita-qt-1.4.2.ebuild 671 BLAKE2B 012d511ee7fe49e5f7879d61535d5b5a92b965a29a2fcaf84cf01b3c7a3fbeaefb048fdbfa501dde92a19b3df9e70b6460b7032ab7728858db8c5454156a7fae SHA512 d6c8b851cb841789697007420a338f66f90354336c9dc614c1f47a4b760ff36e6f77a471150193db18f060f0f4a8196b7d24adfb9ac0e2a23428bd9358b70d6a MISC metadata.xml 301 BLAKE2B 7aff167d2d643a12e33735ba6260a448e64efb49ff440b2a848514c2bc8a22eec6430fff918ee1cdd7277c69e083bd8f9cddfc657b7bfd642d81211f869ab4ee SHA512 96ec5ce8be5e80fd974f2e79a98d06f412d127ea52f62d9dbf4b53c45991e6adaac6306fba76f1be80f60b359bb9c0194300d83c81e4d60319977e0d9dbc4703 diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild new file mode 100644 index 000000000000..87e4cf45f272 --- /dev/null +++ b/x11-themes/adwaita-qt/adwaita-qt-1.4.2-r1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit cmake + +DESCRIPTION="A style to bend Qt applications to look like they belong into GNOME Shell" +HOMEPAGE="https://github.com/FedoraQt/adwaita-qt" +SRC_URI="https://github.com/FedoraQt/${PN}/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="gnome +qt5 qt6" +REQUIRED_USE="|| ( qt5 qt6 )" + +DEPEND=" + qt5? ( + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + ) + qt6? ( dev-qt/qtbase:6[dbus,gui,widgets] ) +" +RDEPEND="${DEPEND}" +PDEPEND="gnome? ( x11-themes/QGnomePlatform )" + +src_configure() { + if use qt5; then + BUILD_DIR="${WORKDIR}/${PN}_qt5" + local mycmakeargs=(-DUSE_QT6=OFF) + cmake_src_configure + fi + if use qt6; then + BUILD_DIR="${WORKDIR}/${PN}_qt6" + local mycmakeargs=(-DUSE_QT6=ON) + cmake_src_configure + fi +} + +src_compile() { + local _d + for _d in "${WORKDIR}"/${PN}_qt*; do + cmake_src_compile -C "${_d}" + done +} + +src_install() { + local _d + for _d in "${WORKDIR}"/${PN}_qt*; do + cmake_src_install -C "${_d}" + done +} diff --git a/x11-themes/papirus-icon-theme/Manifest b/x11-themes/papirus-icon-theme/Manifest index de5435ddd0fb..c4ed3a6fb355 100644 --- a/x11-themes/papirus-icon-theme/Manifest +++ b/x11-themes/papirus-icon-theme/Manifest @@ -1,5 +1,5 @@ -DIST papirus-icon-theme-20230801.tar.gz 33741030 BLAKE2B 0659aaa03f48b23d83b077c9326adf8c0f61995d0fdea716c95c10491b2e5880528ac34660e7cf31a6392a4e22a41bcd4b8da2d8557a8f2774f2fb9acd059088 SHA512 1924a83fd2b4d3aab3c9858e86132276501648e273d15ff5023a4e9174cffbb078a6a4592267babefecfe6544346cdeede7fa68afaebd225476a1898fe1d614e DIST papirus-icon-theme-20230901.tar.gz 33906180 BLAKE2B 71843828bd5cb4879a7fdb8ed4b44f1c39d8cfb213253718c5d05f43156d30042aa6b84581a3b2f4e7d29a4ed6f0db682cdab450d941ef17d8ea5f7367e6b110 SHA512 ba7a563dfff6080f79d23b00d4c5c421321ac9a911deeecf40cd2a16f1d2ee6642c07c944c6f306fa1fc34eac83ec634eac0e613bc16f709359977e2b1c82fd7 -EBUILD papirus-icon-theme-20230801.ebuild 435 BLAKE2B e97aaafc8f21379cb0ad2b905838c4111f6689dc1363c90f371eafa08744e51703843ce11fe52ed31b8e30aaa88eaf64bef311c8ce93ae352254503a0c319349 SHA512 69e0cc2ba48810bd964163acd032fdfb47e069876e29b08df6e88e20edf1c7ef45976b45a0b68e0348d17291efb1ed21b5fa70603d7ddf6974d5b9e7d73339d5 +DIST papirus-icon-theme-20231101.tar.gz 33772814 BLAKE2B 9dea3c9c888f2c4be0836096712372c4163ddb1fface73ae35edec38b124af38a56ddc7073bee986e96ecc78ede15916b52841d2d129ff51673195ad250a26bb SHA512 ad1ea7ec1376cc3c964278d13f7159ebf8797b27923d2339b98f00eb68e5e604b6958394a0296ae1088d77793c69b35b8eb19e8d77654095327a4bde03d5b3c5 EBUILD papirus-icon-theme-20230901.ebuild 435 BLAKE2B e97aaafc8f21379cb0ad2b905838c4111f6689dc1363c90f371eafa08744e51703843ce11fe52ed31b8e30aaa88eaf64bef311c8ce93ae352254503a0c319349 SHA512 69e0cc2ba48810bd964163acd032fdfb47e069876e29b08df6e88e20edf1c7ef45976b45a0b68e0348d17291efb1ed21b5fa70603d7ddf6974d5b9e7d73339d5 +EBUILD papirus-icon-theme-20231101.ebuild 439 BLAKE2B debd21abc03c8055015ef0a3e243d800beae3301b4bfb15a60dff2548e2734a1095f448247310e9d2dacee7d4ab543e17d74e563f82b1e6f65303955a0e5aead SHA512 8b022f48d5b824ffa6086282928ef33ead6902de67c4900fde4674af6038058c6726bcd0d6de2575ce6102c4c546908663dbc8d5d9abb6eb1a52c39433bb1250 MISC metadata.xml 436 BLAKE2B f884e84b63ce044c156c635e6bdc6e7b970e7ece131ec561df7f24280302ee8b13a84c4363649040358de88459371c490ce187b50e6fcda07328315e1bcd865a SHA512 64a963b39e82b2df247b72db0c57a6451b5b0f7c3063101848d4838b78ccf86065725606b78ca3d3143efb35bffab4d9cf9609274f46314c66a65541d53ff8fe diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild deleted file mode 100644 index 7222cc09d2f0..000000000000 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20230801.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -inherit xdg - -DESCRIPTION="Free and open source SVG icon theme" -HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" -SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm64 ppc64 x86" - -src_compile() { :; } diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild new file mode 100644 index 000000000000..0bdfb267d356 --- /dev/null +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20231101.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit xdg + +DESCRIPTION="Free and open source SVG icon theme" +HOMEPAGE="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme" +SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +src_compile() { :; } -- cgit v1.2.3