Skip to content

Commit

Permalink
kde-frameworks/kbookmarks: 5.78.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 9, 2021
1 parent f4068b3 commit d2e9f23
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kbookmarks/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kbookmarks-5.74.0.tar.xz 126504 BLAKE2B 8928fa25818fcc4fe30465ef39009c41cfc38f34854435a45df3e91fc69d2612c9bb4666ee5e70660d6a7d2a8f8777ea7bdf60dae3e8b3bf13a2d498e25d3e0f SHA512 c12bf2f54f64bb2bb7ff3c7e4124d404369878f29ae095d919aed2ea57b07b78b8c9b66f8c8631fd0653ea7623a05425a5bc7d383d69ae079cf0cfaeec662be7
DIST kbookmarks-5.77.0.tar.xz 126444 BLAKE2B ff27d3d7a1298d52cd0a60a46286bda3b13dd6fd894ddb0806d8852443c2cf05036f79a1a0757a775e9db85973cadc7dac0c5a6a3ad7d2909455dee6af500a66 SHA512 5623d478290b8ff909e9c055735bcd6e4dbffe14eeb42b8ef91ec86a1cca68626f7e4b7d4bee7290e76cc50c7657e838527d98a73e3c1327b17ccc5290c91660
DIST kbookmarks-5.78.0.tar.xz 126340 BLAKE2B 1afc12ea59368074ba478c2958cb30dd607dc4b12b80494808b014ebb0194c962a20274d017ceeaf8d457d5d70128b65e5d64cf7ca4574046cacbfbd6c7ecb58 SHA512 ee0e9d2e0d3ec07ccb662c5d557586492c1c9c33065e60c567972edef9fd13017cbf2c158ba53339a80e61689591bf11c777924124cd9549a763923c0d8c0497
34 changes: 34 additions & 0 deletions kde-frameworks/kbookmarks/kbookmarks-5.78.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

PVCUT=$(ver_cut 1-2)
QTMIN=5.15.1
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework for managing bookmarks stored in XBEL format"

LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
IUSE="nls"

BDEPEND="
nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
"
RDEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtxml-${QTMIN}:5
=kde-frameworks/kcodecs-${PVCUT}*:5
=kde-frameworks/kconfig-${PVCUT}*:5
=kde-frameworks/kcoreaddons-${PVCUT}*:5
=kde-frameworks/kiconthemes-${PVCUT}*:5
=kde-frameworks/kwidgetsaddons-${PVCUT}*:5
=kde-frameworks/kxmlgui-${PVCUT}*:5
"
DEPEND="${RDEPEND}
>=kde-frameworks/kconfigwidgets-${PVCUT}:5
"

0 comments on commit d2e9f23

Please sign in to comment.