Skip to content

Commit

Permalink
kde-misc/latte-dock: 0.7.3 version bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
a17r committed Jan 6, 2018
1 parent 6b4f4bd commit 7a8cad0
Show file tree
Hide file tree
Showing 2 changed files with 66 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.7.1.tar.gz 1788443 BLAKE2B 55a597bf5a53d345c05296fa501f000d4216cc48924cdf7e41590e8c40e5167947d115a2919fb8ee54975cc9c2d4220a2abd7992eee4113b2eb8c24cad8add83 SHA512 8bf0acbb913bab7bfa0f9d75ab121dce6c6f86cc5f8f79ea0279f226a9cde4a1f67589c82a78336deeb140008687a3fce252ea5f85d69d3636b75e18180cae00
DIST latte-dock-0.7.2.tar.xz 889256 BLAKE2B 34eed5bd375e9ecb7cc6007605e4e29b72bc755db774a997855eb2627a702834b5c08c627f7022f0d3b25946c82163f936433b4e6a02ca596097188fa1113eb8 SHA512 a332bede2438c5af6ac1ebb4fffe6954a0aa319438ce503d739f4878a28e54bf98dfcb64ef96ab9250cabe6e22b5c16e8308f61699642103e7085a0fedecdb05
DIST latte-dock-0.7.3.tar.xz 896272 BLAKE2B 1ee8e4a6406c6fa9cfc3db41f5362fd749a2d743974e878a5baa00a837f731235e4e6b2a0ee39e814c091412fbbcaa6213331a74b8884f63998d7e26543a5eb2 SHA512 a955a304d83dc90723ff4c501816a799866a300bed17adc0f44354d30039c270bfbb3d2d70e316c88dd86527aff9fb5b07dab00e16c222e601f88c2937935589
65 changes: 65 additions & 0 deletions kde-misc/latte-dock/latte-dock-0.7.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

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://anongit.kde.org/${PN}.git"
else
SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
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 kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kdeclarative)
$(add_frameworks_dep kglobalaccel)
$(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_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/libSM
x11-libs/libX11
x11-libs/libxcb
"
DEPEND="${RDEPEND}
$(add_frameworks_dep extra-cmake-modules)
"

DOCS=( CHANGELOG.md README.md TRANSLATORS )

pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}

0 comments on commit 7a8cad0

Please sign in to comment.