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: Sun,  4 Aug 2019 18:41:29 +0000 (UTC)	[thread overview]
Message-ID: <1564943929.b553909c1c3491c9e7666720dcb390f55ff1af4b.asturm@gentoo> (raw)

commit:     b553909c1c3491c9e7666720dcb390f55ff1af4b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  4 18:33:32 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug  4 18:38:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b553909c

kde-misc/latte-dock: 0.9.1 version bump

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

 kde-misc/latte-dock/Manifest                |  1 +
 kde-misc/latte-dock/latte-dock-0.9.1.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/kde-misc/latte-dock/Manifest b/kde-misc/latte-dock/Manifest
index 9b6724f1a10..ea70490ba33 100644
--- a/kde-misc/latte-dock/Manifest
+++ b/kde-misc/latte-dock/Manifest
@@ -1,2 +1,3 @@
 DIST latte-dock-0.8.9.tar.xz 668104 BLAKE2B 65844b3f90ea6ca105b026fb17825438e5fbb1320b735454fb93a5428b376de55fb5385b56df6a334b15531d83ed9e8cd9718de4e9a4f4a0eb48ef7e04db0c5e SHA512 4a542df07cfb760c4413eeefe65ebbc5405cc31f5de9039464e2390c84c60611e3a58d2458bf6750ea43e97959df68a75fa068c6b1fc5fdaf33f5b6745d08fd5
 DIST latte-dock-0.9.0.tar.xz 694972 BLAKE2B 977d4d0ae81ad9a9cd69ef14c52bac7ffb66767edea6b90ad4d0484d45c19659ce74209826fdca53f5e5e699584eda032f056b7bba9a8dba42fe8a06e1fe38cd SHA512 115a37566b0bfe7493fbee558f5627f4c4165ecfbffe8bf392ff177f8f3caa8e50d82098566f655ab52e056d6fbee4b19d74a37e608f1aec88f63b9c24f24976
+DIST latte-dock-0.9.1.tar.xz 696660 BLAKE2B f7e9caf466c23fd2dd776eae6ec1e3ad0312291816cdcd7502b8bfe8a29b31e0f75ad7b5c0e440c3e391bcd9eba48e26c2831ab9a2b76578ec6afb1cf41be6d6 SHA512 e9884e27f7b638b73447ae62bcf1eafb0f6299bdeb6e8515bd23a64bf295e65baa7883b7c14907991dcf83d7b07680357d411c1653d7facc057f2ff0ce7ea51f

diff --git a/kde-misc/latte-dock/latte-dock-0.9.1.ebuild b/kde-misc/latte-dock/latte-dock-0.9.1.ebuild
new file mode 100644
index 00000000000..56133083024
--- /dev/null
+++ b/kde-misc/latte-dock/latte-dock-0.9.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Elegant dock, based on KDE Frameworks"
+HOMEPAGE="https://store.kde.org/p/1169519/
+	https://github.com/psifidotos/Latte-Dock"
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	$(add_frameworks_dep kactivities)
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kcrash)
+	$(add_frameworks_dep kdbusaddons)
+	$(add_frameworks_dep kdeclarative)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep knewstuff)
+	$(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_plasma_dep libksysguard)
+	$(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/libSM
+	x11-libs/libX11
+	x11-libs/libxcb
+"
+RDEPEND="${DEPEND}"
+
+DOCS=( CHANGELOG.md README.md )


             reply	other threads:[~2019-08-04 18:41 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-04 18:41 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-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-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=1564943929.b553909c1c3491c9e7666720dcb390f55ff1af4b.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