diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-04-18 08:46:05 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-04-18 08:46:05 +0100 |
commit | cf1a411e806b434c96329401a6ff0901ec7f0d5c (patch) | |
tree | 969527fcceb3b686400c73b5ed22c1d587a8eb3e /kde-apps/dolphin-plugins-common | |
parent | 6a01345ec5dc673d0ebd4653ceb063eafa7fcf65 (diff) |
Diffstat (limited to 'kde-apps/dolphin-plugins-common')
-rw-r--r-- | kde-apps/dolphin-plugins-common/Manifest | 2 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-common/dolphin-plugins-common-25.04.0.ebuild | 19 |
2 files changed, 21 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-common/Manifest b/kde-apps/dolphin-plugins-common/Manifest index f5ce57017734..89f159d41775 100644 --- a/kde-apps/dolphin-plugins-common/Manifest +++ b/kde-apps/dolphin-plugins-common/Manifest @@ -1,3 +1,5 @@ DIST dolphin-plugins-24.12.3.tar.xz 319108 BLAKE2B 0e6c5735b308cdea158b58f535335dedf1035920ec7cc6fc0bdb470dd0f58ce90c6efc3a4799b45fda7b967616babea980ce3792f2e9a507f543e4e8a488ae36 SHA512 4025ca9274e14d0f5c6bf880c8365ba5809f37d508174184daee6e7c45d5859fbeff3753a0c48d38ad9c59609be161ceea54cb38618de919ca762314e1001581 +DIST dolphin-plugins-25.04.0.tar.xz 329340 BLAKE2B 1ac49add95258837310aece77372cb5960909fdeadb78e1dcfce5bf56e1af1f94a3353894899d8e978658f40bde6365e93b582f33232721ee77e113a780dcc99 SHA512 6959f35e4b9699f4abe81a60b4a8823b17efa1cb46f12d1b6a3cc9477a78504f2401fbba61d69709598ad42c33245def21383fb315401db9bbe2d243a5a09952 EBUILD dolphin-plugins-common-24.12.3.ebuild 497 BLAKE2B c8e42dc862e5e459d2abafd49eee28fc83d1bf6a8064e3ec60a99c6e92b8e0a5c748218c2a2c206efdc76a8c4e5199201cc282bb12c481b86963eac9f1a9af06 SHA512 4f3a6ffaaa6b0e37fe51a541b644ad73d387f0b8057c1be45445cacdc2a9cbd053f95bbc3e09d9f38ed9d053b495f09dece53512612931df7eea9f44cb338d87 +EBUILD dolphin-plugins-common-25.04.0.ebuild 499 BLAKE2B 987f6fc117a012b5997fe4a35a00d84ef79c221c17dbe2b4c962e557357e4013a288233f47a164386e278171f57a58a3ba6dae49393742822ff1b23b082d2c71 SHA512 8e66102ff09a454aee81cceb369dc71f399a5d188969949c5b4480a52a6bd4c36b6d98420a384bbc7a49cd8e517b8703c1df6b6bbb8e7407cd07170fe6d98137 MISC metadata.xml 410 BLAKE2B 19c3aebce470d75ce9a551aa1100eec6faaf74fa06e74159d859ec31732a3a80170ecfbfe08edd931f9be9a00473ed6485bc2e23a65f7fe18339103cdc909f49 SHA512 752a847319ebf8d110347da3e6949f0ca6847c18453bf2b9a465a8415c79f37b4aefb03cc7fcf6874039c38ff4ee375715892a616c2766e1fd689c18c8b05c10 diff --git a/kde-apps/dolphin-plugins-common/dolphin-plugins-common-25.04.0.ebuild b/kde-apps/dolphin-plugins-common/dolphin-plugins-common-25.04.0.ebuild new file mode 100644 index 000000000000..24b4ac878137 --- /dev/null +++ b/kde-apps/dolphin-plugins-common/dolphin-plugins-common-25.04.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="${PN/-common/}" +inherit ecm-common gear.kde.org + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + !<app-cdr/dolphin-plugins-mountiso-24.07.90-r1 + !<kde-apps/dolphin-plugins-dropbox-24.07.90-r1 + !<kde-apps/dolphin-plugins-git-24.07.90-r1 + !<kde-apps/dolphin-plugins-mercurial-24.07.90-r1 + !<kde-apps/dolphin-plugins-subversion-24.07.90-r1 +" |