kde-frameworks/kguickimageeditor: new package

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2020-12-30 00:28:37 +01:00
parent d4a4e8080d
commit 90f2dd7c04
3 changed files with 37 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST kquickimageeditor-0.1.2.tar.gz 4469651 BLAKE2B 6628949a3623bfd29689e486c4baa58ae0c3b7507bc4f6b89c9d565fce9a1cdb8673bbf37c9ad4826f5e5269ab5bcfa6ce67d0733b043fd57f76fd52dbecfba0 SHA512 e7cfe50420682bd31809398ebc65f9a26ba6499b23970bc35f07c9ab7f58c171057597e027305d679f74b30296fd5ac6d6070a6104ad65d36bf4780c92c7a31b

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake
DESCRIPTION="QtQuick components providing basic image editing capabilities"
HOMEPAGE="https://invent.kde.org/libraries/kquickimageeditor"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://invent.kde.org/libraries/${PN}.git"
else
SRC_URI="https://invent.kde.org/libraries/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
fi
LICENSE="LGPL-2.1+"
SLOT="0"
DEPEND="
dev-qt/qtcore
"
RDEPEND="${DEPEND}"
S="${WORKDIR}/kquickimageeditor-v0.1.2"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>davidroman96@gmail.com</email>
<name>David Roman</name>
</maintainer>
</pkgmetadata>