forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-frameworks/kemoticons: 5.91.0 version bump
Signed-off-by: Andreas Sturmlechner <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST kemoticons-5.90.0.tar.xz 1700548 BLAKE2B d1d868892860c0adaa8e2401ad1b3737be650716aae75a4b043bfff954c790939182ad068f404474932ca66a9f9847789382a3a700ecc866c1636da74c8d99db SHA512 dfe75a697fd08ab5235ea8fb019c3eff0776cd631b5e51ec1c74aa732d527f97897e0574a9b84e3113d23803f6c6b7755d9c5d55a1a853563757c4062e00b6dd | ||
DIST kemoticons-5.91.0.tar.xz 1700596 BLAKE2B eba1a640ea24a852277f32c78ab3410a9bc29e991c97c12b6e58749df6210d86bd1cd98f62624f0a91c93e6b185155ede182832f99964de29612a4c4e30f9b17 SHA512 8bd313cd8a7fae78b8bdc500448c5c1870224af594c0626fb7ab9b833793ca9061c2129820bba0378f0b3b616d0ad00cf7b1eae0b75caa04c0e8e4f28baa5d9b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2022 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
PVCUT=$(ver_cut 1-2) | ||
QTMIN=5.15.2 | ||
VIRTUALX_REQUIRED="test" | ||
inherit ecm kde.org | ||
|
||
DESCRIPTION="Framework for converting text emoticons to graphical representations" | ||
LICENSE="LGPL-2.1+" | ||
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" | ||
IUSE="" | ||
|
||
# requires running kde environment | ||
RESTRICT="test" | ||
|
||
DEPEND=" | ||
>=dev-qt/qtdbus-${QTMIN}:5 | ||
>=dev-qt/qtgui-${QTMIN}:5 | ||
>=dev-qt/qtxml-${QTMIN}:5 | ||
=kde-frameworks/karchive-${PVCUT}*:5 | ||
=kde-frameworks/kconfig-${PVCUT}*:5 | ||
=kde-frameworks/kcoreaddons-${PVCUT}*:5 | ||
=kde-frameworks/kservice-${PVCUT}*:5 | ||
" | ||
RDEPEND="${DEPEND}" |