public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/
Date: Tue, 01 Apr 2025 22:26:08 +0000 (UTC)	[thread overview]
Message-ID: <1743545983.4ce840f48c3e3376b4038094150bbfdd212fd12c.asturm@gentoo> (raw)

commit:     4ce840f48c3e3376b4038094150bbfdd212fd12c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  1 22:17:41 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Apr  1 22:19:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce840f4

net-irc/quassel: IUSE bundled-icons -> system-icons

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-irc/quassel/metadata.xml             |  4 ++--
 net-irc/quassel/quassel-0.14.0-r4.ebuild | 12 ++++++------
 net-irc/quassel/quassel-9999.ebuild      | 12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml
index fc6cce98bffc..d0a927eb5860 100644
--- a/net-irc/quassel/metadata.xml
+++ b/net-irc/quassel/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Sam James</name>
 	</maintainer>
 	<use>
-		<flag name="bundled-icons">
-			Use icon themes bundled with Quassel, rather than depending on system packages.
+		<flag name="system-icons">
+			Use <pkg>kde-frameworks/breeze-icons</pkg> rather than icons bundled with Quassel.
 		</flag>
 		<flag name="crypt">
 			Support core-&gt;network per-channel and per-query blowfish

diff --git a/net-irc/quassel/quassel-0.14.0-r4.ebuild b/net-irc/quassel/quassel-0.14.0-r4.ebuild
index 5b851f34eab1..e8420a4916e7 100644
--- a/net-irc/quassel/quassel-0.14.0-r4.ebuild
+++ b/net-irc/quassel/quassel-0.14.0-r4.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://quassel-irc.org/"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog test"
+IUSE="crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog +system-icons test"
 
 REQUIRED_USE="
 	|| ( gui server monolithic )
@@ -54,10 +54,6 @@ GUI_DEPEND="
 	dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
 	dev-qt/qtwidgets:5
-	!bundled-icons? (
-		kde-frameworks/breeze-icons:*
-		oxygen? ( kde-frameworks/oxygen-icons:* )
-	)
 	dbus? (
 		>=dev-libs/libdbusmenu-qt-0.9.3_pre20140619
 		dev-qt/qtdbus:5
@@ -72,6 +68,10 @@ GUI_DEPEND="
 		kde-frameworks/kxmlgui:5
 	)
 	spell? ( kde-frameworks/sonnet:5 )
+	system-icons? (
+		kde-frameworks/breeze-icons:*
+		oxygen? ( kde-frameworks/oxygen-icons:* )
+	)
 "
 RDEPEND="
 	dev-libs/boost:=
@@ -115,7 +115,7 @@ src_configure() {
 		-DCMAKE_SKIP_RPATH=ON
 		-DEMBED_DATA=OFF
 		-DWITH_WEBKIT=OFF
-		-DWITH_BUNDLED_ICONS=$(usex bundled-icons)
+		-DWITH_BUNDLED_ICONS=$(usex !system-icons)
 		-DWANT_QTCLIENT=$(usex gui)
 		-DWITH_KDE=$(usex kde)
 		-DWITH_LDAP=$(usex ldap)

diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild
index 21f66af6ba66..c717f4c4f8c5 100644
--- a/net-irc/quassel/quassel-9999.ebuild
+++ b/net-irc/quassel/quassel-9999.ebuild
@@ -24,7 +24,7 @@ HOMEPAGE="https://quassel-irc.org/"
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="bundled-icons crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog test"
+IUSE="crypt +dbus gui kde ldap monolithic oxygen postgres +server spell syslog +system-icons test"
 
 REQUIRED_USE="
 	|| ( gui server monolithic )
@@ -54,10 +54,6 @@ GUI_DEPEND="
 	dev-qt/qtgui:5
 	dev-qt/qtmultimedia:5
 	dev-qt/qtwidgets:5
-	!bundled-icons? (
-		kde-frameworks/breeze-icons:*
-		oxygen? ( kde-frameworks/oxygen-icons:* )
-	)
 	dbus? (
 		>=dev-libs/libdbusmenu-qt-0.9.3_pre20140619
 		dev-qt/qtdbus:5
@@ -72,6 +68,10 @@ GUI_DEPEND="
 		kde-frameworks/kxmlgui:5
 	)
 	spell? ( kde-frameworks/sonnet:5 )
+	system-icons? (
+		kde-frameworks/breeze-icons:*
+		oxygen? ( kde-frameworks/oxygen-icons:* )
+	)
 "
 RDEPEND="
 	dev-libs/boost:=
@@ -107,7 +107,7 @@ src_configure() {
 		-DCMAKE_SKIP_RPATH=ON
 		-DEMBED_DATA=OFF
 		-DWITH_WEBKIT=OFF
-		-DWITH_BUNDLED_ICONS=$(usex bundled-icons)
+		-DWITH_BUNDLED_ICONS=$(usex !system-icons)
 		-DWANT_QTCLIENT=$(usex gui)
 		-DWITH_KDE=$(usex kde)
 		-DWITH_LDAP=$(usex ldap)


             reply	other threads:[~2025-04-01 22:26 UTC|newest]

Thread overview: 100+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-01 22:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-31 14:55 [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ Andreas Sturmlechner
2025-01-30 18:47 Jakov Smolić
2025-01-22 23:16 Andreas Sturmlechner
2024-10-09 16:55 Andreas Sturmlechner
2024-08-29  5:10 Jakov Smolić
2024-08-29  5:10 Jakov Smolić
2024-08-29  3:15 Sam James
2024-01-03 22:36 Andreas Sturmlechner
2023-12-25 19:55 Arthur Zamarin
2023-10-21 22:48 Sam James
2023-10-21 20:37 Sam James
2023-10-15 19:19 Andreas Sturmlechner
2023-10-15 10:13 Andreas Sturmlechner
2023-10-15 10:13 Andreas Sturmlechner
2022-09-04 13:03 David Seifert
2022-04-11 21:02 Jakov Smolić
2022-04-06  6:32 Agostino Sarubbo
2022-04-06  6:32 Agostino Sarubbo
2022-04-04 20:51 Sam James
2022-04-04 20:49 Sam James
2022-03-23  0:14 Sam James
2022-01-02  7:19 Sam James
2022-01-02  0:37 Sam James
2022-01-02  0:37 Sam James
2021-11-08  7:45 Sam James
2021-10-13  0:25 Sam James
2021-10-13  0:22 Sam James
2021-08-03 11:03 Sam James
2021-06-12 14:24 Sam James
2021-06-12 13:42 David Seifert
2021-05-31 20:45 David Seifert
2020-12-24 23:42 Andreas Sturmlechner
2020-12-24 23:42 Andreas Sturmlechner
2020-06-27 20:41 Mart Raudsepp
2020-05-20  2:56 Georgy Yakovlev
2020-02-15  9:32 Johannes Huber
2020-02-13 12:46 Agostino Sarubbo
2020-02-13 12:03 Agostino Sarubbo
2020-01-11  9:45 Johannes Huber
2020-01-11  9:45 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2020-01-05 15:24 Johannes Huber
2019-09-28 10:56 Johannes Huber
2019-05-13  1:41 Thomas Deutschmann
2019-05-03  0:49 Aaron Bauman
2019-05-02 18:30 Mikle Kolyada
2019-02-24 10:05 Johannes Huber
2019-02-15 17:14 Manuel Rüger
2018-12-15 11:27 Johannes Huber
2018-11-20  1:02 Manuel Rüger
2018-10-20  9:04 Johannes Huber
2018-10-20  9:04 Johannes Huber
2018-07-18 21:14 Johannes Huber
2018-07-16  6:32 Johannes Huber
2018-07-15 14:23 Thomas Deutschmann
2018-07-11 21:04 Mikle Kolyada
2018-07-10 11:45 Johannes Huber
2018-07-10 11:45 Johannes Huber
2018-06-22  6:36 Johannes Huber
2018-04-25  5:09 Johannes Huber
2018-04-25  1:17 Aaron Bauman
2018-04-24 23:42 Thomas Deutschmann
2018-04-24 19:44 Johannes Huber
2018-04-24 15:21 Johannes Huber
2018-03-22 19:58 Johannes Huber
2018-03-22 19:58 Johannes Huber
2018-03-22 19:58 Johannes Huber
2017-12-20 19:17 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-12-03 17:02 Andreas Sturmlechner
2017-08-30 14:05 Michael Palimaka
2017-06-05  9:08 Johannes Huber
2017-06-04 13:10 Johannes Huber
2017-01-28  8:40 Johannes Huber
2016-09-14 19:36 Michael Palimaka
2016-09-14 17:18 Michael Palimaka
2016-07-24  9:35 Johannes Huber
2016-06-21 19:47 Johannes Huber
2016-04-25 11:25 Johannes Huber
2016-04-18  9:43 Patrice Clement
2016-03-28 16:06 Johannes Huber
2016-03-27 16:44 Johannes Huber
2016-03-27 10:22 Agostino Sarubbo
2016-03-26 16:51 Johannes Huber
2016-03-26 16:51 Johannes Huber
2016-03-26 16:24 Johannes Huber
2016-03-26 11:49 Johannes Huber
2016-03-15 16:39 Agostino Sarubbo
2016-03-12 13:17 Johannes Huber
2016-02-29  7:57 Ian Delaney
2016-02-29  7:57 Ian Delaney
2016-02-11 12:27 Agostino Sarubbo
2016-02-10 19:36 Patrick Lauer
2015-08-25 19:02 Johannes Huber
2015-08-16 21:28 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1743545983.4ce840f48c3e3376b4038094150bbfdd212fd12c.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox