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: <1494526311.26e7e240f3af0af9b8d7fb66ea913f0d4b9d5c91.asturm@gentoo> (raw)
commit: 26e7e240f3af0af9b8d7fb66ea913f0d4b9d5c91
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 11 18:10:22 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 11 18:11:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e7e240
kde-misc/latte-dock: 0.6.2 version bump
Gentoo-bug: 618220
Package-Manager: Portage-2.3.5, Repoman-2.3.1
kde-misc/latte-dock/Manifest | 1 +
kde-misc/latte-dock/latte-dock-0.6.2.ebuild | 75 +++++++++++++++++++++++++++++
2 files changed, 76 insertions(+)
diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 81cd2126c1f..b78f4fb8254 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1 +1,2 @@
+DIST latte-dock-0.6.2.tar.gz 387854 SHA256 3de5826473f467e2f92fda5296dc1cb4f73aa7cf11c32f5a43d5886b899332b3 SHA512 06bafebddceb57e02c7af806e535b80ef8ce847c9ab4107c77b45815925fccf4e524099218189343da56d9205d89d455f8d8ba5bb2f1ff512fe2cce48946eda0 WHIRLPOOL 829ea1554fe5935e8f8a83bc0efe24ac9e886eef1e072d7f579920636d7ff01deca194e108c8889eeff57c013480f63c7eb6b4ac32a426e11c52e27945a45da6
DIST latte-dock-0.6.tar.gz 387742 SHA256 235ebd17795a2342cd4c14274ce3b0ad0d9f5b05dc6a938e5c277ba276ba3481 SHA512 ddf51b84d8df18dabd9ad39d084b28829d39b0015ddf076b498bf6497aef434dd03f3b53355b9116b5090fd6842eef519a93ab62fc4022e53982ba3ad2f40d31 WHIRLPOOL beaad11777dacb7efdd48522fedfebcfc12ae61ccc9698843b6ef588254e4134e14bdcb353f1db280cf084c29e79c54f43d9d97b32917372294c9f3ac6d2e6bc
diff --git a/kde-misc/latte-dock/latte-dock-0.6.2.ebuild b/kde-misc/latte-dock/latte-dock-0.6.2.ebuild
new file mode 100644
index 00000000000..f05326f2ed1
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.6.2.ebuild
@@ -0,0 +1,75 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_GCC_MINIMAL="4.9"
+inherit cmake-utils gnome2-utils kde5-functions
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+https://github.com/psifidotos/Latte-Dock"
+
+if [[ ${PV} = 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/psifidotos/Latte-Dock.git"
+else
+ SRC_URI="https://github.com/psifidotos/Latte-Dock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+ S="${WORKDIR}/Latte-Dock-${PV}"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+RDEPEND="
+ $(add_frameworks_dep kactivities)
+ $(add_frameworks_dep karchive)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep kdeclarative)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kpackage)
+ $(add_frameworks_dep kwayland)
+ $(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
+"
+DEPEND="${RDEPEND}
+ $(add_frameworks_dep extra-cmake-modules)
+"
+
+BUILD_DIR="${S}/build"
+
+DOCS=( CHANGELOG.md README.md TRANSLATORS )
+
+pkg_preinst() {
+ gnome2_icon_savelist
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+
+ 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
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}
next 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=1494526311.26e7e240f3af0af9b8d7fb66ea913f0d4b9d5c91.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