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] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/
Date: Sun, 19 Jan 2020 23:54:26 +0000 (UTC)	[thread overview]
Message-ID: <1579043629.3ebea0b3e37e5aabaed4c6d17663ec80e2c1c3d2.asturm@gentoo> (raw)

commit:     3ebea0b3e37e5aabaed4c6d17663ec80e2c1c3d2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 14 23:13:49 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jan 14 23:13:49 2020 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=3ebea0b3

dev-qt/qtvirtualkeyboard: Rename USE xcb to X

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.9999.ebuild | 9 +++++----
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14.9999.ebuild | 9 +++++----
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild | 9 +++++----
 dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9999.ebuild    | 9 +++++----
 4 files changed, 20 insertions(+), 16 deletions(-)

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.9999.ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.9999.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.12.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtsvg-${PV}
 	spell? ( app-text/hunspell:= )
-	xcb? ( x11-libs/libxcb:= )
+	X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
 	local myqmakeargs=(
 		$(usex handwriting CONFIG+=lipi-toolkit '')
 		$(usex spell '' CONFIG+=disable-hunspell)
-		$(usex xcb '' CONFIG+=disable-desktop)
+		$(usex X '' CONFIG+=disable-desktop)
 		CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \
 			lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
 			lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14.9999.ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14.9999.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.14.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtsvg-${PV}
 	spell? ( app-text/hunspell:= )
-	xcb? ( x11-libs/libxcb:= )
+	X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
 	local myqmakeargs=(
 		$(usex handwriting CONFIG+=lipi-toolkit '')
 		$(usex spell '' CONFIG+=disable-hunspell)
-		$(usex xcb '' CONFIG+=disable-desktop)
+		$(usex X '' CONFIG+=disable-desktop)
 		CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \
 			lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
 			lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.15.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtsvg-${PV}
 	spell? ( app-text/hunspell:= )
-	xcb? ( x11-libs/libxcb:= )
+	X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
 	local myqmakeargs=(
 		$(usex handwriting CONFIG+=lipi-toolkit '')
 		$(usex spell '' CONFIG+=disable-hunspell)
-		$(usex xcb '' CONFIG+=disable-desktop)
+		$(usex X '' CONFIG+=disable-desktop)
 		CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \
 			lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
 			lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \

diff --git a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9999.ebuild b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9999.ebuild
index d9506748..36d34ee4 100644
--- a/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9999.ebuild
+++ b/dev-qt/qtvirtualkeyboard/qtvirtualkeyboard-5.9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
+
 inherit qt5-build
 
 DESCRIPTION="Customizable input framework and virtual keyboard for Qt"
@@ -11,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 # TODO: unbudle libraries for more layouts
-IUSE="handwriting +spell +xcb"
+IUSE="handwriting +spell +X"
 
 DEPEND="
 	~dev-qt/qtcore-${PV}
@@ -19,7 +20,7 @@ DEPEND="
 	~dev-qt/qtgui-${PV}
 	~dev-qt/qtsvg-${PV}
 	spell? ( app-text/hunspell:= )
-	xcb? ( x11-libs/libxcb:= )
+	X? ( x11-libs/libxcb:= )
 "
 RDEPEND="${DEPEND}"
 
@@ -27,7 +28,7 @@ src_configure() {
 	local myqmakeargs=(
 		$(usex handwriting CONFIG+=lipi-toolkit '')
 		$(usex spell '' CONFIG+=disable-hunspell)
-		$(usex xcb '' CONFIG+=disable-desktop)
+		$(usex X '' CONFIG+=disable-desktop)
 		CONFIG+="lang-ar_AR lang-bg_BG lang-cs_CZ lang-da_DK lang-de_DE \
 			lang-el_GR lang-en_GB lang-en_US lang-es_ES lang-es_MX \
 			lang-et_EE lang-fa_FA lang-fi_FI lang-fr_CA lang-fr_FR \


             reply	other threads:[~2020-01-19 23:54 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-19 23:54 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 [gentoo-commits] proj/qt:master commit in: dev-qt/qtvirtualkeyboard/ Andreas Sturmlechner
2022-11-05 16:39 Andreas Sturmlechner
2022-09-08  9:29 Andreas Sturmlechner
2022-05-14 21:15 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2021-09-15 20:01 Davide Pesavento
2021-08-20 14:22 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2020-01-26 10:51 Andreas Sturmlechner
2019-01-07 19:58 Davide Pesavento
2018-12-26 21:47 Davide Pesavento
2018-03-10  0:43 Michael Palimaka
2017-10-10 11:13 Michael Palimaka
2017-09-26 13:18 Michael Palimaka
2017-07-23  8:17 Michael Palimaka
2017-07-23  7:38 Michael Palimaka
2017-07-23  7:34 Michael Palimaka

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=1579043629.3ebea0b3e37e5aabaed4c6d17663ec80e2c1c3d2.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