commit: bb0d2a8ac53b5f9cce7ff8714e978b7f1c5afbe6 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Fri Jan 17 10:19:58 2025 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Fri Jan 17 19:04:56 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb0d2a8a
x11-misc/qarma: add 1.0.0, and port to qt6 Also add missing dev-qt/qtdbus dep and update EAPI 7 -> 8. Because the old version was version "1" from tag "t1", and the new one is "1.0.0" from tag "v1.0.0", make the ebuild a r1 so it actually gets bumped. Closes: https://bugs.gentoo.org/650732 Closes: https://bugs.gentoo.org/919342 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> x11-misc/qarma/Manifest | 2 +- .../qarma/{qarma-1.ebuild => qarma-1.0.0-r1.ebuild} | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/x11-misc/qarma/Manifest b/x11-misc/qarma/Manifest index 162db8e02e2c..25b52f9f2261 100644 --- a/x11-misc/qarma/Manifest +++ b/x11-misc/qarma/Manifest @@ -1 +1 @@ -DIST qarma-1.tar.gz 20688 BLAKE2B 6cee7ba418c2e71398690b46a7415c9a6708a04757f0cdc9e91c4f9a084fad8668264c3360eb48249b19b601540dbca09546730e09eb208daacb8e8b688cd17f SHA512 011275b73df25a49e9810cabead8811d4c09fe20272c71e6208fb49b12ca59321d51c8dfb4fb32735c9e93c8ce7742122eea40fc14228904abb1447ef4d0f600 +DIST qarma-1.0.0.tar.gz 28288 BLAKE2B 6e9bb0d81fb0ba85f2cd0d1fa3a509f95da87dfe88b1f3a4a4fa9031394820fae212557555b96033eaa7f8940aa6f15acae32dbd1dd7f46649bd398bd07b33f4 SHA512 64b81b4401752bc76a6b04ec5f87eed7910c355006e7c15cd2cc5a4bb770b0b39f6ddcaba451ec1164bd3ef160dc852e287185a560e82a4b1453549429b80ab1 diff --git a/x11-misc/qarma/qarma-1.ebuild b/x11-misc/qarma/qarma-1.0.0-r1.ebuild similarity index 50% rename from x11-misc/qarma/qarma-1.ebuild rename to x11-misc/qarma/qarma-1.0.0-r1.ebuild index 941c13cbebca..5a482f344b01 100644 --- a/x11-misc/qarma/qarma-1.ebuild +++ b/x11-misc/qarma/qarma-1.0.0-r1.ebuild @@ -1,30 +1,23 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit qmake-utils -DESCRIPTION="Zenity Clone for Qt5" +DESCRIPTION="Zenity Clone for Qt" HOMEPAGE="https://github.com/luebking/qarma" -SRC_URI="https://github.com/luebking/qarma/archive/t${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/luebking/qarma/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5" +DEPEND="dev-qt/qtbase:6[X,dbus,gui,widgets]" RDEPEND="${DEPEND}" -S="${WORKDIR}/${PN}-t${PV}" - src_configure() { - eqmake5 + eqmake6 } src_install() {
