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: kde-misc/latte-dock/
Date: Thu, 11 May 2017 18:12:04 +0000 (UTC)	[thread overview]
Message-ID: <1494526310.416943eee1d47545dc799349fba24898a239f2cd.asturm@gentoo> (raw)

commit:     416943eee1d47545dc799349fba24898a239f2cd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 18:05:23 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:11:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416943ee

kde-misc/latte-dock: Raise QT_MINIMAL to 5.7.1, fix BUILD_DIR

Package-Manager: Portage-2.3.5, Repoman-2.3.1

 kde-misc/latte-dock/latte-dock-9999.ebuild | 34 +++++++++++++++---------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/kde-misc/latte-dock/latte-dock-9999.ebuild b/kde-misc/latte-dock/latte-dock-9999.ebuild
index 0905603a4d1..fa43edd7c09 100644
--- a/kde-misc/latte-dock/latte-dock-9999.ebuild
+++ b/kde-misc/latte-dock/latte-dock-9999.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 KDE_GCC_MINIMAL="4.9"
-
+QT_MINIMAL="5.7.1"
 inherit cmake-utils gnome2-utils kde5-functions
 
 DESCRIPTION="Elegant dock, based on KDE Frameworks"
@@ -24,17 +24,7 @@ LICENSE="GPL-2+"
 SLOT="0"
 IUSE=""
 
-DOCS=( CHANGELOG.md README.md TRANSLATORS )
-
-BUILD_DIR="${S}/build"
-
-RDEPEND="$(add_qt_dep qtcore)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtdeclarative)
-	$(add_qt_dep qtgraphicaleffects)
-	$(add_qt_dep qtgui 'xcb')
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
+RDEPEND="
 	$(add_frameworks_dep kactivities)
 	$(add_frameworks_dep karchive)
 	$(add_frameworks_dep kconfig)
@@ -50,11 +40,21 @@ RDEPEND="$(add_qt_dep qtcore)
 	$(add_frameworks_dep kwindowsystem)
 	$(add_frameworks_dep kxmlgui)
 	$(add_frameworks_dep plasma X)
+	$(add_qt_dep qtcore)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtdeclarative)
+	$(add_qt_dep qtgraphicaleffects)
+	$(add_qt_dep qtgui 'xcb')
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
 	x11-libs/libX11
-	x11-libs/libxcb"
-
+	x11-libs/libxcb
+"
 DEPEND="${RDEPEND}
-	$(add_frameworks_dep extra-cmake-modules)"
+	$(add_frameworks_dep extra-cmake-modules)
+"
+
+DOCS=( CHANGELOG.md README.md TRANSLATORS )
 
 pkg_preinst() {
 	gnome2_icon_savelist
@@ -63,8 +63,8 @@ pkg_preinst() {
 pkg_postinst() {
 	gnome2_icon_cache_update
 
-	if has_version "dev-qt/qtcore:5.8" ; then
-		ewarn "Qt 5.8 is known to cause runtime problems. If you"
+	if has_version ">=dev-qt/qtcore-5.8.0" ; then
+		ewarn "Qt versions >=5.8 are known to cause runtime problems. If you"
 		ewarn "experience problems while running Latte Dock, please check this"
 		ewarn "out: https://github.com/psifidotos/Latte-Dock/issues/183"
 	fi


             reply	other threads:[~2017-05-11 18:12 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-11 18:12 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-02-01  9:47 [gentoo-commits] repo/gentoo:master commit in: kde-misc/latte-dock/ Andreas Sturmlechner
2023-01-15 13:42 Andreas Sturmlechner
2023-01-15 13:42 Andreas Sturmlechner
2022-12-10 14:43 Andreas Sturmlechner
2022-02-21 12:06 Andreas Sturmlechner
2022-02-13  7:59 Agostino Sarubbo
2022-02-11 19:07 Jakov Smolić
2022-01-26 10:01 Andreas Sturmlechner
2022-01-26 10:01 Andreas Sturmlechner
2022-01-13 11:03 Andreas Sturmlechner
2021-12-18 16:54 Andreas Sturmlechner
2021-12-18 16:54 Andreas Sturmlechner
2021-12-16 16:59 Andreas Sturmlechner
2021-12-10 20:54 Sam James
2021-12-10 20:53 Sam James
2021-11-22 16:37 Andreas Sturmlechner
2021-11-22 16:37 Andreas Sturmlechner
2021-11-18 11:02 Andreas Sturmlechner
2021-11-07 15:41 Andreas Sturmlechner
2021-11-07 15:41 Andreas Sturmlechner
2021-09-14 13:39 Andreas Sturmlechner
2021-08-25 10:10 Andreas Sturmlechner
2021-08-10 18:14 Andreas Sturmlechner
2021-06-05 10:55 Mikle Kolyada
2021-06-05 10:53 Mikle Kolyada
2021-05-20 18:24 Andreas Sturmlechner
2021-05-20 18:24 Andreas Sturmlechner
2020-05-08 11:02 Andreas Sturmlechner
2020-05-08 10:46 Agostino Sarubbo
2020-05-07 15:58 Agostino Sarubbo
2020-04-14  8:35 Joonas Niilola
2020-04-12 20:34 Andreas Sturmlechner
2020-04-11 22:42 Andreas Sturmlechner
2020-03-27 13:08 Andreas Sturmlechner
2020-03-15 22:34 Andreas Sturmlechner
2020-03-14 19:46 Agostino Sarubbo
2020-02-26 23:00 Andreas Sturmlechner
2020-02-26 22:57 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-01-29 18:39 Andreas Sturmlechner
2020-01-29 18:39 Andreas Sturmlechner
2020-01-27 18:29 Andreas Sturmlechner
2020-01-27 18:29 Andreas Sturmlechner
2020-01-27 15:44 Thomas Deutschmann
2020-01-26 10:26 Georgy Yakovlev
2020-01-26 10:26 Georgy Yakovlev
2020-01-26  9:35 Andreas Sturmlechner
2020-01-19 23:53 Andreas Sturmlechner
2020-01-19 23:53 Andreas Sturmlechner
2020-01-01  7:55 Andreas Sturmlechner
2020-01-01  7:55 Andreas Sturmlechner
2019-12-30 21:26 Andreas Sturmlechner
2019-12-07 21:08 Andreas Sturmlechner
2019-12-07 21:08 Andreas Sturmlechner
2019-12-04 13:05 Agostino Sarubbo
2019-10-27 16:38 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-09-29 20:07 Andreas Sturmlechner
2019-09-26 19:02 Thomas Deutschmann
2019-09-05 17:01 Andreas Sturmlechner
2019-08-22 14:43 Andreas Sturmlechner
2019-08-04 18:41 Andreas Sturmlechner
2019-07-29  6:13 Andreas Sturmlechner
2019-07-24 21:22 Andreas Sturmlechner
2019-07-24 21:22 Andreas Sturmlechner
2019-07-24 20:49 Thomas Deutschmann
2019-06-27 23:37 Andreas Sturmlechner
2019-04-17  6:09 Andreas Sturmlechner
2019-03-03 15:27 Andreas Sturmlechner
2019-03-03  5:41 Mikle Kolyada
2019-03-02 20:49 Thomas Deutschmann
2019-03-02 11:50 Andreas Sturmlechner
2019-02-24 18:01 Andreas Sturmlechner
2019-02-15 23:07 Andreas Sturmlechner
2019-02-07 15:15 Andreas Sturmlechner
2019-01-26 23:57 Andreas Sturmlechner
2019-01-26 23:57 Andreas Sturmlechner
2019-01-17 21:26 Mikle Kolyada
2019-01-15 22:10 Thomas Deutschmann
2018-12-29 22:02 Andreas Sturmlechner
2018-11-23 21:33 Andreas Sturmlechner
2018-11-22  0:33 Andreas Sturmlechner
2018-11-18  8:48 Mikle Kolyada
2018-11-17 21:34 Thomas Deutschmann
2018-11-17 18:39 Andreas Sturmlechner
2018-10-26 20:17 Andreas Sturmlechner
2018-10-26 20:17 Andreas Sturmlechner
2018-10-04 12:55 Andreas Sturmlechner
2018-07-16 11:54 Johannes Huber
2018-07-16  6:32 Johannes Huber
2018-07-15 16:04 Mikle Kolyada
2018-04-22 11:47 Andreas Sturmlechner
2018-04-14 21:10 Aaron Bauman
2018-04-12 19:23 Johannes Huber
2018-04-12 19:23 Johannes Huber
2018-04-12 19:23 Johannes Huber
2018-03-06 15:31 Andreas Sturmlechner
2018-03-06 15:31 Andreas Sturmlechner
2018-01-06 22:34 Andreas Sturmlechner
2018-01-06 22:34 Andreas Sturmlechner
2017-11-19  7:49 Michael Palimaka
2017-10-19 17:23 Andreas Sturmlechner
2017-10-19 17:23 Andreas Sturmlechner
2017-10-19 17:23 Andreas Sturmlechner
2017-09-02 21:39 Andreas Sturmlechner
2017-09-02 21:39 Andreas Sturmlechner
2017-08-29 18:20 Andreas Sturmlechner
2017-05-11 18:12 Andreas Sturmlechner
2017-05-11 18:12 Andreas Sturmlechner
2017-04-25 13:21 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=1494526310.416943eee1d47545dc799349fba24898a239f2cd.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