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/basket/
Date: Sun, 12 Feb 2017 02:14:29 +0000 (UTC)	[thread overview]
Message-ID: <1486865643.5a7da644264009b841349d917f243d4949dd35ec.asturm@gentoo> (raw)

commit:     5a7da644264009b841349d917f243d4949dd35ec
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 12 02:13:25 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 02:14:03 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7da644

kde-misc/basket: 2.49a version bump

First KF5-based release.

Reported-by: Ines Willenbrock <icy <AT> icys-scholle.de>
Thanks-to: Panard <panard <AT> inzenet.org>
Gentoo-bug: 588722

Package-Manager: portage-2.3.3

 kde-misc/basket/Manifest            |  1 +
 kde-misc/basket/basket-2.49a.ebuild | 70 +++++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/kde-misc/basket/Manifest b/kde-misc/basket/Manifest
index 328b5c5a39..668477bcd4 100644
--- a/kde-misc/basket/Manifest
+++ b/kde-misc/basket/Manifest
@@ -1 +1,2 @@
 DIST basket-1.81.tar.bz2 4108025 SHA256 60a3b49af34f1df2b983b1acd321ded256f92f10ce700dc6c7954793fea3fd83 SHA512 8f26379c6aa3423af8bfa77a211845b9998cb186c8906d16f1cbdc65b70e134f861192eecce4caa8c3d429f89f0c98f301dd58451e5bbfacc15292c779195f09 WHIRLPOOL 140f8676e841be9bf4968b9efb1c36a268098200e2d604367d63bf4ddf143da5831f9f8404074f988ed76d93fe190bbda38247c51f71867ed5264c9ed07af11f
+DIST basket-2.49a.tar.gz 4692638 SHA256 36679d98a3e4488d903cbd7f30e73715b7491d60f259be53e45e700bca7b900c SHA512 fe53fd8fe6e6f2531197a1f73b6528bc31e3b52c8c68c67526ab155c2a95fac47adb445e9a73d7656fe092a416b16fe0ea310a611a6f3cbb55dc916d0aa58c99 WHIRLPOOL dcd06f09d4bfbea0f03246648bab049346e39082c6db436d56e086945c515a1cb9c21baf3fb3d7cc5d32acc3748e0260a7b887c8d6912cbff3736b6419e21429

diff --git a/kde-misc/basket/basket-2.49a.ebuild b/kde-misc/basket/basket-2.49a.ebuild
new file mode 100644
index 0000000000..1d9710dc00
--- /dev/null
+++ b/kde-misc/basket/basket-2.49a.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_TEST="true"
+KDE_HANDBOOK="forceoptional"
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="A DropDrawers clone. Multiple information organizer"
+HOMEPAGE="http://basket.kde.org/ https://github.com/basket-notepads/basket"
+SRC_URI="https://github.com/${PN}-notepads/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+IUSE="crypt git"
+
+RDEPEND="
+	$(add_frameworks_dep karchive)
+	$(add_frameworks_dep kcmutils)
+	$(add_frameworks_dep kcodecs)
+	$(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 kfilemetadata)
+	$(add_frameworks_dep kglobalaccel)
+	$(add_frameworks_dep kguiaddons)
+	$(add_frameworks_dep ki18n)
+	$(add_frameworks_dep kiconthemes)
+	$(add_frameworks_dep kio)
+	$(add_frameworks_dep knotifications)
+	$(add_frameworks_dep kparts)
+	$(add_frameworks_dep kservice)
+	$(add_frameworks_dep ktextwidgets)
+	$(add_frameworks_dep kwidgetsaddons)
+	$(add_frameworks_dep kwindowsystem)
+	$(add_frameworks_dep kxmlgui)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtxml)
+	media-libs/phonon[qt5]
+	x11-libs/libX11
+	crypt? ( app-crypt/gpgme )
+	git? ( dev-libs/libgit2 )
+"
+DEPEND="${RDEPEND}
+	$(add_qt_dep qtconcurrent)
+"
+
+src_prepare() {
+	kde5_src_prepare
+	if ! use test; then
+		sed -e "/add_subdirectory(tests/s/^/#DONT/" -i src/CMakeLists.txt || die
+	fi
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake-utils_use_find_package crypt Gpgme)
+		$(cmake-utils_use_find_package git Libgit2)
+	)
+	kde5_src_configure
+}


             reply	other threads:[~2017-02-12  2:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-12  2:14 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-16 23:20 [gentoo-commits] repo/gentoo:master commit in: kde-misc/basket/ Andreas Sturmlechner
2022-12-25 22:17 Andreas Sturmlechner
2021-08-21 16:17 Andreas Sturmlechner
2020-02-18 20:06 Andreas Sturmlechner
2019-12-09 11:21 Andreas Sturmlechner
2019-04-01 10:55 Michael Palimaka
2019-04-01 10:55 Michael Palimaka
2019-03-24 10:25 Mikle Kolyada
2019-03-11 21:03 Andreas Sturmlechner
2019-01-17 21:18 Mikle Kolyada
2018-12-20 13:54 Andreas Sturmlechner
2018-04-15 17:15 Andreas Sturmlechner
2018-01-12  9:17 Michael Palimaka
2018-01-01  0:31 Andreas Sturmlechner
2017-08-19  8:42 Andreas Sturmlechner
2017-08-18 15:38 Michael Palimaka
2017-03-18 18:25 Andreas Sturmlechner
2015-08-28  8:17 Justin Lecher

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=1486865643.5a7da644264009b841349d917f243d4949dd35ec.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