* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2015-09-10 12:04 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2015-09-10 12:04 UTC (permalink / raw
To: gentoo-commits
commit: f41f6979c04ba07f77d8848d7804e5ae47198072
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 12:03:46 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 12:04:03 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f41f6979
kde-misc/kdeconnect: remove old.
Package-Manager: portage-2.2.20.1
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild | 54 -----------------------------
2 files changed, 55 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 7a0e580..e6b042e 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-0.7.3.tar.xz 133580 SHA256 e44d943b8d302dbfbe3c0164557f0100f696204beb96bde2ee5317bc0e0139ef SHA512 ea42d970afe6ee871560406f11375a2ee0b06c032a06fb3521eed30e4d6466f48f7c2ac8f5d35669f07f292b11f675537a1ae3054fa5031df8c57e51e2c78a88 WHIRLPOOL a75fd33e38c957bd1c1303292c2b2d1d7f850231aaad96c921ffd1054d6e9dee17345595263f7f4348abcee2a9bc43a60fc93c4f427a9491ab6d4009d9266c24
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
diff --git a/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild b/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild
deleted file mode 100644
index 763ee43..0000000
--- a/kde-misc/kdeconnect/kdeconnect-0.7.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN=${PN}-kde
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="bg bs ca cs da de es fi fr gl hu it ja ko lt nl pl pt pt_BR ro ru sk sv tr uk"
-
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- MY_P=${MY_PN}-${PV}
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-else
- EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
- KEYWORDS=""
-fi
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/"
-
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-DEPEND="
- app-crypt/qca:2[qt4(+)]
- dev-libs/qjson
- x11-libs/libfakekey
-"
-RDEPEND="${DEPEND}
- $(add_kdebase_dep plasma-workspace)
- app-crypt/qca:2[openssl]
-"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}
-
-src_prepare(){
- sed -i -e "s:QtCrypto/QtCrypto:QtCrypto:" core/networkpackage.cpp || die
- kde4-base_src_prepare
-}
-
-pkg_postinst(){
- elog
- elog "Optional dependency:"
- elog "sys-fs/sshfs-fuse (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-04-14 19:52 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-04-14 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 30bef4b1ddfc0a1da0e73c1be3765ab729b197fd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:52:17 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 19:52:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30bef4b1
kde-misc/kdeconnect: version bump
Imported from kde overlay.
Gentoo-bug: 578518
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 81 ++++++++++++++++++++++++++++++
kde-misc/kdeconnect/metadata.xml | 5 ++
3 files changed, 87 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index e6b042e..847072e 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
+DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
new file mode 100644
index 0000000..c7df8c3
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/unstable/${PN}/0.9/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64"
+IUSE="app +telepathy wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,openssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
+ wayland? ( $(add_plasma_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "sys-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 2fdbf33..67aab70 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -5,4 +5,9 @@
<email>kde@gentoo.org</email>
<name>Gentoo KDE Project</name>
</maintainer>
+ <use>
+ <flag name="app">Enable experimental kcapp frontend</flag>
+ <flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> support to receive text messages and respond to them</flag>
+ <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
+ </use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-04-14 19:55 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-04-14 19:55 UTC (permalink / raw
To: gentoo-commits
commit: 802c3fd5bd4431bbe000ca02deec7a81fafcb8b5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 14 19:54:59 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 14 19:55:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802c3fd5
kde-misc/kdeconnect: remove old
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/kdeconnect-0.8.ebuild | 55 -------------------------------
1 file changed, 55 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild b/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
deleted file mode 100644
index 91df10b..0000000
--- a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MY_PN="${PN}-kde"
-DECLARATIVE_REQUIRED="always"
-KDE_LINGUAS="ar bg bs ca cs da de es fi fr gl hu it ja ko lt nl pl pt pt_BR ro ru sk sv tr uk"
-inherit kde4-base
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
- MY_P="${MY_PN}-${PV}"
- SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${MY_P}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-else
- EGIT_REPO_URI="git://anongit.kde.org/${MY_PN}"
- KEYWORDS=""
-fi
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/"
-
-LICENSE="GPL-2+"
-SLOT="4"
-IUSE="debug"
-
-COMMON_DEPEND="
- app-crypt/qca:2[qt4(+)]
- dev-libs/qjson
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_kdebase_dep plasma-workspace)
- app-crypt/qca:2[openssl]
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-
-[[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}
-
-PATCHES=( "${FILESDIR}/${P}-ninja.patch" )
-
-pkg_postinst(){
- elog
- elog "Optional dependency:"
- elog "sys-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-04-19 21:21 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-04-19 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 86604095388cc1e66e3734262ede84a49a45a701
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 21:21:17 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 21:21:39 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86604095
kde-misc/kdeconnect: fix metadata package name
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 67aab70..fc9c96d 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -8,6 +8,6 @@
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
<flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> support to receive text messages and respond to them</flag>
- <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
+ <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-plasma/kwayland</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-05-18 20:38 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-05-18 20:38 UTC (permalink / raw
To: gentoo-commits
commit: 60dea525535c607dc578095016c4f6c9c6532183
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed May 18 20:37:48 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed May 18 20:38:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60dea525
kde-misc/kdeconnect: Lower dependency on kde-frameworks/kwayland
Usefull for stable users with only accepting keywords on this package.
Gentoo-bug: 583378
Package-Manager: portage-2.2.28
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
index 27de9a3..442e7df 100644
--- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
@@ -41,7 +41,7 @@ DEPEND="
x11-libs/libXtst
app? ( $(add_frameworks_dep kdeclarative) )
telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland) )
+ wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
"
RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-06-23 15:19 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-06-23 15:19 UTC (permalink / raw
To: gentoo-commits
commit: 8e628a329107ea5031993a9eee4dc5628cf4541d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 15:18:46 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:19:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e628a32
kde-misc/kdeconnect: add ~x86 keyword
Package-Manager: portage-2.3.0_rc1
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
index 442e7df..0f6ba3a 100644
--- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/unstable/${PN}/0.9/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE="app +telepathy wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-08-26 22:59 Manuel Rüger
0 siblings, 0 replies; 89+ messages in thread
From: Manuel Rüger @ 2016-08-26 22:59 UTC (permalink / raw
To: gentoo-commits
commit: 7eb63cea58b9fd2c14c3fed70620a030059925b1
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 26 22:59:28 2016 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Fri Aug 26 22:59:28 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eb63cea
kde-misc/kdeconnect: Version bump to 1.0
Package-Manager: portage-2.3.0
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.0.ebuild | 81 +++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 847072e..eb44bca 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1,3 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
+DIST kdeconnect-kde-1.0.tar.xz 217672 SHA256 207faf0bb8174d15cc0b04ef5eeacb86db21dd941a645dbf3f6c2ac301c7a85d SHA512 29d9501c35a2b081d9be2dfff6d12ea0fcffe9a14162636ee778d7eb717de575221dde058334649614e65757853e521b85fa1f459e564e096a4407ff698696a9 WHIRLPOOL faf37cad7ff06643c72fadaa0df48d207ec474908abd4dfe66fd53724bec319fbc918fcec64d59d869408503ae3e2fc93be3dbc4b961c6e0f1a90ea308729670
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
new file mode 100644
index 00000000..a8da03b
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/1.0/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app +telepathy wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,openssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
+ wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "sys-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-08-27 18:46 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-08-27 18:46 UTC (permalink / raw
To: gentoo-commits
commit: 5845e94c26af356eb1ae5ca10f0d1f55931856fd
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 27 18:45:44 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 27 18:45:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5845e94c
kde-misc/kdeconnect: sys-fs/sshfs moved to net-fs
Package-Manager: portage-2.3.0
kde-misc/kdeconnect/kdeconnect-1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
index a8da03b..656cdad 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
@@ -73,7 +73,7 @@ pkg_postinst(){
elog
elog "Optional dependency:"
- elog "sys-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-09-21 14:22 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2016-09-21 14:22 UTC (permalink / raw
To: gentoo-commits
commit: 4270f55c320a9af75d93a579ef651fde216d109a
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 21 14:21:42 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 14:22:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4270f55c
kde-misc/kdeconnect: version bump
Package-Manager: portage-2.3.0
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild | 81 +++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index eb44bca..367f82c 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,3 +1,4 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
+DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13
DIST kdeconnect-kde-1.0.tar.xz 217672 SHA256 207faf0bb8174d15cc0b04ef5eeacb86db21dd941a645dbf3f6c2ac301c7a85d SHA512 29d9501c35a2b081d9be2dfff6d12ea0fcffe9a14162636ee778d7eb717de575221dde058334649614e65757853e521b85fa1f459e564e096a4407ff698696a9 WHIRLPOOL faf37cad7ff06643c72fadaa0df48d207ec474908abd4dfe66fd53724bec319fbc918fcec64d59d869408503ae3e2fc93be3dbc4b961c6e0f1a90ea308729670
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
new file mode 100644
index 00000000..55a4a86
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app +telepathy wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,openssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
+ wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-11-17 21:59 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-11-17 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 0df42dbb42fa50c81dddfaa201ceae468e9c1a24
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 21:58:59 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 21:59:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df42dbb
kde-misc/kdeconnect: Remove 1.0
Package-Manager: portage-2.3.2
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.0.ebuild | 81 -------------------------------
2 files changed, 82 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index d75d770..554955d 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,4 +1,3 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13
DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
-DIST kdeconnect-kde-1.0.tar.xz 217672 SHA256 207faf0bb8174d15cc0b04ef5eeacb86db21dd941a645dbf3f6c2ac301c7a85d SHA512 29d9501c35a2b081d9be2dfff6d12ea0fcffe9a14162636ee778d7eb717de575221dde058334649614e65757853e521b85fa1f459e564e096a4407ff698696a9 WHIRLPOOL faf37cad7ff06643c72fadaa0df48d207ec474908abd4dfe66fd53724bec319fbc918fcec64d59d869408503ae3e2fc93be3dbc4b961c6e0f1a90ea308729670
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
deleted file mode 100644
index 3408510..00000000
--- a/kde-misc/kdeconnect/kdeconnect-1.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/1.0/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-11-17 21:59 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-11-17 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 3756ba61aa780e86251d67a29800fc67137a95cf
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 21:59:23 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 21:59:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3756ba61
kde-misc/kdeconnect: Remove 1.0.1
Package-Manager: portage-2.3.2
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild | 81 -----------------------------
2 files changed, 82 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 554955d..8d8d978 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,3 +1,2 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
-DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13
DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
deleted file mode 100644
index 0599741..00000000
--- a/kde-misc/kdeconnect/kdeconnect-1.0.1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-11-17 21:59 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-11-17 21:59 UTC (permalink / raw
To: gentoo-commits
commit: 28f2db86d2ca0ce31598d867cb922fe7fcab0626
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 21:57:31 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 21:59:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28f2db86
kde-misc/kdeconnect: Version bump 1.0.2
Package-Manager: portage-2.3.2
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild | 81 +++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 367f82c..097cc9d 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,4 +1,5 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13
+DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
DIST kdeconnect-kde-1.0.tar.xz 217672 SHA256 207faf0bb8174d15cc0b04ef5eeacb86db21dd941a645dbf3f6c2ac301c7a85d SHA512 29d9501c35a2b081d9be2dfff6d12ea0fcffe9a14162636ee778d7eb717de575221dde058334649614e65757853e521b85fa1f459e564e096a4407ff698696a9 WHIRLPOOL faf37cad7ff06643c72fadaa0df48d207ec474908abd4dfe66fd53724bec319fbc918fcec64d59d869408503ae3e2fc93be3dbc4b961c6e0f1a90ea308729670
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild
new file mode 100644
index 00000000..b6a0838
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app +telepathy wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
+ wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-11-17 21:59 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-11-17 21:59 UTC (permalink / raw
To: gentoo-commits
commit: da39252ecc525239ad219362cb9b4ed990a6a60c
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 21:58:32 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 21:59:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da39252e
kde-misc/kdeconnect: Remove 0.9g
Package-Manager: portage-2.3.2
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-0.9g.ebuild | 81 ------------------------------
2 files changed, 82 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 097cc9d..d75d770 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,5 +1,4 @@
DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e WHIRLPOOL 0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
-DIST kdeconnect-kde-0.9g.tar.xz 183632 SHA256 4033754057bbc993b1d4350959afbe1d17a4f1e56dd60c6df6abca5a321ee1b8 SHA512 39c857d139563806d0805409dce3f2bec3d776d23b3228ff72f3878717eed4558990e1b0b4055728b7643956e73994329960caea9e348dccfb6645a7b0f68445 WHIRLPOOL 9c41faff4f6b171af9e74a867c7b665b82e29d28a743cb4aef3ce44beb5463c09567a82be89fe3472748b99608444790b79725248b4c24b9d7cd677930061452
DIST kdeconnect-kde-1.0.1.tar.xz 218652 SHA256 553bcc338b62e00fc9f98152e6dfe21d95f5e7eb6109a4e5b5900274a7b4e102 SHA512 965abf99b6c0a6a345209d8bbf0a4ae2117228280516e8b36615ae52d5a66822b6371dca84208d7f03d183ecb0829b497a60d0ab330eb29528c73d4c5639ce87 WHIRLPOOL 03578830833f6b95f4df41da4f78aaf9dec2206bacff64af49e1642064661d527f22ff9e3a198f678d23d28cf3f2d2ef5bb50f593ac293de693229367e27ad13
DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
DIST kdeconnect-kde-1.0.tar.xz 217672 SHA256 207faf0bb8174d15cc0b04ef5eeacb86db21dd941a645dbf3f6c2ac301c7a85d SHA512 29d9501c35a2b081d9be2dfff6d12ea0fcffe9a14162636ee778d7eb717de575221dde058334649614e65757853e521b85fa1f459e564e096a4407ff698696a9 WHIRLPOOL faf37cad7ff06643c72fadaa0df48d207ec474908abd4dfe66fd53724bec319fbc918fcec64d59d869408503ae3e2fc93be3dbc4b961c6e0f1a90ea308729670
diff --git a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild b/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
deleted file mode 100644
index 455bce6..00000000
--- a/kde-misc/kdeconnect/kdeconnect-0.9g.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/unstable/${PN}/0.9/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-12-11 21:31 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-12-11 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 544a42eafb9645d999626b1dd7534625b1f64671
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 11 20:19:18 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 21:31:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=544a42ea
kde-misc/kdeconnect: Drop old
Closes: https://github.com/gentoo/gentoo/pull/3092
Package-Manager: portage-2.3.0
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild | 81 -----------------------------
1 file changed, 81 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild
deleted file mode 100644
index b6a0838..00000000
--- a/kde-misc/kdeconnect/kdeconnect-1.0.2.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland '' 5.5.5) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-12-11 21:31 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-12-11 21:31 UTC (permalink / raw
To: gentoo-commits
commit: 877747cfb139400a18cfb337be76118991ded3e6
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Dec 11 20:18:50 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 21:31:52 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877747cf
kde-misc/kdeconnect: Add missing RDEPEND with USE=app
Gentoo-bug: 600794
Package-Manager: portage-2.3.0
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild | 82 ++++++++++++++++++++++++++
1 file changed, 82 insertions(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild
new file mode 100644
index 00000000..1769768
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app +telepathy wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ app? ( dev-libs/kirigami:5 )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5)
+ $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-12-18 10:00 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-12-18 10:00 UTC (permalink / raw
To: gentoo-commits
commit: b5ee10116a2ed4fa861614f0bc330ddfe81b9f72
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 09:55:52 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 10:00:16 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ee1011
kde-misc/kdeconnect: Remove 1.0.2 (r1)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild | 82 --------------------------
kde-misc/kdeconnect/metadata.xml | 1 -
3 files changed, 84 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 14e60b9..71fdbce 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
DIST kdeconnect-kde-1.0.3.tar.xz 230464 SHA256 221f61b77284453e2c32865700c82deb50e3c0e11f4197c2c7ecf0a60420802c SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937 WHIRLPOOL 2363a74535efb44dfc8f621c25d2cafd7daf9ab6714855d979b5bcd980a632c50e5faeef48f13a9642313480ae107f89295916fdb5098cb5d5098ab3d463fc66
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild
deleted file mode 100644
index 1769768..00000000
--- a/kde-misc/kdeconnect/kdeconnect-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
-IUSE="app +telepathy wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- telepathy? ( >=net-libs/telepathy-qt-0.9.7[qt5] )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- app? ( dev-libs/kirigami:5 )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package telepathy TelepathyQt5)
- $(cmake-utils_use_find_package telepathy TelepathyQt5Service)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog
-}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 67aab70..2dc330a 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -7,7 +7,6 @@
</maintainer>
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
- <flag name="telepathy">Enable <pkg>net-libs/telepathy-qt</pkg> support to receive text messages and respond to them</flag>
<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-12-18 10:00 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-12-18 10:00 UTC (permalink / raw
To: gentoo-commits
commit: 16355377d920c2641316cc7c7b87e1e47af806cc
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Dec 17 21:24:26 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 10:00:15 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16355377
kde-misc/kdeconnect: 1.0.3 version bump
Package-Manager: portage-2.3.0
Closes: https://github.com/gentoo/gentoo/pull/3144
Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 81 +++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 06fc62b..14e60b9 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6 WHIRLPOOL b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2
+DIST kdeconnect-kde-1.0.3.tar.xz 230464 SHA256 221f61b77284453e2c32865700c82deb50e3c0e11f4197c2c7ecf0a60420802c SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937 WHIRLPOOL 2363a74535efb44dfc8f621c25d2cafd7daf9ab6714855d979b5bcd980a632c50e5faeef48f13a9642313480ae107f89295916fdb5098cb5d5098ab3d463fc66
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
new file mode 100644
index 00000000..a0ec0db
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ app? ( dev-libs/kirigami:5 )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2016-12-23 7:45 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2016-12-23 7:45 UTC (permalink / raw
To: gentoo-commits
commit: 2e8827f0415de4e69e67e0225b9ba4aa345366f2
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 07:42:00 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 07:42:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8827f0
kde-misc/kdeconnect: Update post install message
Gentoo-bug: 603190
Package-Manager: Portage-2.3.3, Repoman-2.3.1
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index a0ec0db..3c51560 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -77,5 +77,7 @@ pkg_postinst(){
elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
elog
}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-03-04 13:38 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2017-03-04 13:38 UTC (permalink / raw
To: gentoo-commits
commit: 2dcf5cc55d591c3743a772f6b2addfb8f4b3e622
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 13:36:47 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 13:38:21 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dcf5cc5
kde-misc/kdeconnect: amd64 stable wrt bug #611656
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index 2a2aae7b7f3..6c3c33face6 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="app wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-03-04 13:46 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2017-03-04 13:46 UTC (permalink / raw
To: gentoo-commits
commit: 2a855680d4e7866d0da79845ebf45f1a28c769b6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 13:45:38 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 13:45:38 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a855680
kde-misc/kdeconnect: x86 stable wrt bug #611656
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index 6c3c33face6..a53c2b88180 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="app wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-08-08 17:15 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2017-08-08 17:15 UTC (permalink / raw
To: gentoo-commits
commit: db6e19ee56baa498afd5f8d75506fc3433134f6a
Author: Nils Freydank <holgersson <AT> posteo <DOT> de>
AuthorDate: Mon Aug 7 20:23:44 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 17:15:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6e19ee
kde-misc/kdeconnect: Add SELinux policy
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5345
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index 9c9677d2bfc..fbd9da9ae2a 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
KEYWORDS="amd64 x86"
-IUSE="app wayland"
+IUSE="app selinux wayland"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -44,6 +44,7 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
app? ( kde-frameworks/kirigami:1 )
+ selinux? ( sec-policy/selinux-kdeconnect )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-09-18 18:38 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2017-09-18 18:38 UTC (permalink / raw
To: gentoo-commits
commit: 2afdfb27ed317fd4418df225169b6ee281f9cc1e
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 18 18:37:56 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Sep 18 18:38:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2afdfb27
kde-misc/kdeconnect: Use eclass SELinux support
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index fbd9da9ae2a..5f55b191f62 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -6,6 +6,7 @@ EAPI=6
KDE_HANDBOOK="optional"
KDE_TEST="true"
KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
inherit kde5
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
@@ -14,7 +15,7 @@ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
KEYWORDS="amd64 x86"
-IUSE="app selinux wayland"
+IUSE="app wayland"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -44,7 +45,6 @@ DEPEND="
RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
app? ( kde-frameworks/kirigami:1 )
- selinux? ( sec-policy/selinux-kdeconnect )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-09-19 17:19 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2017-09-19 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 1bf7c771b22459761e928376c864e05641b2e5c3
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 19 17:18:58 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:19:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf7c771
kde-misc/kdeconnect: Version bump 1.2
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.2.ebuild | 84 +++++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 71fdbce4c03..3c52a413ebe 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.0.3.tar.xz 230464 SHA256 221f61b77284453e2c32865700c82deb50e3c0e11f4197c2c7ecf0a60420802c SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937 WHIRLPOOL 2363a74535efb44dfc8f621c25d2cafd7daf9ab6714855d979b5bcd980a632c50e5faeef48f13a9642313480ae107f89295916fdb5098cb5d5098ab3d463fc66
+DIST kdeconnect-kde-1.2.tar.xz 263800 SHA256 5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970 SHA512 3cb65abaec6938905ccdb5ebab8ed831b2542dcd945516481e67d32eaa7ddb0f8aa9a1f58c3955989372bc5a57e7012bc20f30fd1b76768d6b6f2179dbabe4ef WHIRLPOOL bec2ef1d4cddd3c0819cd3b9b6cc616fd947745ee9bb3617aa1183f4e90e06d45bb1a8c6db0391dc83268f9e0e574d391caa8770439d7eb7220a8a6f8d3ac032
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
new file mode 100644
index 00000000000..1cf1b6c8f16
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+FRAMEWORKS_MINIMAL="5.38.0"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ $(add_plasma_dep plasma-workspace)
+ app? ( $(add_frameworks_dep kirigami '' 2.2.0) )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-09-20 10:22 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2017-09-20 10:22 UTC (permalink / raw
To: gentoo-commits
commit: c30bd21fa8a79094c7d42416a2d739057b3f1029
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 20 10:22:09 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Sep 20 10:22:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30bd21f
kde-misc/kdeconnect: drop kde-plasma/plasma-workspace dependency
This was requested by upstream as it's possible to use parts kdeconnect in any
environment:
https://mail.kde.org/pipermail/release-team/2017-September/010632.html
Package-Manager: Portage-2.3.8, Repoman-2.3.3
kde-misc/kdeconnect/kdeconnect-1.2.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
index 1cf1b6c8f16..a0b91f18add 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
@@ -44,7 +44,6 @@ DEPEND="
wayland? ( $(add_frameworks_dep kwayland) )
"
RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
app? ( $(add_frameworks_dep kirigami '' 2.2.0) )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-12-12 16:35 Thomas Deutschmann
0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2017-12-12 16:35 UTC (permalink / raw
To: gentoo-commits
commit: 325ba11904f2a70611f30fbd98795e16455611de
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:18:15 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 16:18:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=325ba119
kde-misc/kdeconnect: x86 stable (bug #639544)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
kde-misc/kdeconnect/kdeconnect-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
index a0b91f18add..88032d29660 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
IUSE="app wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-12-12 17:30 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2017-12-12 17:30 UTC (permalink / raw
To: gentoo-commits
commit: cf3cd4fed1b6c4e1082a1949cb28efc3afed31bc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:47:17 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 17:30:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3cd4fe
kde-misc/kdeconnect: Drop old
Package-Manager: Portage-2.3.18, Repoman-2.3.6
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 83 -----------------------------
2 files changed, 84 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index b0049f19eb3..2c912ae54b3 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.0.3.tar.xz 230464 BLAKE2B c40fd8d1d021d0687b11a9b590668415ca87a19ecc5755548f2cfe16ab90fdf4f1636ccd80edf093403c06dd75ebc3b1eceba4c8b9bd22df6b9f4ebb7a58a366 SHA512 b24acd75c05aab4638aa16ff7314dd68634fab4f9708124e8947960c92a6a4cfe66d47dd3575f89822771267319bfce124fcee752ea65951b49b55f8aa026937
DIST kdeconnect-kde-1.2.tar.xz 263800 BLAKE2B 032ac4642ec4d40ccc89e7f6736b93cb087076e9ad007fdb8871cb2086fbf4b82dbc99550dc4561814db0e7e9d48c80da26df14bf27d8311f317a48885f17a17 SHA512 3cb65abaec6938905ccdb5ebab8ed831b2542dcd945516481e67d32eaa7ddb0f8aa9a1f58c3955989372bc5a57e7012bc20f30fd1b76768d6b6f2179dbabe4ef
diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
deleted file mode 100644
index 5f55b191f62..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="app wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- $(add_plasma_dep plasma-workspace)
- app? ( kde-frameworks/kirigami:1 )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2017-12-12 17:30 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2017-12-12 17:30 UTC (permalink / raw
To: gentoo-commits
commit: 3ea81e0789955d54d1de9611cfc49808bfbb359f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 16:46:39 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 17:30:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea81e07
kde-misc/kdeconnect: amd64 stable, bug #639544
Closes: https://bugs.gentoo.org/639544
Package-Manager: Portage-2.3.18, Repoman-2.3.6
kde-misc/kdeconnect/kdeconnect-1.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
index 88032d29660..51df02e7a5e 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="app wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-01-17 19:08 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-01-17 19:08 UTC (permalink / raw
To: gentoo-commits
commit: 9c0d9825e490196f6d9379f1902f8374bfee1b6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 19:00:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 19:00:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0d9825
kde-misc/kdeconnect: 1.2.1 version bump
Package-Manager: Portage-2.3.13, Repoman-2.3.4
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild | 84 +++++++++++++++++++++++++++++
2 files changed, 85 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 2c912ae54b3..a5103512985 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.2.tar.xz 263800 BLAKE2B 032ac4642ec4d40ccc89e7f6736b93cb087076e9ad007fdb8871cb2086fbf4b82dbc99550dc4561814db0e7e9d48c80da26df14bf27d8311f317a48885f17a17 SHA512 3cb65abaec6938905ccdb5ebab8ed831b2542dcd945516481e67d32eaa7ddb0f8aa9a1f58c3955989372bc5a57e7012bc20f30fd1b76768d6b6f2179dbabe4ef
+DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild
new file mode 100644
index 00000000000..c213b832402
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild
@@ -0,0 +1,84 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-v${PV}.tar.xz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~x86"
+IUSE="app wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ app? ( $(add_frameworks_dep kirigami) )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+S="${WORKDIR}/${KMNAME}-v${PV}"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+ elog
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-02-10 0:14 Michael Palimaka
0 siblings, 0 replies; 89+ messages in thread
From: Michael Palimaka @ 2018-02-10 0:14 UTC (permalink / raw
To: gentoo-commits
commit: 1680fd397ac256ca28a7ed80fb32fd60dc17b283
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 10 00:14:13 2018 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 10 00:14:43 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1680fd39
kde-misc/kdeconnect: raise frameworks minimal version
Closes: https://bugs.gentoo.org/647190
Package-Manager: Portage-2.3.19, Repoman-2.3.6
.../kdeconnect/{kdeconnect-1.2.1.ebuild => kdeconnect-1.2.1-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
similarity index 98%
rename from kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild
rename to kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
index c213b832402..c3a0b78cf03 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=6
+FRAMEWORKS_MINIMAL="5.42.0"
KDE_HANDBOOK="optional"
KDE_TEST="true"
KMNAME="${PN}-kde"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-03-13 23:24 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-03-13 23:24 UTC (permalink / raw
To: gentoo-commits
commit: 794077c8ec52cf95d047078efdb1ac5401a73a03
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 23:24:03 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 23:24:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794077c8
kde-misc/kdeconnect: Drop 1.2 (r0)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.2.ebuild | 83 -------------------------------
2 files changed, 84 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index a5103512985..9fe5635d81d 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.2.tar.xz 263800 BLAKE2B 032ac4642ec4d40ccc89e7f6736b93cb087076e9ad007fdb8871cb2086fbf4b82dbc99550dc4561814db0e7e9d48c80da26df14bf27d8311f317a48885f17a17 SHA512 3cb65abaec6938905ccdb5ebab8ed831b2542dcd945516481e67d32eaa7ddb0f8aa9a1f58c3955989372bc5a57e7012bc20f30fd1b76768d6b6f2179dbabe4ef
DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
deleted file mode 100644
index 51df02e7a5e..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-FRAMEWORKS_MINIMAL="5.38.0"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="app wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- app? ( $(add_frameworks_dep kirigami '' 2.2.0) )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-03-13 23:24 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-03-13 23:24 UTC (permalink / raw
To: gentoo-commits
commit: d78e7c171afa61091c4f758bdd03caaa1f226fc1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 13 23:23:42 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 13 23:24:22 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78e7c17
kde-misc/kdeconnect: 1.2.1-r1 amd64 stable
Closes: https://bugs.gentoo.org/647064
Package-Manager: Portage-2.3.24, Repoman-2.3.6
kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
index 1a81e84b1f0..7ed3a7c82a9 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-v${PV}.tar.xz"
LICENSE="GPL-2+"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="app wayland"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-03-22 12:22 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-03-22 12:22 UTC (permalink / raw
To: gentoo-commits
commit: ff0e72b0cdf4da7360aed2b5b63ed55fcc9002a7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 11:06:01 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 12:15:02 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff0e72b0
kde-misc/kdeconnect: Prepare for app-crypt/qca w/o USE=qt5
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../{kdeconnect-1.2.1-r1.ebuild => kdeconnect-1.2.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild
similarity index 98%
rename from kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
rename to kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild
index 7ed3a7c82a9..bb97c4bef86 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.2.1-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild
@@ -36,7 +36,7 @@ DEPEND="
$(add_qt_dep qtnetwork)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5,ssl]
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
x11-libs/libfakekey
x11-libs/libX11
x11-libs/libXtst
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-04-09 17:34 Johannes Huber
0 siblings, 0 replies; 89+ messages in thread
From: Johannes Huber @ 2018-04-09 17:34 UTC (permalink / raw
To: gentoo-commits
commit: 5b0d6fd52ec4d7a8f648ef076de2a52977e49f3f
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 9 17:34:06 2018 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 9 17:34:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b0d6fd5
kde-misc/kdeconnect: Version bump 1.3.0
Package-Manager: Portage-2.3.28, Repoman-2.3.9
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild | 88 +++++++++++++++++++++++++++++
kde-misc/kdeconnect/metadata.xml | 1 +
3 files changed, 90 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 9fe5635d81d..eb7f159adfc 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
+DIST kdeconnect-kde-1.3.0.tar.xz 281972 BLAKE2B 62e8b59bc661be7a17ef4e160411dff2150ea8639f69388f32453d3b0066ebc7333987b7df31241eac7d95b994f91347432226ef7f5d7bb864b87108fb974544 SHA512 837f6129393fc1e6d68c1c0cc7eea244bc1702fa4beb9bfc764d001077a890ff7c9a954de738ccabb3369f1a9a08325300514eecdbced939ad8e8b360a4b2045
DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
new file mode 100644
index 00000000000..824a32a6085
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
@@ -0,0 +1,88 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+FRAMEWORKS_MINIMAL="5.42.0"
+KDE_HANDBOOK="optional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app sms wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ app? ( $(add_frameworks_dep kdeclarative) )
+ sms? ( $(add_frameworks_dep kpeople) )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ app? ( $(add_frameworks_dep kirigami) )
+ sms? ( $(add_frameworks_dep kirigami) )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+src_prepare() {
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+
+ kde5_src_prepare
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DSMSAPP_ENABLED=$(usex sms)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+ elog
+}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 2dc330ab88c..320dfa65998 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
+ <flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-05-31 13:24 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-05-31 13:24 UTC (permalink / raw
To: gentoo-commits
commit: d866de000dade476b5e9f036b5d46965c566d833
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 13:22:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 31 13:24:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d866de00
kde-misc/kdeconnect: 1.3.1 version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild | 89 +++++++++++++++++++++++++++++
kde-misc/kdeconnect/metadata.xml | 1 +
3 files changed, 91 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index eb7f159adfc..1c7659d3606 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1,3 @@
DIST kdeconnect-kde-1.3.0.tar.xz 281972 BLAKE2B 62e8b59bc661be7a17ef4e160411dff2150ea8639f69388f32453d3b0066ebc7333987b7df31241eac7d95b994f91347432226ef7f5d7bb864b87108fb974544 SHA512 837f6129393fc1e6d68c1c0cc7eea244bc1702fa4beb9bfc764d001077a890ff7c9a954de738ccabb3369f1a9a08325300514eecdbced939ad8e8b360a4b2045
+DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
new file mode 100644
index 00000000000..e5896a909ec
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app mousepad wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ app? ( $(add_frameworks_dep kdeclarative) )
+ mousepad? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ app? ( $(add_frameworks_dep kirigami) )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
+
+src_prepare() {
+ kde5_src_prepare
+
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ $(cmake-utils_use_find_package mousepad LibFakeKey)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog
+ elog "Optional dependency:"
+ elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
+ elog
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+ elog
+}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 320dfa65998..ccae5861e28 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
+ <flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
<flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
</use>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-05-31 13:24 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-05-31 13:24 UTC (permalink / raw
To: gentoo-commits
commit: a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 31 13:23:38 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 31 13:24:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a269cc1d
kde-misc/kdeconnect: Drop USE=sms, exists only in master branch
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild | 5 +----
kde-misc/kdeconnect/metadata.xml | 1 -
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
index b826ef6e3ba..a4c3a879ba2 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
@@ -18,7 +18,7 @@ fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
LICENSE="GPL-2+"
-IUSE="app sms wayland"
+IUSE="app wayland"
DEPEND="
$(add_frameworks_dep kcmutils)
@@ -43,12 +43,10 @@ DEPEND="
x11-libs/libX11
x11-libs/libXtst
app? ( $(add_frameworks_dep kdeclarative) )
- sms? ( $(add_frameworks_dep kpeople) )
wayland? ( $(add_frameworks_dep kwayland) )
"
RDEPEND="${DEPEND}
app? ( $(add_frameworks_dep kirigami) )
- sms? ( $(add_frameworks_dep kirigami) )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
"
@@ -68,7 +66,6 @@ src_prepare() {
src_configure() {
local mycmakeargs=(
-DEXPERIMENTALAPP_ENABLED=$(usex app)
- -DSMSAPP_ENABLED=$(usex sms)
$(cmake-utils_use_find_package wayland KF5Wayland)
)
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index ccae5861e28..b2a2f800e42 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -8,7 +8,6 @@
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
<flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
- <flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-06-07 10:13 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2018-06-07 10:13 UTC (permalink / raw
To: gentoo-commits
commit: e0756e33dd7cc7ee68db907a81294b5eedefb797
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 10:12:38 2018 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 10:12:38 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0756e33
kde-misc/kdeconnect: amd64 stable wrt bug #656872
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="amd64"
kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
index f46d73c2d08..2becdf4d6b4 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
@@ -11,7 +11,7 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-06-07 10:48 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-06-07 10:48 UTC (permalink / raw
To: gentoo-commits
commit: 652e2212b10cf247862f94278513a532fe7f491c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 7 10:42:41 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jun 7 10:48:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652e2212
kde-misc/kdeconnect: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
kde-misc/kdeconnect/Manifest | 2 -
kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild | 85 -------------------------
kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild | 87 --------------------------
3 files changed, 174 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 1c7659d3606..14cf9da03d3 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,3 +1 @@
-DIST kdeconnect-kde-1.3.0.tar.xz 281972 BLAKE2B 62e8b59bc661be7a17ef4e160411dff2150ea8639f69388f32453d3b0066ebc7333987b7df31241eac7d95b994f91347432226ef7f5d7bb864b87108fb974544 SHA512 837f6129393fc1e6d68c1c0cc7eea244bc1702fa4beb9bfc764d001077a890ff7c9a954de738ccabb3369f1a9a08325300514eecdbced939ad8e8b360a4b2045
DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
-DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
diff --git a/kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild
deleted file mode 100644
index bb97c4bef86..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FRAMEWORKS_MINIMAL="5.42.0"
-KDE_HANDBOOK="optional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-v${PV}.tar.xz"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="app wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- app? ( $(add_frameworks_dep kirigami) )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-S="${WORKDIR}/${KMNAME}-v${PV}"
-
-src_prepare() {
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-
- kde5_src_prepare
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
-}
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
deleted file mode 100644
index a4c3a879ba2..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FRAMEWORKS_MINIMAL="5.42.0"
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-LICENSE="GPL-2+"
-IUSE="app wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- app? ( $(add_frameworks_dep kdeclarative) )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- app? ( $(add_frameworks_dep kirigami) )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${P}-no-wayland.patch" )
-
-src_prepare() {
- kde5_src_prepare
-
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-10-16 9:06 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-10-16 9:06 UTC (permalink / raw
To: gentoo-commits
commit: e1c8f61d13f4bf1f089f047fee2c7eb0cbf41bd3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 16 08:01:30 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Oct 16 09:06:11 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c8f61d
kde-misc/kdeconnect: 1.3.2 version bump
Closes: https://bugs.gentoo.org/666584
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild | 87 +++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 14cf9da03d3..a85b69cfb76 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
+DIST kdeconnect-kde-1.3.2.tar.xz 283892 BLAKE2B dcc2b1a4005d21b2165d9b43c78ca68d4109c6ee1ec698cc497f36c0fff482b302fa5c27a2027e58b364c878d1784e508017c36db6057a14d4d0c7a57d775151 SHA512 6ed1a831bf1d6ed8afa875185c54b453c3da9a35f386bfadf494ffe174fc58aa0e3fd1291bd4523bd9c954fc5319527761c249f453f6db879ac46fc185f354ac
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild
new file mode 100644
index 00000000000..cc8ac394d82
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app bluetooth mousepad wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ app? ( $(add_frameworks_dep kdeclarative) )
+ bluetooth? ( $(add_qt_dep qtbluetooth) )
+ mousepad? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ net-fs/sshfs
+ app? ( $(add_frameworks_dep kirigami) )
+ wayland? ( $(add_plasma_dep kwin) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
+
+src_prepare() {
+ kde5_src_prepare
+
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ $(cmake-utils_use_find_package mousepad LibFakeKey)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-05 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-11-05 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 63d845279b4bf93194bfc0adb1118c76dd288edf
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 5 20:35:47 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 5 20:39:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63d84527
kde-misc/kdeconnect: Remove seemingly obsolete USE=wayland RDEPEND
kde-plasma/kwin once contained kde-frameworks/kwayland, on which we
properly depend already.
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../kdeconnect/{kdeconnect-1.3.2.ebuild => kdeconnect-1.3.2-r1.ebuild} | 1 -
1 file changed, 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild
similarity index 98%
rename from kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild
rename to kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild
index cc8ac394d82..69d37747f61 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.2.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild
@@ -50,7 +50,6 @@ DEPEND="
RDEPEND="${DEPEND}
net-fs/sshfs
app? ( $(add_frameworks_dep kirigami) )
- wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-07 15:02 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-11-07 15:02 UTC (permalink / raw
To: gentoo-commits
commit: e6f33b94cb65fcd90994249d93b1ef16736146f8
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 14:57:06 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 15:02:23 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f33b94
kde-misc/kdeconnect: 1.3.3 version bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild | 86 +++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index a85b69cfb76..309165dc358 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1,3 @@
DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
DIST kdeconnect-kde-1.3.2.tar.xz 283892 BLAKE2B dcc2b1a4005d21b2165d9b43c78ca68d4109c6ee1ec698cc497f36c0fff482b302fa5c27a2027e58b364c878d1784e508017c36db6057a14d4d0c7a57d775151 SHA512 6ed1a831bf1d6ed8afa875185c54b453c3da9a35f386bfadf494ffe174fc58aa0e3fd1291bd4523bd9c954fc5319527761c249f453f6db879ac46fc185f354ac
+DIST kdeconnect-kde-1.3.3.tar.xz 284712 BLAKE2B 1e36cf9e59cefd6d30f63805d3a91d86dbb98e7b73cfbe7b3a9263996b3f500f245a2cbdec2176fcf9ff7ff6a6820d5c3509a637a5de441e3d6c50e515980ce8 SHA512 177f525a17c771e31acb2d36a66bc653fb7c584740409ed4a487d30a411737ee6716e353a607d08e699a579593491b9f36f46d9fe57221307f9327fc59a6779f
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
new file mode 100644
index 00000000000..69d37747f61
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app bluetooth mousepad wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ app? ( $(add_frameworks_dep kdeclarative) )
+ bluetooth? ( $(add_qt_dep qtbluetooth) )
+ mousepad? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ net-fs/sshfs
+ app? ( $(add_frameworks_dep kirigami) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
+
+src_prepare() {
+ kde5_src_prepare
+
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ $(cmake-utils_use_find_package mousepad LibFakeKey)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-07 15:03 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-11-07 15:03 UTC (permalink / raw
To: gentoo-commits
commit: 7c3d3122c96be8c91f496fb926b5759b21d1fe74
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 7 15:03:46 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Nov 7 15:03:46 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3d3122
kde-misc/kdeconnect: Drop 1.3.2-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild | 86 --------------------------
2 files changed, 87 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 309165dc358..5fe8e9f470d 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,3 +1,2 @@
DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
-DIST kdeconnect-kde-1.3.2.tar.xz 283892 BLAKE2B dcc2b1a4005d21b2165d9b43c78ca68d4109c6ee1ec698cc497f36c0fff482b302fa5c27a2027e58b364c878d1784e508017c36db6057a14d4d0c7a57d775151 SHA512 6ed1a831bf1d6ed8afa875185c54b453c3da9a35f386bfadf494ffe174fc58aa0e3fd1291bd4523bd9c954fc5319527761c249f453f6db879ac46fc185f354ac
DIST kdeconnect-kde-1.3.3.tar.xz 284712 BLAKE2B 1e36cf9e59cefd6d30f63805d3a91d86dbb98e7b73cfbe7b3a9263996b3f500f245a2cbdec2176fcf9ff7ff6a6820d5c3509a637a5de441e3d6c50e515980ce8 SHA512 177f525a17c771e31acb2d36a66bc653fb7c584740409ed4a487d30a411737ee6716e353a607d08e699a579593491b9f36f46d9fe57221307f9327fc59a6779f
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild
deleted file mode 100644
index 69d37747f61..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.3.2-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-LICENSE="GPL-2+"
-IUSE="app bluetooth mousepad wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- app? ( $(add_frameworks_dep kdeclarative) )
- bluetooth? ( $(add_qt_dep qtbluetooth) )
- mousepad? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- net-fs/sshfs
- app? ( $(add_frameworks_dep kirigami) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
-
-src_prepare() {
- kde5_src_prepare
-
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake-utils_use_find_package mousepad LibFakeKey)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-17 21:34 Thomas Deutschmann
0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2018-11-17 21:34 UTC (permalink / raw
To: gentoo-commits
commit: ba9dec9d2250f6a5d600f0b3804e66960162abfe
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 17 21:13:57 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Nov 17 21:33:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9dec9d
kde-misc/kdeconnect: x86 stable (bug #671322)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
index 69d37747f61..8555470399c 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-22 0:33 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-11-22 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 53e80fe4001974a0b650a0863500c517aa737b4e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 23:33:43 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 00:33:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53e80fe4
kde-misc/kdeconnect: Drop 1.3.1
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild | 89 -----------------------------
2 files changed, 90 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 5fe8e9f470d..9c4de3814dc 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.3.1.tar.xz 283636 BLAKE2B 8790ff2f411539db6759ddcad6a9401b2769c7c02f7a0465e0141f10eb6b5675fa56ac89bce94ae02326ce6eb13911f0b97684660df05195df596c1848d1f219 SHA512 52157dc7c7c3caec9871e9feb69c7aa8b82738fa5d4e60bb7492a9ded672351fbb6773ebf166281da9e585798583c1b23ac52bfd60927bb606472b19c5dc8538
DIST kdeconnect-kde-1.3.3.tar.xz 284712 BLAKE2B 1e36cf9e59cefd6d30f63805d3a91d86dbb98e7b73cfbe7b3a9263996b3f500f245a2cbdec2176fcf9ff7ff6a6820d5c3509a637a5de441e3d6c50e515980ce8 SHA512 177f525a17c771e31acb2d36a66bc653fb7c584740409ed4a487d30a411737ee6716e353a607d08e699a579593491b9f36f46d9fe57221307f9327fc59a6779f
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
deleted file mode 100644
index 2becdf4d6b4..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.3.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-LICENSE="GPL-2+"
-IUSE="app mousepad wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- app? ( $(add_frameworks_dep kdeclarative) )
- mousepad? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- app? ( $(add_frameworks_dep kirigami) )
- wayland? ( $(add_plasma_dep kwin) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
-
-src_prepare() {
- kde5_src_prepare
-
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- $(cmake-utils_use_find_package mousepad LibFakeKey)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog
- elog "Optional dependency:"
- elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
- elog
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2018-11-22 0:33 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2018-11-22 0:33 UTC (permalink / raw
To: gentoo-commits
commit: 762935b97b1a0e49030fd21bdb30186ddca549d9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 21 21:12:03 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 22 00:33:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762935b9
kde-misc/kdeconnect: 1.3.3 amd64 stable
Closes: https://bugs.gentoo.org/671322
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
index 8555470399c..e8e752d275d 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
@@ -11,7 +11,7 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2019-03-25 12:44 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2019-03-25 12:44 UTC (permalink / raw
To: gentoo-commits
commit: db03b678865281c69891bce4581c17b66174ef8c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 25 12:43:25 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 25 12:44:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db03b678
kde-misc/kdeconnect: 1.3.4 version bump, EAPI-7 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild | 86 +++++++++++++++++++++++++++++
2 files changed, 87 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 9c4de3814dc..cdc773f81bd 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.3.3.tar.xz 284712 BLAKE2B 1e36cf9e59cefd6d30f63805d3a91d86dbb98e7b73cfbe7b3a9263996b3f500f245a2cbdec2176fcf9ff7ff6a6820d5c3509a637a5de441e3d6c50e515980ce8 SHA512 177f525a17c771e31acb2d36a66bc653fb7c584740409ed4a487d30a411737ee6716e353a607d08e699a579593491b9f36f46d9fe57221307f9327fc59a6779f
+DIST kdeconnect-kde-1.3.4.tar.xz 286724 BLAKE2B bf3353c317ebbb98e770a1c408940cb4ff5884f1e4a6a7ec4add5e26edf280c723af60f05ece904e624035f214757a8c8b7aeda578479bb6626c848a02155ee3 SHA512 286620cd5ed8da7a0f237710467f12be41ae139b14127b7049ee72c8a7042f67b599b642eb7c3e10a3504f1df11f5a9778db80fba4ac2e2fcd2ab4e8cafccfb9
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild
new file mode 100644
index 00000000000..551f34a864a
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app bluetooth mousepad wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ app? ( $(add_frameworks_dep kdeclarative) )
+ bluetooth? ( $(add_qt_dep qtbluetooth) )
+ mousepad? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ net-fs/sshfs
+ app? ( $(add_frameworks_dep kirigami) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
+
+src_prepare() {
+ kde5_src_prepare
+
+ sed \
+ -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
+ -i daemon/kdeconnectd.desktop.cmake || die
+}
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ $(cmake-utils_use_find_package mousepad LibFakeKey)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2019-04-09 21:18 Mikle Kolyada
0 siblings, 0 replies; 89+ messages in thread
From: Mikle Kolyada @ 2019-04-09 21:18 UTC (permalink / raw
To: gentoo-commits
commit: de75f05cfce8b67206ecfab5b55a4eb27c564d64
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 9 21:18:20 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Apr 9 21:18:20 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75f05c
kde-misc/kdeconnect: amd64 stable wrt bug #682686
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"
kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild
index 5d52535b203..506094ccbc3 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.4.ebuild
@@ -11,7 +11,7 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 x86"
+ KEYWORDS="amd64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2019-04-19 14:31 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2019-04-19 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 221dc5f604856f859d30f223ddb2731844f652aa
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 19 13:52:50 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Apr 19 14:31:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221dc5f6
kde-misc/kdeconnect: Drop 1.3.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild | 86 -----------------------------
2 files changed, 87 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index cdc773f81bd..b7b2813d59f 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.3.3.tar.xz 284712 BLAKE2B 1e36cf9e59cefd6d30f63805d3a91d86dbb98e7b73cfbe7b3a9263996b3f500f245a2cbdec2176fcf9ff7ff6a6820d5c3509a637a5de441e3d6c50e515980ce8 SHA512 177f525a17c771e31acb2d36a66bc653fb7c584740409ed4a487d30a411737ee6716e353a607d08e699a579593491b9f36f46d9fe57221307f9327fc59a6779f
DIST kdeconnect-kde-1.3.4.tar.xz 286724 BLAKE2B bf3353c317ebbb98e770a1c408940cb4ff5884f1e4a6a7ec4add5e26edf280c723af60f05ece904e624035f214757a8c8b7aeda578479bb6626c848a02155ee3 SHA512 286620cd5ed8da7a0f237710467f12be41ae139b14127b7049ee72c8a7042f67b599b642eb7c3e10a3504f1df11f5a9778db80fba4ac2e2fcd2ab4e8cafccfb9
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
deleted file mode 100644
index e8e752d275d..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.3.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_HANDBOOK="forceoptional"
-KDE_TEST="true"
-KMNAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
-LICENSE="GPL-2+"
-IUSE="app bluetooth mousepad wayland"
-
-DEPEND="
- $(add_frameworks_dep kcmutils)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtx11extras)
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- app? ( $(add_frameworks_dep kdeclarative) )
- bluetooth? ( $(add_qt_dep qtbluetooth) )
- mousepad? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- wayland? ( $(add_frameworks_dep kwayland) )
-"
-RDEPEND="${DEPEND}
- net-fs/sshfs
- app? ( $(add_frameworks_dep kirigami) )
- !kde-misc/kdeconnect:4
-"
-
-RESTRICT+=" test"
-
-PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
-
-src_prepare() {
- kde5_src_prepare
-
- sed \
- -e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
- -i daemon/kdeconnectd.desktop.cmake || die
-}
-
-src_configure() {
- local mycmakeargs=(
- -DEXPERIMENTALAPP_ENABLED=$(usex app)
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake-utils_use_find_package mousepad LibFakeKey)
- $(cmake-utils_use_find_package wayland KF5Wayland)
- )
-
- kde5_src_configure
-}
-
-pkg_postinst(){
- kde5_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2019-07-31 8:46 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2019-07-31 8:46 UTC (permalink / raw
To: gentoo-commits
commit: 29d6e13d345178bf0449c275bb5d4b5dbaf13cac
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 31 08:35:26 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jul 31 08:46:30 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29d6e13d
kde-misc/kdeconnect: 1.3.5 version bump
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild | 78 +++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index b7b2813d59f..597c33766d8 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.3.4.tar.xz 286724 BLAKE2B bf3353c317ebbb98e770a1c408940cb4ff5884f1e4a6a7ec4add5e26edf280c723af60f05ece904e624035f214757a8c8b7aeda578479bb6626c848a02155ee3 SHA512 286620cd5ed8da7a0f237710467f12be41ae139b14127b7049ee72c8a7042f67b599b642eb7c3e10a3504f1df11f5a9778db80fba4ac2e2fcd2ab4e8cafccfb9
+DIST kdeconnect-kde-1.3.5.tar.xz 292248 BLAKE2B 9f3cf111f7ed6ed0fd5790e3de19a4f60aea464b7048da423051475824f73ac8ea47f909a88d831e2372c650dcb62cbc845dc519f597f5932c6f973f0ae734b1 SHA512 ddcc8fb9707618e1dadf03fd74d4561c91fe944e72aefa2e6b488efc2fc4803e1f12d889b15aad56582e48bcd0f219b450d6c68e40b5f01d6b0ae109ef45a99d
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
new file mode 100644
index 00000000000..613caa6a61b
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_HANDBOOK="forceoptional"
+KDE_TEST="true"
+KMNAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${KMNAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kde.org/ https://community.kde.org/KDEConnect"
+LICENSE="GPL-2+"
+IUSE="app bluetooth mousepad wayland"
+
+DEPEND="
+ $(add_frameworks_dep kcmutils)
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kio)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtnetwork)
+ $(add_qt_dep qtwidgets)
+ $(add_qt_dep qtx11extras)
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ app? ( $(add_frameworks_dep kdeclarative) )
+ bluetooth? ( $(add_qt_dep qtbluetooth) )
+ mousepad? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ wayland? ( $(add_frameworks_dep kwayland) )
+"
+RDEPEND="${DEPEND}
+ net-fs/sshfs
+ app? ( $(add_frameworks_dep kirigami) )
+ !kde-misc/kdeconnect:4
+"
+
+RESTRICT+=" test"
+
+PATCHES=( "${FILESDIR}/${PN}-1.3.0-no-wayland.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DEXPERIMENTALAPP_ENABLED=$(usex app)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ $(cmake-utils_use_find_package mousepad LibFakeKey)
+ $(cmake-utils_use_find_package wayland KF5Wayland)
+ )
+
+ kde5_src_configure
+}
+
+pkg_postinst(){
+ kde5_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2019-09-07 21:07 Thomas Deutschmann
0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2019-09-07 21:07 UTC (permalink / raw
To: gentoo-commits
commit: 6f7d5a0fd24a0d266147f079fdf8b06847059264
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 7 18:19:09 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 21:06:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7d5a0f
kde-misc/kdeconnect: x86 stable (bug #693212)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
index 613caa6a61b..e4a432e2a62 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
@@ -11,7 +11,7 @@ inherit kde5
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KMNAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-01-19 17:38 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-01-19 17:38 UTC (permalink / raw
To: gentoo-commits
commit: c628a11590e89358177e4afcdde3dfa651a998bb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 16:46:09 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 17:38:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c628a115
kde-misc/kdeconnect: 1.4 version bump, update HOMEPAGE, drop ~x86
New dependencies are not keyworded.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
(cherry picked from commit 26252c65d2ebbd97eac3a31845483b3dee336b4b)
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 87 +++++++++++++++++++++++++++++++
kde-misc/kdeconnect/metadata.xml | 4 +-
3 files changed, 91 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index b0eb749644b..1f4bd1e6b15 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1 +1,2 @@
DIST kdeconnect-kde-1.3.5.tar.xz 292248 BLAKE2B 9f3cf111f7ed6ed0fd5790e3de19a4f60aea464b7048da423051475824f73ac8ea47f909a88d831e2372c650dcb62cbc845dc519f597f5932c6f973f0ae734b1 SHA512 ddcc8fb9707618e1dadf03fd74d4561c91fe944e72aefa2e6b488efc2fc4803e1f12d889b15aad56582e48bcd0f219b450d6c68e40b5f01d6b0ae109ef45a99d
+DIST kdeconnect-kde-1.4.tar.xz 389540 BLAKE2B 00a2a20e4a24d74d56db4a812937604d4dd73bc887b262ab967643414f97fcda4e51c54e9f710dc21247c99eec74c3f74eabf3dc2d4c713add6843a2e22e0ff2 SHA512 a8a43327b4185579d626978afc11bb0f334f73f7d68fc72090aab3fd14fb1af381061dd5278fb73e63ff2cb5a688f8ec969c097503d751aff48159237aa56cbf
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
new file mode 100644
index 00000000000..d1b6eefde45
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_HANDBOOK="optional"
+ECM_TEST="true"
+KDE_ORG_NAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+KFMIN=5.64.0
+QTMIN=5.12.3
+inherit ecm kde.org
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
+ KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kde.org/applications/internet/org.kde.kdeconnect.kcm
+https://community.kde.org/KDEConnect"
+
+LICENSE="GPL-2+"
+SLOT="5"
+IUSE="bluetooth pulseaudio wayland X"
+
+DEPEND="
+ >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
+ >=dev-qt/qtdbus-${QTMIN}:5
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtmultimedia-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcmutils-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/kdbusaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kiconthemes-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/kirigami-${KFMIN}:5
+ >=kde-frameworks/knotifications-${KFMIN}:5
+ >=kde-frameworks/kpeople-${KFMIN}:5
+ >=kde-frameworks/kservice-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/plasma-${KFMIN}:5
+ bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
+ X? (
+ >=dev-qt/qtx11extras-${QTMIN}:5
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+ pulseaudio? ( media-libs/pulseaudio-qt )
+ wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
+"
+RDEPEND="${DEPEND}
+ dev-libs/kpeoplevcard
+ >=dev-qt/qtgraphicaleffects-${QTMIN}:5
+ >=dev-qt/qtquickcontrols2-${QTMIN}:5
+ >=kde-frameworks/kdeclarative-${KFMIN}:5
+ net-fs/sshfs
+"
+
+RESTRICT+=" test"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
+ $(cmake_use_find_package wayland KF5Wayland)
+ $(cmake_use_find_package X LibFakeKey)
+ )
+
+ ecm_src_configure
+}
+
+pkg_postinst(){
+ ecm_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
+}
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index b2a2f800e42..2514fc517e0 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -8,6 +8,8 @@
<use>
<flag name="app">Enable experimental kcapp frontend</flag>
<flag name="mousepad">Enable remote mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
- <flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
+ <flag name="pulseaudio">Enable system volume control plugin using <pkg>media-sound/pulseaudio</pkg></flag>
+ <flag name="wayland">Enable remote input mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
+ <flag name="X">Enable remote input mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
</use>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-01-19 17:45 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-01-19 17:45 UTC (permalink / raw
To: gentoo-commits
commit: efe0f065119d5a23cdb1ecfb22c44ead97d111f3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 19 17:45:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 17:45:01 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efe0f065
kde-misc/kdeconnect: Add elog about 'pause music' plugin
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index d1b6eefde45..b5cc9e83194 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -80,6 +80,10 @@ src_configure() {
pkg_postinst(){
ecm_pkg_postinst
+ elog "In case you are missing 'pause music' plugin, this now requires"
+ elog "media-libs/pulseaudio-qt. It is available in KDE overlay for testing,"
+ elog "please test and report back."
+ elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
elog "or via"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-01-29 19:13 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-01-29 19:13 UTC (permalink / raw
To: gentoo-commits
commit: c66186b855f88e44df08dedaa8fcec856196a837
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 29 19:12:22 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 29 19:12:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c66186b8
kde-misc/kdeconnect: Update pkg_postinst message
Package-Manager: Portage-2.3.86, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index b5cc9e83194..0cb1488d677 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -81,8 +81,7 @@ pkg_postinst(){
ecm_pkg_postinst
elog "In case you are missing 'pause music' plugin, this now requires"
- elog "media-libs/pulseaudio-qt. It is available in KDE overlay for testing,"
- elog "please test and report back."
+ elog "enabling USE pulseaudio."
elog
elog "The Android .apk file is available via"
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-02-17 16:12 Thomas Deutschmann
0 siblings, 0 replies; 89+ messages in thread
From: Thomas Deutschmann @ 2020-02-17 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 30a08241479d65109add4a4ea60f461d889f9a38
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 17 16:09:11 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 17 16:09:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30a08241
kde-misc/kdeconnect: x86 keyworded (bug #706582)
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index 0cb1488d677..e4919717092 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-02-18 20:06 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-02-18 20:06 UTC (permalink / raw
To: gentoo-commits
commit: f38f09002396a933177d6243f8446e957f542a1d
Author: Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 11:10:06 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 20:04:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38f0900
kde-misc/kdeconnect: added ~arm64 keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index e4919717092..034da396515 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-02-19 15:25 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-02-19 15:25 UTC (permalink / raw
To: gentoo-commits
commit: e5e874d0f9ebea27b2abfc05e42eded84579e0de
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 15:25:20 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 15:25:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e874d0
kde-misc/kdeconnect: amd64 stable wrt bug #709542
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index 034da396515..8dd2a5904cf 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 ~x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-02-24 14:19 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-02-24 14:19 UTC (permalink / raw
To: gentoo-commits
commit: 92991d35e914d1b459010881e7b53069952f6b89
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 14:19:05 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 14:19:05 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92991d35
kde-misc/kdeconnect: x86 stable wrt bug #709542
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
index 64fe274123e..79f810d46be 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
@@ -13,7 +13,7 @@ inherit ecm kde.org
if [[ ${KDE_BUILD_TYPE} = release ]]; then
SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
- KEYWORDS="amd64 ~arm64 ~x86"
+ KEYWORDS="amd64 ~arm64 x86"
fi
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-07-30 6:58 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-07-30 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 27d4b462c64c7ea6667d1848cb8e2ea97f399bd2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 06:56:15 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 06:57:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d4b462
kde-misc/kdeconnect: amd64 stable wrt bug #731966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
index 2fecce41d4e..67156e32558 100644
--- a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
@@ -18,7 +18,7 @@ https://kde.org/applications/internet/org.kde.kdeconnect.kcm"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
IUSE="bluetooth pulseaudio wayland X"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-07-30 7:21 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-07-30 7:21 UTC (permalink / raw
To: gentoo-commits
commit: 436796dc4814067432ed292304f62f0d6df021e8
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 07:19:32 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 07:21:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=436796dc
kde-misc/kdeconnect: x86 stable wrt bug #731966
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
index 67156e32558..7c5dcb01948 100644
--- a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
@@ -18,7 +18,7 @@ https://kde.org/applications/internet/org.kde.kdeconnect.kcm"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
IUSE="bluetooth pulseaudio wayland X"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-08-04 9:40 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-08-04 9:40 UTC (permalink / raw
To: gentoo-commits
commit: 774851569efbbe66d71562036de532200306488a
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 4 09:39:01 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 4 09:39:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77485156
kde-misc/kdeconnect: Drop 1.4
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-1.4.ebuild | 90 -------------------------------
2 files changed, 91 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index a268ecf4b66..241a5ef8ec4 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-1.4.tar.xz 389540 BLAKE2B 00a2a20e4a24d74d56db4a812937604d4dd73bc887b262ab967643414f97fcda4e51c54e9f710dc21247c99eec74c3f74eabf3dc2d4c713add6843a2e22e0ff2 SHA512 a8a43327b4185579d626978afc11bb0f334f73f7d68fc72090aab3fd14fb1af381061dd5278fb73e63ff2cb5a688f8ec969c097503d751aff48159237aa56cbf
DIST kdeconnect-kde-20.04.3.tar.xz 431092 BLAKE2B 8da7439f6d3ef17c1a80b6a47411200e5bb2e622c9072b386cb2aaf6730fde80a6c6d8564aaaad42ad97f471259e651ccc9e78d5067619e7f150b61aecec645b SHA512 148526e1c216725fa92b96682ea2a78f4bbb94d56066bc545fee875b321eda2b41f75f840366d1a69e74ea3e40832ac70dce912226427df019fed4387c68ec43
diff --git a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild b/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
deleted file mode 100644
index 79f810d46be..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-1.4.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.64.0
-QTMIN=5.12.3
-inherit ecm kde.org
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
- SRC_URI="mirror://kde/stable/${PN}/${PV}/${KDE_ORG_NAME}-${PV}.tar.xz"
- KEYWORDS="amd64 ~arm64 x86"
-fi
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kde.org/applications/internet/org.kde.kdeconnect.kcm
-https://community.kde.org/KDEConnect"
-
-LICENSE="GPL-2+"
-SLOT="5"
-IUSE="bluetooth pulseaudio wayland X"
-
-DEPEND="
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- pulseaudio? ( media-libs/pulseaudio-qt )
- wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package wayland KF5Wayland)
- $(cmake_use_find_package X LibFakeKey)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "In case you are missing 'pause music' plugin, this now requires"
- elog "enabling USE pulseaudio."
- elog
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-10-04 16:07 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-10-04 16:07 UTC (permalink / raw
To: gentoo-commits
commit: dd949ad115eae7c3f4762660b96afade0734c23d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 08:36:52 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 15:54:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd949ad1
kde-misc/kdeconnect: Drop 20.08.1 (r0)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.08.1.ebuild | 85 ---------------------------
1 file changed, 85 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.08.1.ebuild b/kde-misc/kdeconnect/kdeconnect-20.08.1.ebuild
deleted file mode 100644
index be85ee3bf6a..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-20.08.1.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_RELEASE_SERVICE="true"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.72.0
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/
-https://kde.org/applications/internet/org.kde.kdeconnect.kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
-IUSE="bluetooth pulseaudio wayland X"
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2[ssl]
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- pulseaudio? ( media-libs/pulseaudio-qt )
- wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package wayland KF5Wayland)
- $(cmake_use_find_package X LibFakeKey)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst(){
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-10-06 13:09 Sam James
0 siblings, 0 replies; 89+ messages in thread
From: Sam James @ 2020-10-06 13:09 UTC (permalink / raw
To: gentoo-commits
commit: aa87947c82a56daef31238766709f43fb0890f35
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 13:09:34 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 13:09:34 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa87947c
kde-misc/kdeconnect: Stabilize 20.04.3-r1 arm64, #746401
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
index 1729d66f2f8..5e277029864 100644
--- a/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
@@ -18,7 +18,7 @@ https://kde.org/applications/en/kdeconnect.kcm"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 arm64 ~x86"
IUSE="bluetooth pulseaudio wayland X"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-10-07 7:09 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2020-10-07 7:09 UTC (permalink / raw
To: gentoo-commits
commit: 28edde7cfb04bb171b1f1617ff956f80e475c4e9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 07:06:27 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 07:09:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28edde7c
kde-misc/kdeconnect: x86 stable wrt bug #746401
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
index 2c784f3459c..775346b31d1 100644
--- a/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild
@@ -18,7 +18,7 @@ https://kde.org/applications/en/kdeconnect.kcm"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="bluetooth pulseaudio wayland X"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2020-10-07 10:07 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2020-10-07 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 40a1ba6db3e5a581340be31c380f670821ff5389
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 7 10:06:46 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 7 10:06:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40a1ba6d
kde-misc/kdeconnect: Cleanup vulnerable 20.04.3 (r0)
Bug: https://bugs.gentoo.org/746401
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild | 84 ---------------------------
1 file changed, 84 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
deleted file mode 100644
index f6ae548b6c7..00000000000
--- a/kde-misc/kdeconnect/kdeconnect-20.04.3.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_RELEASE_SERVICE="true"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.70.0
-QTMIN=5.14.2
-inherit ecm kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/
-https://kde.org/applications/internet/org.kde.kdeconnect.kcm"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 x86"
-IUSE="bluetooth pulseaudio wayland X"
-
-DEPEND="
- >=app-crypt/qca-2.1.0:2[qt5(+),ssl]
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- X? (
- >=dev-qt/qtx11extras-${QTMIN}:5
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- pulseaudio? ( media-libs/pulseaudio-qt )
- wayland? ( >=kde-frameworks/kwayland-${KFMIN}:5 )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-
-RESTRICT+=" test"
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package wayland KF5Wayland)
- $(cmake_use_find_package X LibFakeKey)
- )
-
- ecm_src_configure
-}
-
-pkg_postinst(){
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2021-04-06 6:31 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2021-04-06 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 8520f874954ac4507afc881ac540719b0b0f86d9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 6 06:28:40 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 6 06:31:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8520f874
kde-misc/kdeconnect: amd64 stable wrt bug #774219
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-20.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-20.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-20.12.3.ebuild
index 9661f58f5d0..f76146322e5 100644
--- a/kde-misc/kdeconnect/kdeconnect-20.12.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-20.12.3.ebuild
@@ -18,7 +18,7 @@ https://apps.kde.org/en/kdeconnect.kcm"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE="bluetooth pulseaudio wayland X"
DEPEND="
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2021-08-04 8:40 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2021-08-04 8:40 UTC (permalink / raw
To: gentoo-commits
commit: 40fd85a4391c2c906fb80546df0ef84139c026d1
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:38:21 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 08:40:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fd85a4
kde-misc/kdeconnect: amd64 stable wrt bug #805065
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
index 0b673a31fad..10f2ccb2539 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
IUSE="bluetooth pulseaudio wayland X"
RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2021-08-04 9:01 Agostino Sarubbo
0 siblings, 0 replies; 89+ messages in thread
From: Agostino Sarubbo @ 2021-08-04 9:01 UTC (permalink / raw
To: gentoo-commits
commit: 491c65b7a16dcb184cd3c1af7d843b36cab252c2
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 4 08:59:22 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 4 09:01:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=491c65b7
kde-misc/kdeconnect: x86 stable wrt bug #805065
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
index 10f2ccb2539..eb0891a0a19 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.04.3.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
IUSE="bluetooth pulseaudio wayland X"
RESTRICT+=" test"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2021-08-13 9:44 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2021-08-13 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 180266935f38dacc7b41249cc99d0d2fda0c1825
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 13 09:33:08 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 09:43:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18026693
kde-misc/kdeconnect: Add missing DEPEND
Reported-by: John Helmert III <ajak <AT> gentoo.org>
Closes: https://bugs.gentoo.org/807937
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{kdeconnect-21.08.0.ebuild => kdeconnect-21.08.0-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.08.0.ebuild b/kde-misc/kdeconnect/kdeconnect-21.08.0-r1.ebuild
similarity index 98%
rename from kde-misc/kdeconnect/kdeconnect-21.08.0.ebuild
rename to kde-misc/kdeconnect/kdeconnect-21.08.0-r1.ebuild
index 8cd6a497ec3..eb3be63d770 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.08.0.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.08.0-r1.ebuild
@@ -50,6 +50,7 @@ DEPEND="
>=kde-frameworks/kwidgetsaddons-${KFMIN}:5
>=kde-frameworks/kwindowsystem-${KFMIN}:5
>=kde-frameworks/plasma-${KFMIN}:5
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
>=kde-frameworks/solid-${KFMIN}:5
bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
X? (
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2021-09-04 22:52 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2021-09-04 22:52 UTC (permalink / raw
To: gentoo-commits
commit: fb6193a70668fe25a8d0ad847d8faeb24ffe0570
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 4 22:42:44 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 4 22:52:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb6193a7
kde-misc/kdeconnect: Add rebuild slot op for media-libs/pulseaudio-qt
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{kdeconnect-21.08.1.ebuild => kdeconnect-21.08.1-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.08.1.ebuild b/kde-misc/kdeconnect/kdeconnect-21.08.1-r1.ebuild
similarity index 98%
rename from kde-misc/kdeconnect/kdeconnect-21.08.1.ebuild
rename to kde-misc/kdeconnect/kdeconnect-21.08.1-r1.ebuild
index 1e1c8b4f135..925bb15bbbf 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.08.1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.08.1-r1.ebuild
@@ -58,7 +58,7 @@ DEPEND="
x11-libs/libX11
x11-libs/libXtst
)
- pulseaudio? ( media-libs/pulseaudio-qt )
+ pulseaudio? ( media-libs/pulseaudio-qt:= )
"
RDEPEND="${DEPEND}
dev-libs/kpeoplevcard
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2022-03-16 14:30 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2022-03-16 14:30 UTC (permalink / raw
To: gentoo-commits
commit: 47baa41a8733d1715be0c1e8cae1851086bc3ef3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 14:24:21 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 14:29:24 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47baa41a
kde-misc/kdeconnect: Add missing BDEPEND
Dependencies are obsolete in >=22.04 again.
Closes: https://bugs.gentoo.org/833535
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild | 9 ++++++++-
kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild | 7 +++++++
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
index 3143bc7ebda5..e80513c6ffb6 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -67,6 +67,13 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kdeclarative-${KFMIN}:5
net-fs/sshfs
"
+BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
+ dev-util/wayland-scanner
+"
PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
diff --git a/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
index eba9d07eb65c..98766461dad7 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
@@ -67,6 +67,13 @@ RDEPEND="${DEPEND}
>=kde-frameworks/kdeclarative-${KFMIN}:5
net-fs/sshfs
"
+BDEPEND="
+ || (
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
+ <dev-qt/qtwayland-5.15.3:5
+ )
+ dev-util/wayland-scanner
+"
PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2022-04-21 17:12 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2022-04-21 17:12 UTC (permalink / raw
To: gentoo-commits
commit: fd341e065b25ec734810ad4f34d8756e3b641673
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 21 16:59:12 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 21 17:11:39 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd341e06
kde-misc/kdeconnect: Make dev-qt/qtwaylandscanner single provider
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild | 5 +----
kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild | 5 +----
2 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
index e80513c6ffb6..b3eede3590b3 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.08.3.ebuild
@@ -68,10 +68,7 @@ RDEPEND="${DEPEND}
net-fs/sshfs
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
"
diff --git a/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
index 9e0106498180..dcf93d9199e4 100644
--- a/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-21.12.3.ebuild
@@ -68,10 +68,7 @@ RDEPEND="${DEPEND}
net-fs/sshfs
"
BDEPEND="
- || (
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- <dev-qt/qtwayland-5.15.3:5
- )
+ >=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2022-10-06 7:35 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 7:35 UTC (permalink / raw
To: gentoo-commits
commit: 9414e36d7431c9e9dfe66aac96b9cc58ddd65c1c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 06:57:35 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 07:34:57 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9414e36d
kde-misc/kdeconnect: Fix HOMEPAGE
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild | 2 +-
kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild
index 1bc564f048a1..4efc46e4e1e7 100644
--- a/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-22.04.3.ebuild
@@ -12,7 +12,7 @@ QTMIN=5.15.4
inherit ecm gear.kde.org
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/"
+HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
LICENSE="GPL-2+"
SLOT="5"
diff --git a/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild b/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild
index 1cca14898f63..ea42cf75c7c3 100644
--- a/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-22.08.1.ebuild
@@ -12,7 +12,7 @@ QTMIN=5.15.5
inherit ecm gear.kde.org
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect.kcm/"
+HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
LICENSE="GPL-2+"
SLOT="5"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2022-10-06 9:07 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2022-10-06 9:07 UTC (permalink / raw
To: gentoo-commits
commit: 007ac9df2fde46ca0c9880379dd7726c00788e38
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 08:18:26 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 09:05:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007ac9df
kde-misc/kdeconnect: add cpe upstream metadata
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index 65474bc92199..e2d036edeeab 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<bugs-to>https://bugs.kde.org/</bugs-to>
+ <remote-id type="cpe">cpe:/a:kde:kdeconnect</remote-id>
</upstream>
<use>
<flag name="pulseaudio">Enable system volume control plugin using <pkg>media-sound/pulseaudio</pkg></flag>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-02-05 1:51 Maciej Mrozowski
0 siblings, 0 replies; 89+ messages in thread
From: Maciej Mrozowski @ 2023-02-05 1:51 UTC (permalink / raw
To: gentoo-commits
commit: 8d87e006d399b67716e8021f93ad828c2dfa2549
Author: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 5 00:14:10 2023 +0000
Commit: Maciej Mrozowski <reavertm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 5 01:50:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d87e006
kde-misc/kdeconnect: add wayland-scanner build dependency
Signed-off-by: Maciej Mrozowski <reavertm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild b/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild
index ecb574fdc823..9a60c1e78b4a 100644
--- a/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-22.12.2.ebuild
@@ -69,6 +69,7 @@ RDEPEND="${DEPEND}
BDEPEND="
dev-libs/plasma-wayland-protocols
>=dev-qt/qtwaylandscanner-${QTMIN}:5
+ dev-util/wayland-scanner
"
PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-03-25 0:14 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-03-25 0:14 UTC (permalink / raw
To: gentoo-commits
commit: d7891cb4c787b252e595af12a5fa95626a1ce28c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 25 00:09:02 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 25 00:14:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7891cb4
kde-misc/kdeconnect: Move p-w-protocols to DEPEND where it should be
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild
index 9a60c1e78b4a..4410fab3f79b 100644
--- a/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-22.12.3.ebuild
@@ -61,13 +61,13 @@ DEPEND="
"
RDEPEND="${DEPEND}
dev-libs/kpeoplevcard
+ dev-libs/plasma-wayland-protocols
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
>=kde-frameworks/kdeclarative-${KFMIN}:5
net-fs/sshfs
"
BDEPEND="
- dev-libs/plasma-wayland-protocols
>=dev-qt/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-04-23 11:02 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-04-23 11:02 UTC (permalink / raw
To: gentoo-commits
commit: 0ffaec92eafc3cdc151a61b7ca4cb4f2198cc5b5
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 11:01:09 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:02:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffaec92
kde-misc/kdeconnect: drop 23.04.0
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild | 93 ---------------------------
1 file changed, 93 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild
deleted file mode 100644
index 4adb4b1c1e2f..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-23.04.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.104.0
-QTMIN=5.15.5
-inherit ecm gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio X"
-
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
- pulseaudio? ( media-libs/pulseaudio-qt:= )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
-"
-
-PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package X LibFakeKey)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-06-17 10:50 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-06-17 10:50 UTC (permalink / raw
To: gentoo-commits
commit: 072c924f04fbac25c066dbc0199c9bc7ae940244
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 10:47:58 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 10:49:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072c924f
kde-misc/kdeconnect: drop 23.04.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.04.2.ebuild | 99 ---------------------------
1 file changed, 99 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.2.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.2.ebuild
deleted file mode 100644
index 24229a30159d..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-23.04.2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio telephony X"
-
-RESTRICT="test"
-
-DEPEND="
- >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/plasma-${KFMIN}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- pulseaudio? ( media-libs/pulseaudio-qt:= )
- telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:5 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-RDEPEND="${DEPEND}
- dev-libs/kpeoplevcard
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch"
- "${FILESDIR}/${PN}-23.04.0-telephony-optional.patch" # bug 904823
- "${FILESDIR}/${PN}-23.04.1-explicit-constructor-for-QSslCertificate.patch" # bug 841416
-)
-
-src_configure() {
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package telephony KF5ModemManagerQt)
- $(cmake_use_find_package X LibFakeKey)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-06-17 16:45 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-06-17 16:45 UTC (permalink / raw
To: gentoo-commits
commit: e0a91e73fca559677c69ff8e48729b37652cd355
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 16:37:19 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 16:42:53 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a91e73
kde-misc/kdeconnect: Add missing DEPEND
Upstream commit 22cd3b1e5caeafc2532de88d1296a94efcb5e668
Closes: https://bugs.gentoo.org/908683
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild
index ba3de6380507..931cd860464b 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild
@@ -21,7 +21,7 @@ IUSE="bluetooth pulseaudio telephony X"
RESTRICT="test"
-DEPEND="
+COMMON_DEPEND="
>=app-crypt/qca-2.3.0:2[qt5(+),ssl]
>=dev-libs/wayland-1.15.0
>=dev-qt/qtdbus-${QTMIN}:5
@@ -61,7 +61,10 @@ DEPEND="
x11-libs/libXtst
)
"
-RDEPEND="${DEPEND}
+DEPEND="${COMMON_DEPEND}
+ dev-libs/wayland-protocols
+"
+RDEPEND="${COMMON_DEPEND}
dev-libs/kpeoplevcard
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-06-18 9:47 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-06-18 9:47 UTC (permalink / raw
To: gentoo-commits
commit: c7153456cbfd608d5237670005000bb16b907719
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 09:45:57 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 09:46:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7153456
kde-misc/kdeconnect: Fix IUSE pulseaudio description
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/metadata.xml b/kde-misc/kdeconnect/metadata.xml
index f2331e3e263e..2f438743055d 100644
--- a/kde-misc/kdeconnect/metadata.xml
+++ b/kde-misc/kdeconnect/metadata.xml
@@ -10,7 +10,7 @@
<remote-id type="cpe">cpe:/a:kde:kdeconnect</remote-id>
</upstream>
<use>
- <flag name="pulseaudio">Enable system volume control plugin using <pkg>media-sound/pulseaudio</pkg></flag>
+ <flag name="pulseaudio">Enable system volume control plugin using <pkg>media-libs/libpulse</pkg></flag>
<flag name="telephony">Enable telephony plugin using <pkg>kde-frameworks/modemmanager-qt</pkg></flag>
<flag name="X">Enable remote input mousepad plugin using <pkg>x11-libs/libfakekey</pkg></flag>
</use>
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-07-28 19:07 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2023-07-28 19:07 UTC (permalink / raw
To: gentoo-commits
commit: d7b9d2130d4d50cebe1c81dab77e55900236c52b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 19:05:12 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 19:07:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b9d213
kde-misc/kdeconnect: Add missing dependency
Upstream commit b930114eb03a37a6d6ec07366298e8d8e23b3f59
Closes: https://bugs.gentoo.org/911326
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{kdeconnect-23.04.3.ebuild => kdeconnect-23.04.3-r1.ebuild} | 1 +
1 file changed, 1 insertion(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.3.ebuild b/kde-misc/kdeconnect/kdeconnect-23.04.3-r1.ebuild
similarity index 99%
rename from kde-misc/kdeconnect/kdeconnect-23.04.3.ebuild
rename to kde-misc/kdeconnect/kdeconnect-23.04.3-r1.ebuild
index 056086d80a9d..cceb3cf7e76f 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.04.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.04.3-r1.ebuild
@@ -65,6 +65,7 @@ DEPEND="${COMMON_DEPEND}
dev-libs/wayland-protocols
"
RDEPEND="${COMMON_DEPEND}
+ dev-libs/kirigami-addons:5
dev-libs/kpeoplevcard
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2023-12-29 7:05 Arthur Zamarin
0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2023-12-29 7:05 UTC (permalink / raw
To: gentoo-commits
commit: 73c1da8cf4709a76ea30c606cdeecaaf212cce6b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 29 07:04:24 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 29 07:04:24 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c1da8c
kde-misc/kdeconnect: Stabilize 23.08.4 x86, #920693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
index a06aaa53e385..3b70a5d267b0 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 x86"
IUSE="bluetooth pulseaudio telephony X"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2024-01-06 12:35 Arthur Zamarin
0 siblings, 0 replies; 89+ messages in thread
From: Arthur Zamarin @ 2024-01-06 12:35 UTC (permalink / raw
To: gentoo-commits
commit: d00f526cdb4ab08624d8bb2066613578f42a379d
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 12:30:14 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 12:30:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00f526c
kde-misc/kdeconnect: Stabilize 23.08.4 arm64, #920693
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
index 0eab4adecbf5..39b178c5f5af 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.08.4.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
LICENSE="GPL-2+"
SLOT="5"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 arm64 ~ppc64 x86"
IUSE="bluetooth pulseaudio telephony X"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2024-03-07 23:24 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2024-03-07 23:24 UTC (permalink / raw
To: gentoo-commits
commit: c75b54e6596cf2775038d2dd48c014b6934007f2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 7 21:59:36 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 7 23:08:52 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75b54e6
kde-misc/kdeconnect: Add missing qdbus RDEPEND providers
Used in runcommand plugin.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../{kdeconnect-23.08.5.ebuild => kdeconnect-23.08.5-r1.ebuild} | 1 +
.../{kdeconnect-24.02.0.ebuild => kdeconnect-24.02.0-r1.ebuild} | 4 ++++
2 files changed, 5 insertions(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.5.ebuild b/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
similarity index 99%
rename from kde-misc/kdeconnect/kdeconnect-23.08.5.ebuild
rename to kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
index 0000d45c75e9..8760d6f885a0 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.08.5.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
@@ -68,6 +68,7 @@ DEPEND="${COMMON_DEPEND}
RDEPEND="${COMMON_DEPEND}
dev-libs/kirigami-addons:5
dev-libs/kpeoplevcard:5
+ dev-qt/qdbus:*
>=dev-qt/qtgraphicaleffects-${QTMIN}:5
>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
>=kde-frameworks/kdeclarative-${KFMIN}:5
diff --git a/kde-misc/kdeconnect/kdeconnect-24.02.0.ebuild b/kde-misc/kdeconnect/kdeconnect-24.02.0-r1.ebuild
similarity index 97%
rename from kde-misc/kdeconnect/kdeconnect-24.02.0.ebuild
rename to kde-misc/kdeconnect/kdeconnect-24.02.0-r1.ebuild
index 3a11a944ee28..4bcc619639ea 100644
--- a/kde-misc/kdeconnect/kdeconnect-24.02.0.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-24.02.0-r1.ebuild
@@ -65,6 +65,10 @@ RDEPEND="${COMMON_DEPEND}
dev-libs/kirigami-addons:6
>=dev-qt/qt5compat-${QTMIN}:6[qml]
>=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ || (
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ dev-qt/qdbus:*
+ )
>=kde-frameworks/kdeclarative-${KFMIN}:6
kde-plasma/libplasma:6
net-fs/sshfs
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2024-04-02 9:59 Sam James
0 siblings, 0 replies; 89+ messages in thread
From: Sam James @ 2024-04-02 9:59 UTC (permalink / raw
To: gentoo-commits
commit: e737eb95f45e28809e4b5db00c7ba0b9d92b51c0
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Tue Apr 2 05:38:57 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 2 09:58:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e737eb95
kde-misc/kdeconnect: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/921648
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild | 7 ++++++-
kde-misc/kdeconnect/kdeconnect-24.02.1.ebuild | 7 ++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
index 8760d6f885a0..3df6ce5f4a2f 100644
--- a/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
@@ -9,7 +9,7 @@ KDE_ORG_NAME="${PN}-kde"
KDE_SELINUX_MODULE="${PN}"
KFMIN=5.106.0
QTMIN=5.15.9
-inherit ecm gear.kde.org
+inherit ecm flag-o-matic gear.kde.org
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
@@ -83,6 +83,11 @@ BDEPEND="
PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/921648
+ # https://bugs.kde.org/show_bug.cgi?id=480522
+ filter-lto
+
local mycmakeargs=(
-DBLUETOOTH_ENABLED=$(usex bluetooth)
$(cmake_use_find_package pulseaudio KF5PulseAudioQt)
diff --git a/kde-misc/kdeconnect/kdeconnect-24.02.1.ebuild b/kde-misc/kdeconnect/kdeconnect-24.02.1.ebuild
index 29cd93241d27..512d9c5718fe 100644
--- a/kde-misc/kdeconnect/kdeconnect-24.02.1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-24.02.1.ebuild
@@ -9,7 +9,7 @@ KDE_ORG_NAME="${PN}-kde"
KDE_SELINUX_MODULE="${PN}"
KFMIN=6.0.0
QTMIN=6.6.2
-inherit ecm gear.kde.org
+inherit ecm flag-o-matic gear.kde.org
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
@@ -81,6 +81,11 @@ BDEPEND="
"
src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/921648
+ # https://bugs.kde.org/show_bug.cgi?id=480522
+ filter-lto
+
local mycmakeargs=(
-DMDNS_ENABLED=$(usex zeroconf)
-DBLUETOOTH_ENABLED=$(usex bluetooth)
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2024-09-02 14:50 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2024-09-02 14:50 UTC (permalink / raw
To: gentoo-commits
commit: 64cf11cfea932c1c75070784b069efe7c47052e3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 1 22:00:44 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 2 14:02:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cf11cf
kde-misc/kdeconnect: drop 23.08.5-r1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 -
kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild | 107 -----------------------
2 files changed, 108 deletions(-)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 7bede2f84ece..6ea9cc3211ac 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,3 +1,2 @@
-DIST kdeconnect-kde-23.08.5.tar.xz 657504 BLAKE2B fde6f1c023739c1c770f93d455ed8e256b1e34c78fd76276a1941364735bb1c14d7850f27a586ab8fcbc259f64223fa619d61ac65b04ab8431871664d6c6c05f SHA512 ef861ae5bf8d88acf2328a3eacac2242687b21a0e004cad137cef03fdebc9a162a2e7e54f4ff99bb1ec85247595e0007c9a35673dfe9ecf5b69ec91389b912d3
DIST kdeconnect-kde-24.05.2.tar.xz 693240 BLAKE2B f42aa3bfc0cfeff2e817c2551581a551c1b406cb755d994f99bc124cfce57bd8222529e43b78e4734abfa057769d02b528f3e489d9dca1c2494a027554fb745f SHA512 2bced3b594fd5b43e0c01acbe8d3ba93e745c759f2d12eebba66854c4e122635a5011d07be820001a676e50bb6e561d16945e04a984abafa30a26d856df53c79
DIST kdeconnect-kde-24.08.0.tar.xz 704200 BLAKE2B 6cb526a53eb37c39684c2dd8c11168b7c5d7868f754684b933a87b3b7a896197093bc5e05f55b29b562bcdc52aaf93e281b9c1e073efee390f467a984b0f0776 SHA512 e6e9ebbecba9ee07334e44053ea16ced16e9d3dd6693dc480452f637251318aa909758389de8446f1e81943a515cc8858ba4afe0a16af38a08a9c87fad8a1f22
diff --git a/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
deleted file mode 100644
index 3df6ce5f4a2f..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-23.08.5-r1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm flag-o-matic gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 x86"
-IUSE="bluetooth pulseaudio telephony X"
-
-RESTRICT="test"
-
-COMMON_DEPEND="
- >=app-crypt/qca-2.3.0:2[qt5(+),ssl]
- dev-libs/glib:2
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5=
- >=dev-qt/qtmultimedia-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
- >=dev-qt/qtwayland-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=dev-qt/qtx11extras-${QTMIN}:5
- >=kde-frameworks/kcmutils-${KFMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/kdbusaddons-${KFMIN}:5
- >=kde-frameworks/kguiaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kiconthemes-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kirigami-${KFMIN}:5
- >=kde-frameworks/knotifications-${KFMIN}:5
- >=kde-frameworks/kpeople-${KFMIN}:5
- >=kde-frameworks/kservice-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- >=kde-frameworks/kwindowsystem-${KFMIN}:5
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:5
- >=kde-frameworks/solid-${KFMIN}:5
- >=kde-plasma/libplasma-${KFMIN}:5
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtbluetooth-${QTMIN}:5 )
- pulseaudio? ( <media-libs/pulseaudio-qt-1.4:= )
- telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:5 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons:5
- dev-libs/kpeoplevcard:5
- dev-qt/qdbus:*
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtmultimedia-${QTMIN}:5[qml]
- >=kde-frameworks/kdeclarative-${KFMIN}:5
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwaylandscanner-${QTMIN}:5
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${PN}-21.07.80-revert-disable-kpeople.patch" )
-
-src_configure() {
- # -Werror=lto-type-mismatch
- # https://bugs.gentoo.org/921648
- # https://bugs.kde.org/show_bug.cgi?id=480522
- filter-lto
-
- local mycmakeargs=(
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- $(cmake_use_find_package pulseaudio KF5PulseAudioQt)
- $(cmake_use_find_package telephony KF5ModemManagerQt)
- $(cmake_use_find_package X LibFakeKey)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2025-04-26 11:44 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2025-04-26 11:44 UTC (permalink / raw
To: gentoo-commits
commit: d85a9e85489ebfc3449cca331e6d50ba75d2926f
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 11:40:06 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 11:43:59 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d85a9e85
kde-misc/kdeconnect: Fix CVE-2025-32898, CVE-2025-32900 for 24.12.3
See also:
https://kde.org/info/security/advisory-20250418-2.txt
https://kde.org/info/security/advisory-20250418-3.txt
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/774
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/780
Regarding the Android App:
https://kde.org/info/security/advisory-20250418-1.txt
https://kde.org/info/security/advisory-20250418-4.txt
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/Manifest | 1 +
kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild | 109 +++++++++++++++++++++++
2 files changed, 110 insertions(+)
diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index f51f43864627..d39bc872bba3 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1,3 @@
+DIST kdeconnect-24.12.3-patchset.tar.xz 7964 BLAKE2B d2a3b72959d1449a4f8105a31e338f71bdf1dc542624416d473e2e3315199c24b4f521c11c46e4c0bb89f54204b94a86bf1af35b7755db9e17f9e3d3d35e898f SHA512 fe668dfe804a6659794a7013a9f39d6af599dfba332d992121a991115f80f76a057aa8b53938e737d9e557c761731a9200592f3b33332abe91d0c16761dd617a
DIST kdeconnect-kde-24.12.3.tar.xz 716168 BLAKE2B 57d77b5e28de08b7ebdaa8f62d75a269c790da05c79b9076bb497a0d9b4123005d1dd121606985a0c4b823345b309820b3d486bb6fc73ba850d2e91753ea8d61 SHA512 b4b98d161021a4886b3a034e3bf4c478f3ed4d45b92e3b88079e6439f4c5443abe8e7da4b2f0d961fc9e95e05bd99c9659960f9a71858fa8855c17d1148c2781
DIST kdeconnect-kde-25.04.0.tar.xz 742472 BLAKE2B 2bd1c8eb248b7dcd9e82971462868a39dd9671205bc4011c8ad957c733eb56eea678384e660f1917f9d3b80763e95961659c1c13a66e8f73f09e81157ab25258 SHA512 32787125fd403dd2edf45e870c491da0ff182c86e4915b3d6c9ac04a9618a40b8a36cf6f34ce3c50669841674026e316eb0d93f8e0376ca193344624112a9bd3
diff --git a/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
new file mode 100644
index 000000000000..46cc3fc4e44f
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
@@ -0,0 +1,109 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KDE_ORG_NAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+KFMIN=6.7.0
+QTMIN=6.7.2
+inherit ecm flag-o-matic gear.kde.org
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth pulseaudio telephony zeroconf X"
+
+RESTRICT="test"
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+# TODO: make conditional on X upstream
+COMMON_DEPEND="
+ dev-libs/openssl:=
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6[qml]
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kpeople-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ sys-apps/dbus
+ x11-libs/libxkbcommon
+ bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
+ pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
+ telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
+ zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
+ X? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/wayland-protocols
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qt5compat-${QTMIN}:6[qml]
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ >=kde-frameworks/kdeclarative-${KFMIN}:6
+ kde-plasma/libplasma:6
+ net-fs/sshfs
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"
+
+# CVE-2025-32898, CVE-2025-32900; bug 953443
+PATCHES=( "${WORKDIR}/${P}-patchset" )
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/921648
+ # https://bugs.kde.org/show_bug.cgi?id=480522
+ filter-lto
+
+ local mycmakeargs=(
+ -DMDNS_ENABLED=$(usex zeroconf)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ -DWITH_PULSEAUDIO=$(usex pulseaudio)
+ $(cmake_use_find_package telephony KF6ModemManagerQt)
+ -DWITH_X11=$(usex X)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2025-04-26 19:51 Sam James
0 siblings, 0 replies; 89+ messages in thread
From: Sam James @ 2025-04-26 19:51 UTC (permalink / raw
To: gentoo-commits
commit: b341c2d2a718bf1b83f6ebf7da9823cd34970c7e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 26 19:50:44 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 26 19:50:44 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b341c2d2
kde-misc/kdeconnect: Stabilize 24.12.3-r1 arm64, #954753
Signed-off-by: Sam James <sam <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
index 46cc3fc4e44f..dc132f5e1944 100644
--- a/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
LICENSE="GPL-2+"
SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
IUSE="bluetooth pulseaudio telephony zeroconf X"
RESTRICT="test"
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2025-05-05 14:45 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2025-05-05 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 10b28c4cbc7e9d6166753ee0e304185987c69e24
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon May 5 14:28:10 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 5 14:45:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10b28c4c
kde-misc/kdeconnect: drop 24.12.3
Bug: https://bugs.gentoo.org/955179
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-24.12.3.ebuild | 110 --------------------------
1 file changed, 110 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-24.12.3.ebuild b/kde-misc/kdeconnect/kdeconnect-24.12.3.ebuild
deleted file mode 100644
index 47e02f1e4d03..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-24.12.3.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=6.7.0
-QTMIN=6.7.2
-inherit ecm flag-o-matic gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio telephony zeroconf X"
-
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-# TODO: make conditional on X upstream
-COMMON_DEPEND="
- dev-libs/openssl:=
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- >=dev-qt/qtwayland-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6[qml]
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kpeople-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- sys-apps/dbus
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
- pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
- telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
- zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons:6
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
- || (
- >=dev-qt/qttools-${QTMIN}:6[qdbus]
- dev-qt/qdbus:*
- )
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- kde-plasma/libplasma:6
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-PATCHES=( "${FILESDIR}/${P}-missing-header.patch" ) # bug 953443
-
-src_configure() {
- # -Werror=lto-type-mismatch
- # https://bugs.gentoo.org/921648
- # https://bugs.kde.org/show_bug.cgi?id=480522
- filter-lto
-
- local mycmakeargs=(
- -DMDNS_ENABLED=$(usex zeroconf)
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- -DWITH_PULSEAUDIO=$(usex pulseaudio)
- $(cmake_use_find_package telephony KF6ModemManagerQt)
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2025-06-09 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2025-06-09 20:40 UTC (permalink / raw
To: gentoo-commits
commit: b0c9ede366cf37ed6ab39d87dc5c2b9ebc2d09ea
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 19:20:47 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 20:39:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0c9ede3
kde-misc/kdeconnect: Add missing RUNTIME dependency
... albeit upstream added it as build time one after all, so now it is in
DEPEND as well.
QML runtime dep added in commit 8d14fb17a384d6307d1880c308712dd207485018
CMake build time dep added in commit c7009acaf063cdc34067521051d1d08ee8ceef5f
See also:
https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/819
Bug: https://bugs.gentoo.org/957621
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-24.12.3-r2.ebuild | 110 +++++++++++++++++++++++
kde-misc/kdeconnect/kdeconnect-25.04.2-r1.ebuild | 106 ++++++++++++++++++++++
2 files changed, 216 insertions(+)
diff --git a/kde-misc/kdeconnect/kdeconnect-24.12.3-r2.ebuild b/kde-misc/kdeconnect/kdeconnect-24.12.3-r2.ebuild
new file mode 100644
index 000000000000..34c83b4a2633
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-24.12.3-r2.ebuild
@@ -0,0 +1,110 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KDE_ORG_NAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+KFMIN=6.7.0
+QTMIN=6.7.2
+inherit ecm flag-o-matic gear.kde.org
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
+SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="amd64 arm64 ~ppc64 ~x86"
+IUSE="bluetooth pulseaudio telephony zeroconf X"
+
+RESTRICT="test"
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+# TODO: make conditional on X upstream
+COMMON_DEPEND="
+ dev-libs/openssl:=
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6[qml]
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kpeople-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ sys-apps/dbus
+ x11-libs/libxkbcommon
+ bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
+ pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
+ telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
+ zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
+ X? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/wayland-protocols
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qt5compat-${QTMIN}:6[qml]
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ >=kde-frameworks/kdeclarative-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ kde-plasma/libplasma:6
+ net-fs/sshfs
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"
+
+# CVE-2025-32898, CVE-2025-32900; bug 953443
+PATCHES=( "${WORKDIR}/${P}-patchset" )
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/921648
+ # https://bugs.kde.org/show_bug.cgi?id=480522
+ filter-lto
+
+ local mycmakeargs=(
+ -DMDNS_ENABLED=$(usex zeroconf)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ -DWITH_PULSEAUDIO=$(usex pulseaudio)
+ $(cmake_use_find_package telephony KF6ModemManagerQt)
+ -DWITH_X11=$(usex X)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ ecm_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
+}
diff --git a/kde-misc/kdeconnect/kdeconnect-25.04.2-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-25.04.2-r1.ebuild
new file mode 100644
index 000000000000..0c2305262169
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-25.04.2-r1.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="forceoptional"
+ECM_TEST="true"
+KDE_ORG_NAME="${PN}-kde"
+KDE_SELINUX_MODULE="${PN}"
+KFMIN=6.13.0
+QTMIN=6.7.2
+inherit ecm flag-o-matic gear.kde.org xdg
+
+DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
+HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
+
+LICENSE="GPL-2+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+IUSE="bluetooth pulseaudio telephony zeroconf X"
+
+RESTRICT="test"
+
+# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
+# TODO: make conditional on X upstream
+COMMON_DEPEND="
+ dev-libs/openssl:=
+ >=dev-libs/wayland-1.15.0
+ >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
+ >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
+ >=dev-qt/qtmultimedia-${QTMIN}:6
+ >=dev-qt/qtwayland-${QTMIN}:6
+ >=kde-frameworks/kcmutils-${KFMIN}:6
+ >=kde-frameworks/kconfig-${KFMIN}:6[qml]
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/kcrash-${KFMIN}:6
+ >=kde-frameworks/kdbusaddons-${KFMIN}:6
+ >=kde-frameworks/kguiaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ >=kde-frameworks/kiconthemes-${KFMIN}:6
+ >=kde-frameworks/kio-${KFMIN}:6
+ >=kde-frameworks/kirigami-${KFMIN}:6
+ >=kde-frameworks/kitemmodels-${KFMIN}:6
+ >=kde-frameworks/knotifications-${KFMIN}:6
+ >=kde-frameworks/kpeople-${KFMIN}:6
+ >=kde-frameworks/kservice-${KFMIN}:6
+ >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
+ >=kde-frameworks/kwindowsystem-${KFMIN}:6
+ >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
+ >=kde-frameworks/solid-${KFMIN}:6
+ sys-apps/dbus
+ x11-libs/libxkbcommon
+ bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
+ pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
+ telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
+ zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
+ X? (
+ x11-libs/libfakekey
+ x11-libs/libX11
+ x11-libs/libXtst
+ )
+"
+DEPEND="${COMMON_DEPEND}
+ dev-libs/wayland-protocols
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-libs/kirigami-addons:6
+ >=dev-qt/qt5compat-${QTMIN}:6[qml]
+ >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
+ >=dev-qt/qttools-${QTMIN}:6[qdbus]
+ >=kde-frameworks/kdeclarative-${KFMIN}:6
+ kde-plasma/libplasma:6
+ net-fs/sshfs
+"
+BDEPEND="
+ >=dev-qt/qtwayland-${QTMIN}:6
+ dev-util/wayland-scanner
+ virtual/pkgconfig
+"
+
+src_configure() {
+ # -Werror=lto-type-mismatch
+ # https://bugs.gentoo.org/921648
+ # https://bugs.kde.org/show_bug.cgi?id=480522
+ filter-lto
+
+ local mycmakeargs=(
+ -DMDNS_ENABLED=$(usex zeroconf)
+ -DBLUETOOTH_ENABLED=$(usex bluetooth)
+ -DWITH_PULSEAUDIO=$(usex pulseaudio)
+ $(cmake_use_find_package telephony KF6ModemManagerQt)
+ -DWITH_X11=$(usex X)
+ )
+ ecm_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ elog "The Android .apk file is available via"
+ elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
+ elog "or via"
+ elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
+}
^ permalink raw reply related [flat|nested] 89+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/
@ 2025-06-09 20:40 Andreas Sturmlechner
0 siblings, 0 replies; 89+ messages in thread
From: Andreas Sturmlechner @ 2025-06-09 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 943af01a289357e2b30957635e4750290f1e9f68
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 9 20:31:36 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jun 9 20:39:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=943af01a
kde-misc/kdeconnect: drop 24.12.3-r1, 25.04.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild | 109 -----------------------
kde-misc/kdeconnect/kdeconnect-25.04.2.ebuild | 105 ----------------------
2 files changed, 214 deletions(-)
diff --git a/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild b/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
deleted file mode 100644
index 0bb126159977..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-24.12.3-r1.ebuild
+++ /dev/null
@@ -1,109 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=6.7.0
-QTMIN=6.7.2
-inherit ecm flag-o-matic gear.kde.org
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${P}-patchset.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="amd64 arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio telephony zeroconf X"
-
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-# TODO: make conditional on X upstream
-COMMON_DEPEND="
- dev-libs/openssl:=
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- >=dev-qt/qtwayland-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6[qml]
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kpeople-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- sys-apps/dbus
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
- pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
- telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
- zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons:6
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
- >=dev-qt/qttools-${QTMIN}:6[qdbus]
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- kde-plasma/libplasma:6
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-# CVE-2025-32898, CVE-2025-32900; bug 953443
-PATCHES=( "${WORKDIR}/${P}-patchset" )
-
-src_configure() {
- # -Werror=lto-type-mismatch
- # https://bugs.gentoo.org/921648
- # https://bugs.kde.org/show_bug.cgi?id=480522
- filter-lto
-
- local mycmakeargs=(
- -DMDNS_ENABLED=$(usex zeroconf)
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- -DWITH_PULSEAUDIO=$(usex pulseaudio)
- $(cmake_use_find_package telephony KF6ModemManagerQt)
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
diff --git a/kde-misc/kdeconnect/kdeconnect-25.04.2.ebuild b/kde-misc/kdeconnect/kdeconnect-25.04.2.ebuild
deleted file mode 100644
index b5184d9e527b..000000000000
--- a/kde-misc/kdeconnect/kdeconnect-25.04.2.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KDE_ORG_NAME="${PN}-kde"
-KDE_SELINUX_MODULE="${PN}"
-KFMIN=6.13.0
-QTMIN=6.7.2
-inherit ecm flag-o-matic gear.kde.org xdg
-
-DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
-HOMEPAGE="https://kdeconnect.kde.org/ https://apps.kde.org/kdeconnect/"
-
-LICENSE="GPL-2+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-IUSE="bluetooth pulseaudio telephony zeroconf X"
-
-RESTRICT="test"
-
-# slot op: Uses Qt6::GuiPrivate for qtx11extras_p.h
-# TODO: make conditional on X upstream
-COMMON_DEPEND="
- dev-libs/openssl:=
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtbase-${QTMIN}:6=[dbus,gui,network,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- >=dev-qt/qtwayland-${QTMIN}:6
- >=kde-frameworks/kcmutils-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6[qml]
- >=kde-frameworks/kconfigwidgets-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/kguiaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kiconthemes-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/knotifications-${KFMIN}:6
- >=kde-frameworks/kpeople-${KFMIN}:6
- >=kde-frameworks/kservice-${KFMIN}:6
- >=kde-frameworks/kstatusnotifieritem-${KFMIN}:6
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
- >=kde-frameworks/solid-${KFMIN}:6
- sys-apps/dbus
- x11-libs/libxkbcommon
- bluetooth? ( >=dev-qt/qtconnectivity-${QTMIN}:6[bluetooth] )
- pulseaudio? ( >=media-libs/pulseaudio-qt-1.4:= )
- telephony? ( >=kde-frameworks/modemmanager-qt-${KFMIN}:6 )
- zeroconf? ( >=kde-frameworks/kdnssd-${KFMIN}:6 )
- X? (
- x11-libs/libfakekey
- x11-libs/libX11
- x11-libs/libXtst
- )
-"
-DEPEND="${COMMON_DEPEND}
- dev-libs/wayland-protocols
-"
-RDEPEND="${COMMON_DEPEND}
- dev-libs/kirigami-addons:6
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=dev-qt/qtmultimedia-${QTMIN}:6[qml]
- >=dev-qt/qttools-${QTMIN}:6[qdbus]
- >=kde-frameworks/kdeclarative-${KFMIN}:6
- kde-plasma/libplasma:6
- net-fs/sshfs
-"
-BDEPEND="
- >=dev-qt/qtwayland-${QTMIN}:6
- dev-util/wayland-scanner
- virtual/pkgconfig
-"
-
-src_configure() {
- # -Werror=lto-type-mismatch
- # https://bugs.gentoo.org/921648
- # https://bugs.kde.org/show_bug.cgi?id=480522
- filter-lto
-
- local mycmakeargs=(
- -DMDNS_ENABLED=$(usex zeroconf)
- -DBLUETOOTH_ENABLED=$(usex bluetooth)
- -DWITH_PULSEAUDIO=$(usex pulseaudio)
- $(cmake_use_find_package telephony KF6ModemManagerQt)
- -DWITH_X11=$(usex X)
- )
- ecm_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postinst
-
- elog "The Android .apk file is available via"
- elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
- elog "or via"
- elog "https://f-droid.org/packages/org.kde.kdeconnect_tp/"
-}
^ permalink raw reply related [flat|nested] 89+ messages in thread
end of thread, other threads:[~2025-06-09 20:40 UTC | newest]
Thread overview: 89+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-07 10:13 [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2025-06-09 20:40 Andreas Sturmlechner
2025-06-09 20:40 Andreas Sturmlechner
2025-05-05 14:45 Andreas Sturmlechner
2025-04-26 19:51 Sam James
2025-04-26 11:44 Andreas Sturmlechner
2024-09-02 14:50 Andreas Sturmlechner
2024-04-02 9:59 Sam James
2024-03-07 23:24 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-07-28 19:07 Andreas Sturmlechner
2023-06-18 9:47 Andreas Sturmlechner
2023-06-17 16:45 Andreas Sturmlechner
2023-06-17 10:50 Andreas Sturmlechner
2023-04-23 11:02 Andreas Sturmlechner
2023-03-25 0:14 Andreas Sturmlechner
2023-02-05 1:51 Maciej Mrozowski
2022-10-06 9:07 Andreas Sturmlechner
2022-10-06 7:35 Andreas Sturmlechner
2022-04-21 17:12 Andreas Sturmlechner
2022-03-16 14:30 Andreas Sturmlechner
2021-09-04 22:52 Andreas Sturmlechner
2021-08-13 9:44 Andreas Sturmlechner
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-10-07 10:07 Andreas Sturmlechner
2020-10-07 7:09 Agostino Sarubbo
2020-10-06 13:09 Sam James
2020-10-04 16:07 Andreas Sturmlechner
2020-08-04 9:40 Andreas Sturmlechner
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-02-24 14:19 Agostino Sarubbo
2020-02-19 15:25 Agostino Sarubbo
2020-02-18 20:06 Andreas Sturmlechner
2020-02-17 16:12 Thomas Deutschmann
2020-01-29 19:13 Andreas Sturmlechner
2020-01-19 17:45 Andreas Sturmlechner
2020-01-19 17:38 Andreas Sturmlechner
2019-09-07 21:07 Thomas Deutschmann
2019-07-31 8:46 Andreas Sturmlechner
2019-04-19 14:31 Andreas Sturmlechner
2019-04-09 21:18 Mikle Kolyada
2019-03-25 12:44 Andreas Sturmlechner
2018-11-22 0:33 Andreas Sturmlechner
2018-11-22 0:33 Andreas Sturmlechner
2018-11-17 21:34 Thomas Deutschmann
2018-11-07 15:03 Andreas Sturmlechner
2018-11-07 15:02 Andreas Sturmlechner
2018-11-05 20:40 Andreas Sturmlechner
2018-10-16 9:06 Andreas Sturmlechner
2018-06-07 10:48 Andreas Sturmlechner
2018-05-31 13:24 Andreas Sturmlechner
2018-05-31 13:24 Andreas Sturmlechner
2018-04-09 17:34 Johannes Huber
2018-03-22 12:22 Andreas Sturmlechner
2018-03-13 23:24 Andreas Sturmlechner
2018-03-13 23:24 Andreas Sturmlechner
2018-02-10 0:14 Michael Palimaka
2018-01-17 19:08 Andreas Sturmlechner
2017-12-12 17:30 Andreas Sturmlechner
2017-12-12 17:30 Andreas Sturmlechner
2017-12-12 16:35 Thomas Deutschmann
2017-09-20 10:22 Michael Palimaka
2017-09-19 17:19 Johannes Huber
2017-09-18 18:38 Johannes Huber
2017-08-08 17:15 Andreas Sturmlechner
2017-03-04 13:46 Agostino Sarubbo
2017-03-04 13:38 Agostino Sarubbo
2016-12-23 7:45 Johannes Huber
2016-12-18 10:00 Johannes Huber
2016-12-18 10:00 Johannes Huber
2016-12-11 21:31 Johannes Huber
2016-12-11 21:31 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-11-17 21:59 Johannes Huber
2016-09-21 14:22 Michael Palimaka
2016-08-27 18:46 Michael Palimaka
2016-08-26 22:59 Manuel Rüger
2016-06-23 15:19 Michael Palimaka
2016-05-18 20:38 Johannes Huber
2016-04-19 21:21 Michael Palimaka
2016-04-14 19:55 Michael Palimaka
2016-04-14 19:52 Michael Palimaka
2015-09-10 12:04 Michael Palimaka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox