public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/
Date: Sun, 13 May 2018 22:26:16 +0000 (UTC)	[thread overview]
Message-ID: <1526250363.4b320d0d7441b6ec485b735a2b20234ff891bdc8.asturm@gentoo> (raw)

commit:     4b320d0d7441b6ec485b735a2b20234ff891bdc8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 22:20:58 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun May 13 22:26:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b320d0d

kde-misc/krusader: 2.7.0 version bump

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 kde-misc/krusader/Manifest              |  1 +
 kde-misc/krusader/krusader-2.7.0.ebuild | 71 +++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

diff --git a/kde-misc/krusader/Manifest b/kde-misc/krusader/Manifest
index 1a53bb8035c..70ed8be1a6e 100644
--- a/kde-misc/krusader/Manifest
+++ b/kde-misc/krusader/Manifest
@@ -1 +1,2 @@
 DIST krusader-2.6.0.tar.xz 2726928 BLAKE2B dd631feec2f82657bd3e66130feebc6db1cd560eea29d710d34f03a3cd2b4f5d57b19f4d09e3951e998a3a760cabfc95713512103a4490af9a38a3e7e5eb9698 SHA512 d7ae1696e77ddbd8b18043e8497356151ddaa69192a89dbf1f4381216318aaca97a0be4e44595e51007f1eccf73eec55c3bd9f694aaacfa138aa3391f1f5d898
+DIST krusader-2.7.0.tar.xz 2875080 BLAKE2B 503e40f7c617779b64b2f5600ae99063d0727ed6781b4b86dcc52b57c56589107ca6bed5fdcbfc37f4d4c682e23a926afb6dc3d758d8e573d019d687dbfe76be SHA512 254b1a0a68fca010dfe79d8364ca745dacc2b5899c9b99d6c576b95e9ac8a564a59a291568158ec1f114b0e2c0137e2a9e7a9b4c01497539e6a9a9d5b7411b1d

diff --git a/kde-misc/krusader/krusader-2.7.0.ebuild b/kde-misc/krusader/krusader-2.7.0.ebuild
new file mode 100644
index 00000000000..703e2404189
--- /dev/null
+++ b/kde-misc/krusader/krusader-2.7.0.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Advanced twin-panel (commander-style) file-manager with many extras"
+HOMEPAGE="https://krusader.org/"
+LICENSE="GPL-2+"
+IUSE=""
+
+COMMON_DEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kbookmarks)
+	$(add_frameworks_dep kcodecs)
+	$(add_frameworks_dep kcompletion)
+	$(add_frameworks_dep kconfig)
+	$(add_frameworks_dep kconfigwidgets)
+	$(add_frameworks_dep kcoreaddons)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep kitemviews)
+	$(add_frameworks_dep kjobwidgets)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwallet)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_frameworks_dep solid)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtprintsupport)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	sys-apps/acl
+	sys-libs/zlib
+"
+DEPEND="${COMMON_DEPEND}
+	$(add_frameworks_dep knotifications)
+	$(add_qt_dep qtconcurrent)
+"
+RDEPEND="${COMMON_DEPEND}
+	$(add_kdeapps_dep kio-extras)
+	!kde-misc/krusader:4
+"
+
+pkg_postinst() {
+	kde5_pkg_postinst
+
+	if ! has_version kde-apps/thumbnailers:${SLOT} ||
+			! has_version kde-apps/ffmpegthumbs:${SLOT} ; then
+		elog "For PDF/PS, RAW and video thumbnails support, install:"
+		elog "   kde-apps/thumbnailers:${SLOT}"
+		elog "   kde-apps/ffmpegthumbs:${SLOT}"
+	fi
+
+	if ! has_version kde-apps/keditbookmarks:${SLOT} ; then
+		elog "For bookmarks support, install kde-apps/keditbookmarks:${SLOT}"
+	fi
+}


             reply	other threads:[~2018-05-13 22:26 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-13 22:26 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01 21:05 [gentoo-commits] repo/gentoo:master commit in: kde-misc/krusader/ Andreas Sturmlechner
2025-01-01 13:15 Sam James
2024-12-31 21:20 Andreas Sturmlechner
2024-12-31 21:20 Andreas Sturmlechner
2024-12-23 17:10 Andreas Sturmlechner
2024-12-23 17:10 Andreas Sturmlechner
2024-12-14 22:06 Andreas Sturmlechner
2024-12-14 22:06 Andreas Sturmlechner
2024-11-22 23:14 Andreas Sturmlechner
2024-11-22 23:13 Andreas Sturmlechner
2024-10-04 21:04 Andreas Sturmlechner
2024-09-04 11:45 Andreas Sturmlechner
2024-09-02 20:13 Andreas Sturmlechner
2024-08-29 19:03 Andreas Sturmlechner
2024-08-29 15:48 Arthur Zamarin
2024-08-16 19:37 Arthur Zamarin
2024-08-15 17:48 Andreas Sturmlechner
2024-04-20 14:52 Arthur Zamarin
2024-04-20 14:52 Arthur Zamarin
2024-03-12 11:50 Andreas Sturmlechner
2024-03-11  9:50 Andreas Sturmlechner
2024-01-07 14:33 Andreas Sturmlechner
2023-12-29  7:05 Arthur Zamarin
2023-12-17 23:02 Andreas Sturmlechner
2022-12-15 19:26 Andreas Sturmlechner
2022-12-15  4:43 Arthur Zamarin
2022-12-05 18:03 Arthur Zamarin
2022-11-21 10:35 Andreas Sturmlechner
2022-11-21 10:35 Andreas Sturmlechner
2022-11-15  1:03 Andreas Sturmlechner
2022-11-08 11:28 Andreas Sturmlechner
2022-11-06 10:33 Andreas Sturmlechner
2022-10-06  9:07 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2020-01-16 17:29 Andreas Sturmlechner
2019-10-21 20:58 Andreas Sturmlechner
2019-10-21 20:58 Andreas Sturmlechner
2019-10-21 12:47 Thomas Deutschmann
2019-08-25 12:05 Andreas Sturmlechner
2019-08-25 11:56 Andreas Sturmlechner
2019-07-15 20:52 Andreas Sturmlechner
2019-07-15 20:52 Andreas Sturmlechner
2018-10-05 20:59 Andreas Sturmlechner
2018-10-05 13:23 Mikle Kolyada
2018-10-05  4:10 Thomas Deutschmann
2018-08-15 16:08 Andreas Sturmlechner
2018-06-23 17:04 Andreas Sturmlechner
2018-06-23 13:59 Mikle Kolyada
2018-06-12 11:36 Thomas Deutschmann
2018-05-24 13:10 Andreas Sturmlechner
2017-06-20  5:17 Agostino Sarubbo
2017-06-18 14:01 Agostino Sarubbo
2017-04-12 16:35 Johannes Huber
2017-02-22 17:11 Johannes Huber
2017-02-19 23:56 Andreas Sturmlechner
2017-02-19 23:56 Andreas Sturmlechner
2016-11-27  8:01 Michael Palimaka
2016-10-23 16:17 Michael Palimaka
2016-08-05 17:43 Michael Palimaka
2016-07-07 17:52 Michael Palimaka
2016-06-02 18:56 Michael Palimaka
2016-06-02 18:56 Michael Palimaka
2016-06-01 12:18 Johannes Huber

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=1526250363.4b320d0d7441b6ec485b735a2b20234ff891bdc8.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