Skip to content

Commit

Permalink
kde-apps/kdegraphics-mobipocket: 20.04.3 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 Jul 9, 2020
1 parent 9fa5663 commit 9a0d4f0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/kdegraphics-mobipocket/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST kdegraphics-mobipocket-19.12.3.tar.xz 16164 BLAKE2B 0d3a1bf33751214114d35cf460bdc3dd56303db366eef804afd2b769fe095bc743f422dcd921ed36d7c8cd7967d41a4b6ff74f2195666ec67c3464d80ea8cabe SHA512 9932ac9e3a1f2824818f308097366e07444c02fa6e875120500a91212fc6366e2e2cd03f0b1ccda44939a707ab044a3fec0a67a8fdb620a2767121caa47686c5
DIST kdegraphics-mobipocket-20.04.2.tar.xz 16528 BLAKE2B e0aa3814ec0729e09a1c27518df2d0afe8cfe9d657b78e8da766a4bba71a01e538e2614ccfb47be2a7c3320931433abbbd4c9c32d0b24c61939223f9c0b7ca3f SHA512 451f0a97f552c2705d630e35cf0297472db235f70db2598fdf1e4d6478491d178013312d02143edde2ddeddc5a8290a4a6d95a86c4d91b79a184216adca87649
DIST kdegraphics-mobipocket-20.04.3.tar.xz 16536 BLAKE2B 2685c6dbff56b46cf565979d6998b0ec1f9559dc3a49c5626185f3054c63eeb2c0f1f6094b2f831116b17cc51d7a13fe209584d553057d0f98ddaf716bd023eb SHA512 d9f0c3e330c52ae7451a6092ed5410bd0de40f19cfea632c0a20c04c08d458df43a0e46b4d939740f1be6e433a8a5602a757e221a66134af296e9b7140e4ffaf
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KFMIN=5.70.0
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="Library to support mobipocket ebooks"

LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="+thumbnail"

DEPEND="
>=dev-qt/qtgui-${QTMIN}:5
thumbnail? ( >=kde-frameworks/kio-${KFMIN}:5 )
"
RDEPEND="${DEPEND}"

src_configure() {
local mycmakeargs=(
-DBUILD_thumbnailers=$(usex thumbnail)
)

ecm_src_configure
}

0 comments on commit 9a0d4f0

Please sign in to comment.