Skip to content

Commit

Permalink
kde-frameworks/kitemmodels: 5.81.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 Apr 10, 2021
1 parent 5d10600 commit ed94a4e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-frameworks/kitemmodels/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kitemmodels-5.77.0.tar.xz 402720 BLAKE2B 8442d0d5c586722b2f1cdaf393b121157a582d47cdbdaaa05a5f492405175ffa1d66a91679428d0c3d9dc7884eacec8160bde21fe0fd93c527a6ef4d7ec2b72a SHA512 cd4391bd1168ab1015896a0037d8b55195ebc1e19813e05b4021234a797c199f8d18e50851dd4ea2ad8b4cb3ea49945343d4ba26f2afbb7c7762b815120a2185
DIST kitemmodels-5.80.0.tar.xz 402920 BLAKE2B 05e8cc29f4f7214c24f8bc8de38499eaa95cb806b81eb0aea1fbbb8aedb433607c3af725c526bfc80deb5461264eca35fd3a08f618c7d3179121e319883c777d SHA512 5cbbe75c977cbb8be78175bd51eb5f770309ce833e941fc6f217f9782be6c61255f340b2c4a0d89035522d280b54fc1b1b913e9cb0101cc17bbd37bd4e012a22
DIST kitemmodels-5.81.0.tar.xz 402956 BLAKE2B a59c05d77591779857664475b027949e2b765361f6557c775adbdae6a1188efddfcc349c61bfa3fc703afdce62f42e09462ff98a8e0dcab2be508deb6330fbcb SHA512 e18b3dc6600f15acfc27970c0056d016d168eaabfef3fde8905bfc5bcd96ae603dd40fe4b1ea5ec0d1bbd943b9a8edfea137ecd1096c56dd8d2638a9a1e3bdf3
33 changes: 33 additions & 0 deletions kde-frameworks/kitemmodels/kitemmodels-5.81.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

QTMIN=5.15.2
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Framework providing data models to help with tasks such as sorting and filtering"

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

RDEPEND="
qml? ( >=dev-qt/qtdeclarative-${QTMIN}:5 )
"
DEPEND="${RDEPEND}
test? ( >=dev-qt/qtwidgets-${QTMIN}:5 )
"

src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_PythonModuleGeneration=ON # bug 746866
$(cmake_use_find_package qml Qt5Qml)
)
ecm_src_configure
}

src_test() {
LC_NUMERIC="C" ecm_src_test # bug 708820
}

0 comments on commit ed94a4e

Please sign in to comment.