From: "Bernard Cafarelli" <voyageur@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/
Date: Mon, 17 Oct 2016 09:03:55 +0000 (UTC) [thread overview]
Message-ID: <1476695011.0000220d0e6a2e6658fdd51130dfdd1a4bcb77f2.voyageur@gentoo> (raw)
commit: 0000220d0e6a2e6658fdd51130dfdd1a4bcb77f2
Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 09:03:20 2016 +0000
Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 09:03:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0000220d
net-misc/nextcloud-client: version bump to 2.2.4, bug #597104
Thanks Martin Wegner <m+gentoo-bugs <AT> wgnr.me> for the report
Package-Manager: portage-2.3.2
net-misc/nextcloud-client/Manifest | 2 +
.../nextcloud-client/nextcloud-client-2.2.4.ebuild | 113 +++++++++++++++++++++
2 files changed, 115 insertions(+)
diff --git a/net-misc/nextcloud-client/Manifest b/net-misc/nextcloud-client/Manifest
index 8bd9783..d656530 100644
--- a/net-misc/nextcloud-client/Manifest
+++ b/net-misc/nextcloud-client/Manifest
@@ -1,2 +1,4 @@
DIST nextcloud-client-2.2.3.tar.gz 642314 SHA256 0bafbe04da3d176ec4093b6f9d9519e8d70b56ee181fe630894fd9bd17008246 SHA512 d86c23e8b6014e3930c2f35a542b8efb19dfb73e246c47bf1a25bdc7cc834aa6c7c8e79439472a1a0da95ee293862f1b5aa2c4360bb82d1a5f73f4f41732e8c3 WHIRLPOOL 41633017cf181ea1a60051e7ae69f51d7b38e17a67d507053270f8440d0e06ce69a6e18f0c4331684b04d8edf5536e0284524719518788eae8b86e8ef989bcf6
+DIST nextcloud-client-2.2.4.tar.gz 642472 SHA256 55a16505c8551cb8e6af5d2f570b6d4384f33a75a79810864e1d4555d53dedf9 SHA512 646e624335cc11ac862b1b58ceb36aa8264f2db6ed586ae473b7522a5fdab7e30f196c1680f8dcf70af3b204374488e3bd589bb41669f9abcd9509d2293afc3f WHIRLPOOL 1bf627732492726fbb8394c2c88dcef667b8079a8923c906a58bd2039b14b27e76224ceb8d08654806d7f55f966b949c338ec759746acb90e023adc608d659da
DIST owncloudclient-2.2.3.tar.xz 12215320 SHA256 f8c921e3eda543c6c860ea8e3024ed164df0db7c0e83d1778ab0adfd324f7d01 SHA512 71be325e5d6177a767dc61b043bd6126b5b7a492a2a777c0179c2dbb77bf6104e26fce92734a6d4bfcc7b9c451026e86a2f44d39869e9451f21b0e534c26e189 WHIRLPOOL 7099c62214f1170c6ec3dfe2adc1c692d8847a0643bd7f5d5a5028f65e395774a29eec3ee6ece72e9e85dd343b05c3c1184665db34e635b2b99c6e15a33ce54e
+DIST owncloudclient-2.2.4.tar.xz 12216896 SHA256 f313534f7cdae686beeaa6670d9e3586a627ce78b67cab6e42a448a675d9e7d3 SHA512 5bc5273c90ab63c411e58d1fe13636f6b5977c28470efe53296a71541aaa63af99001cb630adaee99b9b81a8b56fe0f66c337319464ab950dd6eac4cdd53f951 WHIRLPOOL 18aa5076049f9cdfbafa58454937b7fc4c38a5405b6e1375d762d88bbfae92b813cd2ec88a4e4108012137c94908894821575d3f6d2bf694e35d734f2b8fbd37
diff --git a/net-misc/nextcloud-client/nextcloud-client-2.2.4.ebuild b/net-misc/nextcloud-client/nextcloud-client-2.2.4.ebuild
new file mode 100644
index 00000000..ee89872
--- /dev/null
+++ b/net-misc/nextcloud-client/nextcloud-client-2.2.4.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Nextcloud themed desktop client"
+HOMEPAGE="https://github.com/nextcloud/client_theming"
+SRC_URI="http://download.owncloud.com/desktop/stable/owncloudclient-${PV}.tar.xz
+ https://github.com/nextcloud/client_theming/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="CC-BY-3.0 GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc dolphin nautilus samba +sftp test qt4 +qt5"
+
+REQUIRED_USE="^^ ( qt4 qt5 )
+ dolphin? ( qt5 )"
+
+RDEPEND=">=dev-db/sqlite-3.4:3
+ sys-fs/inotify-tools
+ virtual/libiconv
+ dolphin? (
+ >=kde-frameworks/kcoreaddons-5.16:5
+ >=kde-frameworks/kio-5.16:5 )
+ nautilus? ( dev-python/nautilus-python )
+ qt4? (
+ dev-libs/qtkeychain[qt4]
+ dev-qt/qtcore:4
+ dev-qt/qtdbus:4
+ dev-qt/qtgui:4
+ dev-qt/qtsql:4
+ dev-qt/qtwebkit:4
+ net-libs/neon[ssl]
+ )
+ qt5? (
+ dev-libs/qtkeychain[qt5]
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtdbus:5
+ >=dev-qt/qtnetwork-5.4:5
+ dev-qt/qtgui:5
+ dev-qt/qtquickcontrols:5
+ dev-qt/qtsql:5
+ dev-qt/qtwebkit:5[printsupport]
+ )
+ samba? ( >=net-fs/samba-3.5 )
+ sftp? ( >=net-libs/libssh-0.5 )
+ !net-misc/ocsync
+ !net-misc/owncloud-client"
+DEPEND="${RDEPEND}
+ doc? (
+ dev-python/sphinx
+ dev-texlive/texlive-latexextra
+ virtual/latex-base
+ )
+ dolphin? ( >=kde-frameworks/extra-cmake-modules-5.22.0 )
+ qt5? ( dev-qt/linguist-tools:5 )
+ test? (
+ dev-util/cmocka
+ qt4? ( dev-qt/qttest:4 )
+ qt5? ( dev-qt/qttest:5 )
+ )"
+
+S=${WORKDIR}/client_theming-${PV}
+
+src_unpack() {
+ default
+
+ rmdir "${S}"/client || die
+ mv "${WORKDIR}"/owncloudclient-${PV} "${S}"/client \
+ || die
+}
+
+src_prepare() {
+ CMAKE_USE_DIR="${S}"/client
+ # Keep tests in ${T}
+ sed -i -e "s#\"/tmp#\"${T}#g" client/test/test*.cpp || die "sed failed"
+
+ if ! use nautilus; then
+ pushd client/shell_integration > /dev/null || die
+ cmake_comment_add_subdirectory nautilus
+ popd > /dev/null || die
+ fi
+
+ default
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+ -DCMAKE_INSTALL_DOCDIR=/usr/share/doc/${PF}
+ -DWITH_ICONV=ON
+ -DWITH_DOC=$(usex doc)
+ -DCMAKE_DISABLE_FIND_PACKAGE_KF5=$(usex !dolphin)
+ -DBUILD_WITH_QT4=$(usex qt4)
+ -DCMAKE_DISABLE_FIND_PACKAGE_Libsmbclient=$(usex !samba)
+ -DCMAKE_DISABLE_FIND_PACKAGE_LibSSH=$(usex !sftp)
+ -DUNIT_TESTING=$(usex test)
+ -DOEM_THEME_DIR="${S}"/nextcloudtheme
+ )
+
+ cmake-utils_src_configure
+}
+
+pkg_postinst() {
+ if ! use doc ; then
+ elog "Documentation and man pages not installed"
+ elog "Enable doc USE-flag to generate them"
+ fi
+}
next reply other threads:[~2016-10-17 9:04 UTC|newest]
Thread overview: 166+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-17 9:03 Bernard Cafarelli [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-15 8:50 [gentoo-commits] repo/gentoo:master commit in: net-misc/nextcloud-client/ Florian Schmaus
2025-01-02 10:09 Florian Schmaus
2024-12-22 13:11 Florian Schmaus
2024-12-22 13:08 Florian Schmaus
2024-12-22 13:08 Florian Schmaus
2024-12-20 8:13 Bernard Cafarelli
2024-12-20 8:13 Bernard Cafarelli
2024-11-25 12:31 Arthur Zamarin
2024-11-25 10:19 Sam James
2024-11-01 9:55 Florian Schmaus
2024-10-31 18:39 Florian Schmaus
2024-10-25 8:04 Bernard Cafarelli
2024-10-25 5:50 Arthur Zamarin
2024-10-24 10:23 Sam James
2024-10-24 8:02 Florian Schmaus
2024-08-23 11:12 Florian Schmaus
2024-08-22 12:36 Sam James
2024-07-16 20:27 Bernard Cafarelli
2024-07-11 20:39 Bernard Cafarelli
2024-07-01 16:50 Bernard Cafarelli
2024-07-01 14:09 Bernard Cafarelli
2024-07-01 14:09 Bernard Cafarelli
2024-04-28 9:38 Bernard Cafarelli
2024-03-29 8:43 Bernard Cafarelli
2024-03-29 8:43 Bernard Cafarelli
2024-03-22 9:10 Bernard Cafarelli
2024-03-11 9:55 Florian Schmaus
2024-03-08 15:48 Florian Schmaus
2024-02-07 18:52 Sam James
2024-02-07 9:57 Florian Schmaus
2024-01-10 15:45 Florian Schmaus
2023-12-21 8:21 Bernard Cafarelli
2023-12-20 10:21 Bernard Cafarelli
2023-12-20 10:21 Bernard Cafarelli
2023-11-03 10:04 Florian Schmaus
2023-10-13 2:44 Sam James
2023-10-12 0:00 Sam James
2023-10-11 17:07 Florian Schmaus
2023-09-15 8:01 Florian Schmaus
2023-09-15 7:11 Florian Schmaus
2023-09-14 17:21 Arthur Zamarin
2023-09-14 16:36 Sam James
2023-09-14 13:29 Florian Schmaus
2023-07-29 8:02 Bernard Cafarelli
2023-07-29 8:02 Bernard Cafarelli
2023-07-24 8:27 Florian Schmaus
2023-06-26 13:15 Sam James
2023-06-26 11:02 Florian Schmaus
2023-06-25 15:23 Florian Schmaus
2023-05-26 18:47 Florian Schmaus
2023-05-26 9:33 Florian Schmaus
2023-05-03 9:16 Florian Schmaus
2023-05-03 9:16 Florian Schmaus
2023-05-03 8:51 Florian Schmaus
2023-05-03 8:50 Florian Schmaus
2023-05-03 8:50 Florian Schmaus
2023-04-13 8:42 Florian Schmaus
2023-03-14 22:34 Bernard Cafarelli
2023-02-22 22:51 Bernard Cafarelli
2023-02-16 14:53 Florian Schmaus
2023-02-16 14:53 Florian Schmaus
2023-02-07 10:37 Andreas Sturmlechner
2023-02-01 7:58 Bernard Cafarelli
2023-01-24 12:47 Florian Schmaus
2023-01-05 9:17 Florian Schmaus
2023-01-05 9:17 Florian Schmaus
2022-12-08 16:20 Florian Schmaus
2022-12-02 8:01 Bernard Cafarelli
2022-11-30 9:39 Florian Schmaus
2022-11-30 9:39 Florian Schmaus
2022-11-30 9:39 Florian Schmaus
2022-11-24 20:16 Bernard Cafarelli
2022-11-24 20:16 Bernard Cafarelli
2022-11-11 15:07 Florian Schmaus
2022-10-28 5:37 Florian Schmaus
2022-09-12 7:30 Florian Schmaus
2022-09-12 7:30 Florian Schmaus
2022-08-08 20:49 Bernard Cafarelli
2022-07-26 15:21 Florian Schmaus
2022-07-10 18:39 Bernard Cafarelli
2022-07-10 18:39 Bernard Cafarelli
2022-07-04 17:42 Bernard Cafarelli
2022-07-01 9:32 Florian Schmaus
2022-07-01 9:32 Florian Schmaus
2022-06-03 6:56 Bernard Cafarelli
2022-05-17 9:24 Agostino Sarubbo
2022-05-16 11:04 Florian Schmaus
2022-05-12 14:11 Florian Schmaus
2022-04-04 8:59 Florian Schmaus
2022-03-31 17:36 Jakov Smolić
2022-03-04 14:55 Florian Schmaus
2022-03-04 14:55 Florian Schmaus
2022-02-14 8:54 Bernard Cafarelli
2022-02-14 8:43 Bernard Cafarelli
2022-02-09 12:27 Bernard Cafarelli
2021-12-24 13:51 Jakov Smolić
2021-12-23 10:36 Agostino Sarubbo
2021-12-16 17:26 Bernard Cafarelli
2021-12-14 10:38 Bernard Cafarelli
2021-12-14 10:38 Bernard Cafarelli
2021-11-11 11:19 Bernard Cafarelli
2021-10-03 9:56 Bernard Cafarelli
2021-09-28 21:21 Bernard Cafarelli
2021-07-06 11:37 Bernard Cafarelli
2021-05-31 17:46 Thomas Deutschmann
2021-05-27 10:12 Sergey Popov
2021-05-26 13:11 Thomas Deutschmann
2021-05-25 20:37 Thomas Deutschmann
2021-05-02 12:09 Mikle Kolyada
2021-02-24 20:23 Bernard Cafarelli
2021-02-04 16:49 Lars Wendler
2021-02-03 19:04 Bernard Cafarelli
2021-01-07 13:30 Bernard Cafarelli
2021-01-07 13:30 Bernard Cafarelli
2020-12-29 19:25 Bernard Cafarelli
2020-12-12 16:49 Bernard Cafarelli
2020-11-03 13:28 Bernard Cafarelli
2020-10-23 21:16 Bernard Cafarelli
2020-10-23 21:16 Bernard Cafarelli
2020-09-28 9:18 Bernard Cafarelli
2020-09-02 20:56 Bernard Cafarelli
2020-08-30 1:32 Thomas Deutschmann
2020-08-22 5:43 Agostino Sarubbo
2020-08-20 6:58 Bernard Cafarelli
2020-08-19 19:59 Bernard Cafarelli
2020-08-19 10:03 Bernard Cafarelli
2020-07-11 19:13 Bernard Cafarelli
2020-06-25 7:00 Agostino Sarubbo
2020-06-21 15:24 Thomas Deutschmann
2020-06-10 11:58 Bernard Cafarelli
2020-03-05 23:57 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-02-21 14:11 Bernard Cafarelli
2020-01-10 9:16 Bernard Cafarelli
2019-12-10 21:36 Bernard Cafarelli
2019-11-14 8:46 Bernard Cafarelli
2019-11-14 8:07 Bernard Cafarelli
2019-10-31 14:49 Agostino Sarubbo
2019-10-21 12:31 Thomas Deutschmann
2019-10-07 16:18 Bernard Cafarelli
2019-03-20 15:50 Miroslav Šulc
2019-03-07 8:33 Bernard Cafarelli
2019-03-05 23:34 Bernard Cafarelli
2018-12-21 22:10 Bernard Cafarelli
2018-11-29 21:22 Bernard Cafarelli
2018-09-27 13:14 Bernard Cafarelli
2018-09-16 10:23 Bernard Cafarelli
2018-08-20 18:13 Bernard Cafarelli
2018-08-10 22:35 Bernard Cafarelli
2018-07-18 23:16 Bernard Cafarelli
2018-05-26 22:36 David Seifert
2018-03-31 19:01 Mart Raudsepp
2017-11-17 16:52 Bernard Cafarelli
2017-10-19 10:15 Bernard Cafarelli
2017-10-19 10:15 Bernard Cafarelli
2017-09-19 10:08 Bernard Cafarelli
2017-07-26 11:32 Bernard Cafarelli
2017-07-19 9:44 Bernard Cafarelli
2017-05-23 15:12 Bernard Cafarelli
2017-05-19 17:04 Bernard Cafarelli
2017-04-10 9:39 Bernard Cafarelli
2017-01-24 10:58 Bernard Cafarelli
2017-01-24 10:58 Bernard Cafarelli
2016-11-02 11:05 Bernard Cafarelli
2016-09-06 19:10 Bernard Cafarelli
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=1476695011.0000220d0e6a2e6658fdd51130dfdd1a4bcb77f2.voyageur@gentoo \
--to=voyageur@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