From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/
Date: Wed, 13 Nov 2019 02:00:02 +0000 (UTC) [thread overview]
Message-ID: <1573610367.d185ba74e03d21a81439a3c1a33359f9d6347a06.asturm@gentoo> (raw)
commit: d185ba74e03d21a81439a3c1a33359f9d6347a06
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 01:49:54 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 01:59:27 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d185ba74
net-misc/smb4k: Port to ecm.eclass and kde.org.eclass
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
net-misc/smb4k/smb4k-9999.ebuild | 64 +++++++++++++++++++++-------------------
1 file changed, 34 insertions(+), 30 deletions(-)
diff --git a/net-misc/smb4k/smb4k-9999.ebuild b/net-misc/smb4k/smb4k-9999.ebuild
index 896232bad4..69a09c4f5c 100644
--- a/net-misc/smb4k/smb4k-9999.ebuild
+++ b/net-misc/smb4k/smb4k-9999.ebuild
@@ -3,11 +3,14 @@
EAPI=7
-KDE_HANDBOOK="forceoptional"
-inherit kde5
+ECM_HANDBOOK="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
DESCRIPTION="Advanced network neighborhood browser"
-HOMEPAGE="https://sourceforge.net/p/smb4k/home/Home/"
+HOMEPAGE="https://kde.org/applications/utilities/org.kde.smb4k
+https://sourceforge.net/p/smb4k/home/Home/"
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
@@ -15,38 +18,39 @@ if [[ ${KDE_BUILD_TYPE} = release ]]; then
fi
LICENSE="GPL-2"
+SLOT="5"
IUSE="plasma"
DEPEND="
- $(add_frameworks_dep kauth)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kcrash)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kjobwidgets)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwallet)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qttest)
- $(add_qt_dep qtwidgets)
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtprintsupport-${QTMIN}:5
+ >=dev-qt/qttest-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kauth-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kcrash-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kjobwidgets-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kwallet-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/solid-${KFMIN}:5
net-fs/samba[cups]
"
RDEPEND="${DEPEND}
plasma? (
- $(add_frameworks_dep plasma)
- $(add_qt_dep qtquickcontrols2)
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/plasma-${KFMIN}:5
)
"
@@ -54,11 +58,11 @@ src_configure(){
local mycmakeargs=(
-DINSTALL_PLASMOID=$(usex plasma)
)
- kde5_src_configure
+ ecm_src_configure
}
pkg_postinst() {
- kde5_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:"
next reply other threads:[~2019-11-13 2:00 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-13 2:00 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-29 16:56 [gentoo-commits] proj/kde:master commit in: net-misc/smb4k/ Andreas Sturmlechner
2024-06-29 16:50 Andreas Sturmlechner
2024-05-20 21:24 Andreas Sturmlechner
2024-03-11 12:06 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2022-11-11 23:18 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-07-14 7:58 Andreas Sturmlechner
2022-04-05 16:11 Andreas Sturmlechner
2021-11-15 14:26 Andreas Sturmlechner
2021-06-20 20:03 Andreas Sturmlechner
2020-10-05 20:04 Andreas Sturmlechner
2019-06-14 20:53 Andreas Sturmlechner
2019-06-05 19:06 Andreas Sturmlechner
2019-03-04 13:00 Andreas Sturmlechner
2018-04-04 18:17 Johannes Huber
2018-04-04 18:17 Johannes Huber
2018-04-04 18:17 Johannes Huber
2018-04-04 18:17 Johannes Huber
2017-08-23 18:17 Andreas Sturmlechner
2017-03-19 22:56 Andreas Sturmlechner
2017-03-03 19:28 Andreas Sturmlechner
2017-02-11 19:50 Andreas Sturmlechner
2017-01-01 16:32 Johannes Huber
2016-08-20 17:20 Michael Palimaka
2016-07-23 18:49 Michael Palimaka
2016-03-23 17:37 Johannes Huber
2015-09-19 21:57 Manuel Rüger
2015-07-28 19:47 Johannes Huber
2013-05-17 18:29 Johannes Huber
2013-05-17 13:10 Manuel Rüger
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=1573610367.d185ba74e03d21a81439a3c1a33359f9d6347a06.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