summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/Manifest.gzbin20763 -> 20760 bytes
-rw-r--r--x11-themes/QGnomePlatform/Manifest2
-rw-r--r--x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild36
-rw-r--r--x11-themes/qtcurve/Manifest2
-rw-r--r--x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild4
5 files changed, 3 insertions, 41 deletions
diff --git a/x11-themes/Manifest.gz b/x11-themes/Manifest.gz
index 73ccb0acc778..ed5b00e52cd7 100644
--- a/x11-themes/Manifest.gz
+++ b/x11-themes/Manifest.gz
Binary files differ
diff --git a/x11-themes/QGnomePlatform/Manifest b/x11-themes/QGnomePlatform/Manifest
index c1db901a75ad..dd90dbbf0a53 100644
--- a/x11-themes/QGnomePlatform/Manifest
+++ b/x11-themes/QGnomePlatform/Manifest
@@ -1,6 +1,4 @@
AUX 90-qgnomeplatform 106 BLAKE2B 5fb5d7ea2b2c6812f5fc0c0243d3bd33bb275e0669f6de0822d9296e7b22695afa139461b1a970de1a51ea31dbc731d63ec47b573c345a598e56ae84b9eefaf1 SHA512 9eb77ce72bde6d0fe48e943c3a2c97dc8b353b4884a96c515a51a94cd1dfc5b4a1b7571f939d6f50ac367a6dd5191ead2dc19065738376bdb6a4a38f3261606b
-DIST QGnomePlatform-0.9.1.tar.gz 46387 BLAKE2B b62e6c6ca70e7e5a1a611d0a4af022aae0cf4096db51e00b2b45cf6ea655b703cd936336233c71038b82708ec79a202f436f5a29680ada6b4026958604c83670 SHA512 1b8f5d3241bbaa830858dc256285f91023a6e9f664c9920ebfdaf8bdc759e3c958a22bc52eb3559a86d96007118b8ce5efa900167feb491a60232b365c00784c
DIST QGnomePlatform-0.9.2.tar.gz 46346 BLAKE2B a71a2c159d279e08929d2b1e1c5a7026d576d423b0dae40191e5e60d093c56a2cdcb7ade836566679903751435cb1923f5faea51e7c177bcdb0c1eaff30cf9c3 SHA512 a90caf521eca3d3213b10367b49226e594bd81c78be1198e4d590d44b2026e773319f6784cf1eb9528eee3214ed108ab49d1b85d263a26732873c859fa6e7bc6
-EBUILD QGnomePlatform-0.9.1-r1.ebuild 911 BLAKE2B 8704fb056809782dfc8ed36c86a713da2a9a1dba5d1b416d623a98c87c16347e1a456cb149541d7e06589e7dc48d955ad7ee0f7dab4a39891b8397a0a01f5682 SHA512 a3d87150e7356a450ac3608c7c8d0157f44d45a17a2fdabda00bb337867a1249723b183b54bd404b35c951c4568b4b072eb079f0013c6e3bc9e737a540a26601
EBUILD QGnomePlatform-0.9.2-r5.ebuild 1679 BLAKE2B 92d93bd13d840eb68e994a1e6c81ef6f77890bcd79196d3521b5ca286e5e6bba85c502eebe40dd414d6dafc50036dc8997d8c96007d66ace3a37542a6e67b553 SHA512 6de8dbad27cfd6807e4c2a0a1572cdf4bae1e357873fe3683092bf7bf26b5563ad3f93494601cbab37be7857bb83c4e116cc97a98d46ebc7d3f1aaafb1b35a0e
MISC metadata.xml 447 BLAKE2B 817ea2f2862d9ac53abe7898093922dc03781175f358d2890fb3deeae9bbdab2cf679d835561be2f3892101ee98bc0ba644f08a6de3de4b35fc902256a388ec6 SHA512 be780fadb65adfa01fa0f94cf81c121f0bc9dcc42f41e4c1a4a7a504145a43cf6cb800f9d69a4fd065642b9e8edc7b87581edd007b631483a10e942e2a48e42d
diff --git a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild b/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
deleted file mode 100644
index e7ccce12e478..000000000000
--- a/x11-themes/QGnomePlatform/QGnomePlatform-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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="minimal wayland"
-
-RDEPEND="
- 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= )
- 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() {
- local mycmakeargs=(
- -DUSE_QT6=false
- -DDISABLE_DECORATION_SUPPORT="$(usex wayland false true)"
- )
- cmake_src_configure
-}
diff --git a/x11-themes/qtcurve/Manifest b/x11-themes/qtcurve/Manifest
index e5f86c58bdef..780419319f28 100644
--- a/x11-themes/qtcurve/Manifest
+++ b/x11-themes/qtcurve/Manifest
@@ -1,3 +1,3 @@
DIST qtcurve-1.9.0_p20210412-be78a85b.tar.gz 805926 BLAKE2B 9a763f91bf073e341bf0517e5d3bc480eb1670f78c5d74242059cd229b9fcab72ec28255693335e74ae4cb8f154ce4390257b27d71a91d2285cb4f6db03e666a SHA512 686397cf408f436017782ce06baf80f91589f3486e01fe5cbda602a0a44fc11150c6d5dacf9d9c499ed713b04b64612e3e3dbaa72bb0e72e3dc2823f31d2291e
-EBUILD qtcurve-1.9.0_p20210412.ebuild 1697 BLAKE2B 9973697a31e9de6d542e99a922a1288c041737cfc4a9f810f4412b53acc4e1b669621adbbff79a94c21923ee3e0e01538c3a8744ea833c98ac1b712955ac2232 SHA512 4c32e9da2c9e2e501a84cf6572974711ebb438823d1a4270f2bbe523b6012904113c39f0315d0f169c62cd54767d3eda3f7d00d4d044a77cf4aa06ae5db92362
+EBUILD qtcurve-1.9.0_p20210412.ebuild 1701 BLAKE2B b0dad698fe0176561a3c01d1da03853438ccc01083bed7158195b9d26098f0de6ae4ca026af3fa469c75357c0539da94997da9a912b0b1149ebbe5115eef1f46 SHA512 9edb983f93c9f67411632593ead21fff55cd953807a8d41d43a1c2f47323a07c2965e6014b6f856ddb18fac7ed76f5c275cdd39a048dc52d5259b081663c2860
MISC metadata.xml 343 BLAKE2B 939b307c8018d522666c3bb459cde22033f675dfd4a939d366c693278c10c685ed8a3ec041cebfa1d43819f0823db1e1ae83d19f33c45978490055a92700bbcd SHA512 d15c16554bbc0cdad57d332a5ea89472c3f3c91dab00903493e4c73800480bfcf0044950f799de9978371c29e28493ddbb8f17ab222893fe600e600321a8a236
diff --git a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
index 743836387b45..cddb6af3e79f 100644
--- a/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
+++ b/x11-themes/qtcurve/qtcurve-1.9.0_p20210412.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ HOMEPAGE="https://invent.kde.org/system/qtcurve"
LICENSE="LGPL-2+"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="gtk nls plasma +qt5 test +X"
REQUIRED_USE="gtk? ( X )