diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-24 14:42:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-24 14:50:12 +0200 |
commit | 87236a9162573fd7cbf2586cfef61507202d8f0e (patch) | |
tree | 5d7648755b04caa8cdb1912a592f5e12fb4c959d /kde-apps | |
parent | kde-apps/dolphin-plugins-mercurial: 24.08.0 version bump (diff) | |
download | gentoo-87236a9162573fd7cbf2586cfef61507202d8f0e.tar.gz gentoo-87236a9162573fd7cbf2586cfef61507202d8f0e.tar.bz2 gentoo-87236a9162573fd7cbf2586cfef61507202d8f0e.zip |
kde-apps/dolphin-plugins-common: 24.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin-plugins-common/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-common/dolphin-plugins-common-24.08.0.ebuild | 19 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-common/metadata.xml | 12 |
3 files changed, 32 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-common/Manifest b/kde-apps/dolphin-plugins-common/Manifest new file mode 100644 index 000000000000..9c8d8d9fd374 --- /dev/null +++ b/kde-apps/dolphin-plugins-common/Manifest @@ -0,0 +1 @@ +DIST dolphin-plugins-24.08.0.tar.xz 316660 BLAKE2B 00140dcea345f15caa0bbb50845ad4719cf92420c505ad510c505e9e7a4d0ea8aeb4cd23133bca0f44de34bbf98704545eb9c28f34d5fc8988f2b2154e3db8c2 SHA512 8d72253ecf3b44b4a81ff4ab952913683b2b679220620f153dae4b045e008faccc768e40e48d6dbf41a49a15409e4fa728feee30decbf2a4a35741bf9db87fa3 diff --git a/kde-apps/dolphin-plugins-common/dolphin-plugins-common-24.08.0.ebuild b/kde-apps/dolphin-plugins-common/dolphin-plugins-common-24.08.0.ebuild new file mode 100644 index 000000000000..9205d4a6766c --- /dev/null +++ b/kde-apps/dolphin-plugins-common/dolphin-plugins-common-24.08.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2024 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.05.2-r1 + !<kde-apps/dolphin-plugins-dropbox-24.05.2-r1 + !<kde-apps/dolphin-plugins-git-24.05.2-r1 + !<kde-apps/dolphin-plugins-mercurial-24.05.2-r1 + !<kde-apps/dolphin-plugins-subversion-24.05.2-r1 +" diff --git a/kde-apps/dolphin-plugins-common/metadata.xml b/kde-apps/dolphin-plugins-common/metadata.xml new file mode 100644 index 000000000000..24e0d59c569a --- /dev/null +++ b/kde-apps/dolphin-plugins-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=dolphin</bugs-to> + <remote-id type="kde-invent">sdk/dolphin-plugins</remote-id> + </upstream> +</pkgmetadata> |