mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
dev-cpp/qt-jdenticon: New package.
Creates reproducible avatars from hashes. Dependency for net-im/nheko. Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
1
dev-cpp/qt-jdenticon/Manifest
Normal file
1
dev-cpp/qt-jdenticon/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST qt-jdenticon-0.2.0.tar.gz 11605 BLAKE2B a75db20e5830c5e06a94628d5e6ea992ee1553bc26fd5c615b941f1a78a49389dd29791c7ca992c1bdb511c8e723034ced2e13f33e07ee73d42d2b06ad2189ff SHA512 14cd4632ee627bffd64169c2fc27ffd556e5781d151537c70431cad3e6672b23ea2ecfd4f9504db66d3bae7e0ecf14181e20c150e67b1f9166084241cde54cee
|
||||||
12
dev-cpp/qt-jdenticon/metadata.xml
Normal file
12
dev-cpp/qt-jdenticon/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gentoo@tastytea.de</email>
|
||||||
|
<name>Ronny (tastytea) Gutbrod</name>
|
||||||
|
</maintainer>
|
||||||
|
<longdescription lang="de">
|
||||||
|
It creates highly recognizable identicons from a hash. Identicons are
|
||||||
|
reproducible computer generated avatars.
|
||||||
|
</longdescription>
|
||||||
|
</pkgmetadata>
|
||||||
27
dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild
Normal file
27
dev-cpp/qt-jdenticon/qt-jdenticon-0.2.0.ebuild
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
inherit qmake-utils
|
||||||
|
|
||||||
|
DESCRIPTION="Qt5 / C++14 Port of Jdenticon"
|
||||||
|
HOMEPAGE="https://github.com/Nheko-Reborn/qt-jdenticon"
|
||||||
|
SRC_URI="https://github.com/Nheko-Reborn/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-qt/qtgui
|
||||||
|
"
|
||||||
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
eqmake5
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
emake INSTALL_ROOT="${D}" install
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user