diff options
author | Pacho Ramos <pacho@gentoo.org> | 2023-04-20 15:25:18 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2023-04-20 15:25:18 +0200 |
commit | bfba98da1c64c3ffb1575fac1887a579728b3ad4 (patch) | |
tree | 8abc23bc444659b2caf7030539a162d780a80174 /x11-themes/adwaita-qt | |
parent | x11-themes/QGnomePlatform: add github upstream metadata (diff) | |
download | gentoo-bfba98da1c64c3ffb1575fac1887a579728b3ad4.tar.gz gentoo-bfba98da1c64c3ffb1575fac1887a579728b3ad4.tar.bz2 gentoo-bfba98da1c64c3ffb1575fac1887a579728b3ad4.zip |
x11-themes/adwaita-qt: drop 1.4.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-themes/adwaita-qt')
-rw-r--r-- | x11-themes/adwaita-qt/Manifest | 1 | ||||
-rw-r--r-- | x11-themes/adwaita-qt/adwaita-qt-1.4.1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-themes/adwaita-qt/Manifest b/x11-themes/adwaita-qt/Manifest index 50cbcb89e989..15634a503660 100644 --- a/x11-themes/adwaita-qt/Manifest +++ b/x11-themes/adwaita-qt/Manifest @@ -1,2 +1 @@ -DIST adwaita-qt-1.4.1.tar.gz 1543217 BLAKE2B 8e85ad8361856ad937c865603b4caf0e1c40b81b2cbe4a572f7e5a04d18877efdf1b8b8317f0c811f5e3ed270ba62481dd207ad9b67170930131f6e8d9b8b389 SHA512 efdc64addbd2ee4b4eb133323540a2c662cb882e42aa0573dace9044acc7638658badac3581d6cae7a3f17905692e4e8f768b6a8e3c1b4575d7e1999c1e9fe63 DIST adwaita-qt-1.4.2.tar.gz 1543173 BLAKE2B 5b089092c5d809e4dab5cd30b86e289e9b151f165ab613eb092da1607f9058b465cc42addfb0722ac0f6a5d944f6881b9f94b8e31f3a1ed9be779bea8cec2461 SHA512 ef2245cd1b08f2d5c23a534427c7a301cbb3a8b573a1870db48dfc82961417097465e02c696c311e5dd6f9fe1c03a27879c6b08aba5532d2f41ab9d0dcbd7f15 diff --git a/x11-themes/adwaita-qt/adwaita-qt-1.4.1.ebuild b/x11-themes/adwaita-qt/adwaita-qt-1.4.1.ebuild deleted file mode 100644 index b02503632d0a..000000000000 --- a/x11-themes/adwaita-qt/adwaita-qt-1.4.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 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" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 -" -RDEPEND="${DEPEND}" -PDEPEND="gnome? ( x11-themes/QGnomePlatform )" - -src_configure() { - local mycmakeargs=( - -DUSE_QT6=false - ) - cmake_src_configure -} |