diff options
Diffstat (limited to 'trinity-base/konq-plugins')
-rw-r--r-- | trinity-base/konq-plugins/Manifest | 1 | ||||
-rw-r--r-- | trinity-base/konq-plugins/konq-plugins-14.0.12.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/trinity-base/konq-plugins/Manifest b/trinity-base/konq-plugins/Manifest index ff5f3136..1fcc579a 100644 --- a/trinity-base/konq-plugins/Manifest +++ b/trinity-base/konq-plugins/Manifest @@ -1 +1,2 @@ DIST tdeaddons-trinity-14.0.11.tar.xz 1462752 BLAKE2B 97ed650fd07b71869b72abaa44ef87986a395c2d332207c32973c09fc006a6f6d1f8049bfd3b424d3fe61b378f367a46b4fbd336b7fd964264a152a5a8880dff SHA512 d490748c9cb05e7d2c22cbe5c260579e54095822f3878b69f9bd9ec4d95960e2161ede46f61c28cdc0834dc66f08d382b751da253a9db4b969c0a429cf219d25 +DIST tdeaddons-trinity-14.0.12.tar.xz 1463712 BLAKE2B ac7b69ebe916cccd3e6cd9d315c3f2b8453aa815e02f620da364f149de0ebab5ab2cc0e3afc40447a5302f7f8d23b56a34f1fa6cb975b1840e396f0df11a74b0 SHA512 150a6c17b47d315e2039d95d329888480ac80dd84b68d895a8c031b1ae9f32c707474b2502310af961061bcff5d905f5f6a817697e346b176f6cc8b1067b155b diff --git a/trinity-base/konq-plugins/konq-plugins-14.0.12.ebuild b/trinity-base/konq-plugins/konq-plugins-14.0.12.ebuild new file mode 100644 index 00000000..ba5712df --- /dev/null +++ b/trinity-base/konq-plugins/konq-plugins-14.0.12.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Copyright 2022 The Trinity Desktop Project +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +TRINITY_NEED_ARTS="optional" +TRINITY_MODULE_NAME="tdeaddons" +TRINITY_MODULE_TYPE="core" +inherit trinity-meta-2 + +DESCRIPTION="Various plugins for Konqueror" +if [[ ${PV} != *9999* ]] ; then + KEYWORDS="~amd64 ~arm64 ~x86" +fi + +DEPEND="~trinity-base/konqueror-${PV}" +RDEPEND="${DEPEND}" |