Skip to content

Commit

Permalink
kde-misc/latte-dock: 0.9.4 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Oct 27, 2019
1 parent 95fdc1b commit f48f8ca
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-misc/latte-dock/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST latte-dock-0.9.2.tar.xz 708436 BLAKE2B a54d11e5d98e4e9238f26ccee8f3ea67822f44f015a93cf0a4e2a202a5569e766ce0dd651f9ddf2f1251dca9d342dbb3fa58c2cf29bec04f7e24574136b46621 SHA512 3537ec6b9503802a7efbbea7ae6ddf864188ba3b73c8121b434efc527f3c3e8d8f5e68447541a867b4422ccc5e3d2af85f491807a597bdb747960e8ab983bebd
DIST latte-dock-0.9.3.tar.xz 708252 BLAKE2B e15a3218e675c03167cc3af33eafcefe33863af2847af08441e210e1c710427e3ea2b30b03cf67e568483c5af93c15d94add2e7e94914678f4469e29849cdf76 SHA512 6e9bc41fc6fb2286ea242498771c30da1158dc968809f6685ee8c55191cec2e09a3f78dcb43255a33967e1750855e92e773ebb0eb83829067dd3b6b81ad5e79c
DIST latte-dock-0.9.4.tar.xz 711788 BLAKE2B 0e725da78dd9e243b29bf2721de3e060fe4ee1f7da532c84ba52d582db106257bddc554263575f98324e750b7bcb17ae495eaceebead5ffbd6838311753d9447 SHA512 05b7983db75589e1c2c150167d4aca4b9a4b0025f0de7906441d9a90c69bab9efc716addc53e0262dfaeca89fbaa39d50f938535ce6b8898422e906e9f905687
53 changes: 53 additions & 0 deletions kde-misc/latte-dock/latte-dock-0.9.4.ebuild
Original file line number Diff line number Diff line change
@@ -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 )

0 comments on commit f48f8ca

Please sign in to comment.