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-mercurial | |
parent | 6a01345ec5dc673d0ebd4653ceb063eafa7fcf65 (diff) |
gentoo auto-resync : 18:04:2025 - 08:46:04next
Diffstat (limited to 'kde-apps/dolphin-plugins-mercurial')
-rw-r--r-- | kde-apps/dolphin-plugins-mercurial/Manifest | 2 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-25.04.0.ebuild | 63 |
2 files changed, 65 insertions, 0 deletions
diff --git a/kde-apps/dolphin-plugins-mercurial/Manifest b/kde-apps/dolphin-plugins-mercurial/Manifest index 5a97f35b8809..0f20145c2b6e 100644 --- a/kde-apps/dolphin-plugins-mercurial/Manifest +++ b/kde-apps/dolphin-plugins-mercurial/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-mercurial-24.12.3.ebuild 1487 BLAKE2B 4d2143b0cb9315a926b5df6dced6f1c21c231923fe4b10ba67368039ff28c374ea826b3b9313eda857cd53d224e08b8553989cafa9b910dde143a5a21317e44a SHA512 c55481280ce85905568e3c24f6007abd937905c05c4c6478e7aa507260930c5edeeeb7599d84d9dfd6f9f0f901a0ef834e87157c4ed28b7138e53b3ef95936fb +EBUILD dolphin-plugins-mercurial-25.04.0.ebuild 1489 BLAKE2B fa80ac9d49a1927c765e0c250f0f5f922533d9019f97b510c6995ce5976be3f32000c32eaf078d17de87897460262fae62027d474cc8b93ac0a78a62a26be61c SHA512 35c00335aeff2e36d9a2f98011b4ed837deff72ad32f8dea6603b14449bb85d84826a141164c724e17bb923510b55c0c9a14a97a25d7ffc4e5b1822513637dcb MISC metadata.xml 410 BLAKE2B 19c3aebce470d75ce9a551aa1100eec6faaf74fa06e74159d859ec31732a3a80170ecfbfe08edd931f9be9a00473ed6485bc2e23a65f7fe18339103cdc909f49 SHA512 752a847319ebf8d110347da3e6949f0ca6847c18453bf2b9a465a8415c79f37b4aefb03cc7fcf6874039c38ff4ee375715892a616c2766e1fd689c18c8b05c10 diff --git a/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-25.04.0.ebuild b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-25.04.0.ebuild new file mode 100644 index 000000000000..4d6dcba8d8fe --- /dev/null +++ b/kde-apps/dolphin-plugins-mercurial/dolphin-plugins-mercurial-25.04.0.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="dolphin-plugins" +MY_PLUGIN_NAME="hg" +PVCUT=$(ver_cut 1-3) +KFMIN=6.9.0 +QTMIN=6.7.2 +inherit ecm gear.kde.org + +DESCRIPTION="Dolphin plugin for Mercurial integration" +HOMEPAGE="https://apps.kde.org/dolphin_plugins/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="6" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtbase-${QTMIN}:6[gui,widgets] + >=kde-apps/dolphin-${PVCUT}:6 + >=kde-frameworks/kcompletion-${KFMIN}:6 + >=kde-frameworks/kconfig-${KFMIN}:6 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 + >=kde-frameworks/kservice-${KFMIN}:6 + >=kde-frameworks/ktexteditor-${KFMIN}:6 + >=kde-frameworks/ktextwidgets-${KFMIN}:6 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 +" +RDEPEND="${DEPEND} + dev-vcs/mercurial + >=kde-apps/dolphin-plugins-common-${PV} +" + +src_prepare() { + ecm_src_prepare + ecm_punt_po_install + # qtconcurrent only required by git + ecm_punt_qt_module Concurrent + # solid, qtdbus only required by mountiso + ecm_punt_qt_module DBus + ecm_punt_kf_module Solid + # kxmlgui, qtnetwork only required by dropbox + ecm_punt_qt_module Network + ecm_punt_kf_module XmlGui +} + +src_configure() { + local mycmakeargs=( + -DBUILD_${MY_PLUGIN_NAME}=ON + -DBUILD_bazaar=OFF + -DBUILD_dropbox=OFF + -DBUILD_git=OFF + -DBUILD_makefileactions=OFF + -DBUILD_mountiso=OFF + -DBUILD_svn=OFF + ) + ecm_src_configure +} |