From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/
Date: Tue, 30 Jul 2024 22:15:02 +0000 (UTC) [thread overview]
Message-ID: <1722377669.6e62227bcbd9911b8dbfa9ab9e766944b29b9e50.asturm@gentoo> (raw)
commit: 6e62227bcbd9911b8dbfa9ab9e766944b29b9e50
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 30 21:53:39 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jul 30 22:14:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e62227b
net-misc/smb4k: add 3.2.80
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/smb4k/Manifest | 1 +
net-misc/smb4k/smb4k-3.2.80.ebuild | 77 ++++++++++++++++++++++++++++++++++++++
2 files changed, 78 insertions(+)
diff --git a/net-misc/smb4k/Manifest b/net-misc/smb4k/Manifest
index c688c4964b29..904f5d4affab 100644
--- a/net-misc/smb4k/Manifest
+++ b/net-misc/smb4k/Manifest
@@ -1,3 +1,4 @@
DIST smb4k-3.2.5-bundled-kdsoap-ws-discovery-client.patch.xz 33212 BLAKE2B 774f56888ff29da7bbe9f94b74838d628052520b3c5f97e52d4f3b3dd20c0207d1e706e398b24a54c7a03cc3b9c5693c70e18f4418bfd9c83d8e3ce48cd19fe9 SHA512 004ebf52194a2801c01429990b00ada1b7e2850d1087d3efacf29542cac6a9bb351181ff8ef6713550279d9c5c2f415dcdfba847ef5c848a564b2454e6c05e81
DIST smb4k-3.2.5.tar.xz 4314812 BLAKE2B 9c5ca6f3d9607be1e5673f7d32a8dc5f191045ccc5607a4ccd9d48d07fc698278db5bbe5e8ffcc4fa9a1f390d52e7ebb877bc01146754873af5d3c266aad16d2 SHA512 6273c9701cf3d65f9b1d7ce0cbe929dc8f422b6a7a308f0b3c4c08e30acf2d189bc1ef4f960dad25aaf71b38b29ce6c41ba8adf50f0bb139e25a0d65a8e67a28
DIST smb4k-3.2.72.tar.xz 4341620 BLAKE2B 8fe3a2f6e30c9565197882aed92f27db862e0e6c9df35dda1b9187d7279618cae6359c1282ba474ae5b4fe39b8446e133aa95e0f10d0d4087580813944b49ba2 SHA512 0140bca46d21f0355e0cf06ec3cc140b84bd3f334c291c7f2f7dcf379c5520c35d8e77fe7eade5b156462c3a366730405fff8f9678cc5e0e061b3ca837b9de6d
+DIST smb4k-3.2.80.tar.xz 4345084 BLAKE2B 117074e852c6393ba07f71ab0561c61a41d0a45128aad402a5baa3a41efefb8e2b2e984d69f04e44a1940678ea404003685fe83c2cd36bddc1cbe756e78e6833 SHA512 46acd2adad4b7e8278d6fdf4ee31691a75b88222188271975adf5391d7767af8e7617695a51c2536e621f57db97627e4ab3db1953cdc6cc475dd462b5da2836a
diff --git a/net-misc/smb4k/smb4k-3.2.80.ebuild b/net-misc/smb4k/smb4k-3.2.80.ebuild
new file mode 100644
index 000000000000..9e0ab7802da4
--- /dev/null
+++ b/net-misc/smb4k/smb4k-3.2.80.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+KFMIN=6.3.0
+QTMIN=6.6.2
+inherit ecm kde.org
+
+DESCRIPTION="Advanced network neighborhood browser"
+HOMEPAGE="https://apps.kde.org/smb4k/
+https://sourceforge.net/p/smb4k/home/Home/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="https://downloads.sourceforge.net/${PN}/Development/${P}.tar.xz"
+ KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+discovery plasma"
+
+DEPEND="
+ >=dev-libs/qtkeychain-0.14.2:=[qt6]
+ >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kauth-${KFMIN}:6
+ >=kde-frameworks/kcompletion-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kdnssd-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kjobwidgets-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwallet-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/kxmlgui-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ net-fs/samba[cups]
+ discovery? (
+ >=net-libs/kdsoap-2.2.0:=[qt6]
+ >=net-libs/kdsoap-ws-discovery-client-0.4.0
+ )
+"
+RDEPEND="${DEPEND}
+ !${CATEGORY}/${PN}:5
+ plasma? (
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ kde-plasma/libplasma:6
+ )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DSMB4K_WITH_WS_DISCOVERY=$(usex discovery)
+ -DSMB4K_INSTALL_PLASMOID=$(usex plasma)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+ elog "Users of Samba 4.7 and above please note that for the time being,"
+ elog "the following setting has to be added to or changed in the [global]"
+ elog "section of the smb.conf file:"
+ elog
+ elog "[global]"
+ elog "client max protocol = NT1"
+}
next reply other threads:[~2024-07-30 22:15 UTC|newest]
Thread overview: 133+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 22:15 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-04 23:15 [gentoo-commits] repo/gentoo:master commit in: net-misc/smb4k/ Andreas Sturmlechner
2025-03-02 12:38 Jakov Smolić
2025-03-02 8:21 Sam James
2025-02-09 19:13 Andreas Sturmlechner
2025-01-30 16:18 Andreas Sturmlechner
2025-01-24 7:06 Arthur Zamarin
2025-01-24 7:06 Arthur Zamarin
2024-12-23 17:10 Andreas Sturmlechner
2024-12-23 17:10 Andreas Sturmlechner
2024-12-17 19:06 Andreas Sturmlechner
2024-10-17 17:59 Andreas Sturmlechner
2024-10-01 19:27 Andreas Sturmlechner
2024-09-29 0:14 Sam James
2024-09-28 11:05 Arthur Zamarin
2024-09-02 12:44 Andreas Sturmlechner
2024-09-01 19:36 Arthur Zamarin
2024-08-31 21:20 Sam James
2024-07-30 22:15 Andreas Sturmlechner
2024-07-21 16:43 Arthur Zamarin
2024-07-06 13:21 Jakov Smolić
2024-07-02 11:46 Sam James
2024-06-30 18:26 Michał Górny
2024-06-29 16:55 Andreas Sturmlechner
2024-06-29 16:55 Andreas Sturmlechner
2024-06-29 16:34 Andreas Sturmlechner
2024-06-28 12:59 Sam James
2024-06-28 12:59 Sam James
2024-02-17 21:43 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2023-12-29 7:05 Arthur Zamarin
2023-11-30 19:45 Andreas Sturmlechner
2023-11-28 9:46 Andreas Sturmlechner
2023-11-23 15:27 Sam James
2023-10-20 11:30 Andreas Sturmlechner
2023-10-15 10:15 Andreas Sturmlechner
2023-10-15 9:14 Sam James
2023-10-15 8:26 Sam James
2023-09-09 8:27 Andreas Sturmlechner
2023-09-09 7:32 Andreas Sturmlechner
2023-09-03 14:17 Sam James
2023-09-03 14:17 Sam James
2023-08-08 22:29 Andreas Sturmlechner
2023-06-10 22:07 Andreas Sturmlechner
2023-06-10 22:04 Sam James
2023-06-10 22:04 Sam James
2023-05-03 11:31 Andreas Sturmlechner
2023-04-09 20:17 Andreas Sturmlechner
2023-04-09 12:24 Arthur Zamarin
2023-04-09 12:23 Arthur Zamarin
2023-01-18 10:02 Andreas Sturmlechner
2023-01-09 19:47 Andreas Sturmlechner
2022-12-15 23:29 Andreas Sturmlechner
2022-12-15 23:29 Andreas Sturmlechner
2022-12-15 19:26 Andreas Sturmlechner
2022-12-15 4:43 Arthur Zamarin
2022-12-06 19:22 Andreas Sturmlechner
2022-12-05 18:03 Arthur Zamarin
2022-11-02 13:12 Andreas Sturmlechner
2022-10-06 9:07 Andreas Sturmlechner
2022-08-16 18:24 Andreas Sturmlechner
2022-08-16 15:07 Sam James
2022-08-15 22:30 Sam James
2022-07-14 9:27 Andreas Sturmlechner
2022-05-15 10:55 Andreas Sturmlechner
2022-05-13 20:31 Arthur Zamarin
2022-05-09 7:33 Jakov Smolić
2022-05-09 7:33 Jakov Smolić
2022-04-05 16:35 Andreas Sturmlechner
2022-02-15 15:05 Yixun Lan
2021-11-15 18:59 Andreas Sturmlechner
2021-11-09 7:20 Andreas Sturmlechner
2021-11-09 0:46 Sam James
2021-11-07 18:04 Jakov Smolić
2021-09-30 17:24 Andreas Sturmlechner
2021-08-06 9:15 Andreas Sturmlechner
2021-08-06 0:26 Sam James
2021-08-06 0:25 Sam James
2021-06-20 20:02 Andreas Sturmlechner
2020-06-28 20:44 Agostino Sarubbo
2020-06-28 20:27 Agostino Sarubbo
2020-06-14 21:51 Andreas Sturmlechner
2020-05-13 19:33 Andreas Sturmlechner
2020-05-10 11:31 Andreas Sturmlechner
2020-05-10 9:19 Mikle Kolyada
2020-05-10 9:15 Mikle Kolyada
2020-04-14 20:21 Andreas Sturmlechner
2020-04-14 20:21 Andreas Sturmlechner
2020-04-13 14:53 Agostino Sarubbo
2020-04-13 10:14 Agostino Sarubbo
2020-03-11 17:31 Andreas Sturmlechner
2020-01-12 10:28 Andreas Sturmlechner
2019-09-15 22:23 Andreas Sturmlechner
2019-09-15 22:23 Andreas Sturmlechner
2019-08-15 18:22 Andreas Sturmlechner
2019-07-08 20:01 Andreas Sturmlechner
2019-07-08 12:10 Thomas Deutschmann
2019-06-25 14:52 Andreas Sturmlechner
2019-06-20 18:05 Mikle Kolyada
2019-06-20 13:44 Andreas Sturmlechner
2019-06-14 20:42 Andreas Sturmlechner
2019-06-12 12:23 Andreas Sturmlechner
2019-06-12 12:23 Andreas Sturmlechner
2019-05-19 17:54 Andreas Sturmlechner
2019-05-19 17:54 Andreas Sturmlechner
2019-04-27 14:46 Andreas Sturmlechner
2019-04-27 14:46 Andreas Sturmlechner
2019-04-03 14:11 Andreas Sturmlechner
2019-04-03 14:11 Andreas Sturmlechner
2019-03-12 19:37 Andreas Sturmlechner
2018-10-11 18:40 Andreas Sturmlechner
2018-10-11 18:40 Andreas Sturmlechner
2018-10-09 21:24 Thomas Deutschmann
2018-09-03 19:39 Andreas Sturmlechner
2018-09-03 19:39 Andreas Sturmlechner
2018-05-05 6:59 Andreas Sturmlechner
2018-05-04 22:10 Mikle Kolyada
2018-05-04 15:36 Thomas Deutschmann
2018-04-04 18:17 Johannes Huber
2017-09-03 6:58 Michael Palimaka
2017-08-23 19:47 Andreas Sturmlechner
2017-05-12 2:23 Andreas Sturmlechner
2017-05-11 8:37 Agostino Sarubbo
2017-05-11 7:51 Agostino Sarubbo
2017-05-10 18:06 Andreas Sturmlechner
2017-03-11 22:15 Andreas Sturmlechner
2017-02-25 13:03 Michael Palimaka
2017-01-01 17:35 Andreas Sturmlechner
2016-07-07 17:52 Michael Palimaka
2015-12-25 16:41 Michael Palimaka
2015-12-16 10:12 Agostino Sarubbo
2015-10-04 12:05 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1722377669.6e62227bcbd9911b8dbfa9ab9e766944b29b9e50.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox