[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2024-04-02 Thread Sam James
commit: e737eb95f45e28809e4b5db00c7ba0b9d92b51c0
Author: Eli Schwartz  gmail  com>
AuthorDate: Tue Apr  2 05:38:57 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr  2 09:58:29 2024 +
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  gmail.com>
Signed-off-by: Sam James  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)



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2024-03-07 Thread Andreas Sturmlechner
commit: c75b54e6596cf2775038d2dd48c014b6934007f2
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar  7 21:59:36 2024 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar  7 23:08:52 2024 +
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  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 d45c75e9..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



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2024-01-06 Thread Arthur Zamarin
commit: d00f526cdb4ab08624d8bb2066613578f42a379d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan  6 12:30:14 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan  6 12:30:14 2024 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-12-28 Thread Arthur Zamarin
commit: 73c1da8cf4709a76ea30c606cdeecaaf212cce6b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 29 07:04:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 29 07:04:24 2023 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/

2023-12-27 Thread Conrad Kostecki
commit: dcb7af3c6b6b2dae8123f53f472814add3ceba5b
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue Dec 26 09:47:46 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Dec 28 01:03:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb7af3c

kde-misc/kdeconnect: remove unused patch

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../kdeconnect-23.04.0-telephony-optional.patch| 40 --
 1 file changed, 40 deletions(-)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch 
b/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch
deleted file mode 100644
index bec66fd64538..
--- a/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 97e47efdf6626fa0ae282684ab50ee6fce67d642 Mon Sep 17 00:00:00 2001
-From: Heiko Becker 
-Date: Mon, 20 Mar 2023 20:33:11 +0100
-Subject: [PATCH] Make mmtelephony plugin optional
-
-I see little purpose in pulling that stack in on a desktop computer,
-which doesn't even have a modem.

- plugins/CMakeLists.txt | 5 -
- plugins/mmtelephony/CMakeLists.txt | 1 -
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
-index dda19398b..1e304b88e 100644
 a/plugins/CMakeLists.txt
-+++ b/plugins/CMakeLists.txt
-@@ -39,7 +39,10 @@ if(NOT SAILFISHOS)
- add_subdirectory(virtualmonitor)
- 
- if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
--  add_subdirectory(mmtelephony)
-+find_package(KF5ModemManagerQt ${KF5_MIN_VERSION})
-+if (TARGET KF5::ModemManagerQt)
-+add_subdirectory(mmtelephony)
-+endif()
- endif()
- 
- if(NOT WIN32)
-diff --git a/plugins/mmtelephony/CMakeLists.txt 
b/plugins/mmtelephony/CMakeLists.txt
-index 1fd9afe1e..c792b4c7c 100644
 a/plugins/mmtelephony/CMakeLists.txt
-+++ b/plugins/mmtelephony/CMakeLists.txt
-@@ -1,4 +1,3 @@
--find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS ModemManagerQt)
- set(debug_file_SRCS)
- ecm_qt_declare_logging_category(
- debug_file_SRCS HEADER plugin_mmtelephony_debug.h
--- 
-GitLab
-



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/

2023-08-13 Thread Andreas Sturmlechner
commit: d6713be0a6c8c49a4a3bd9ef55bbdb85f4148870
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Aug 13 13:37:59 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug 13 14:43:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6713be0

kde-misc/kdeconnect: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32288
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...-explicit-constructor-for-QSslCertificate.patch | 35 
 .../kdeconnect-23.04.2-fix-desktop-file.patch  | 49 --
 2 files changed, 84 deletions(-)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.1-explicit-constructor-for-QSslCertificate.patch
 
b/kde-misc/kdeconnect/files/kdeconnect-23.04.1-explicit-constructor-for-QSslCertificate.patch
deleted file mode 100644
index eabdc4b5d7f2..
--- 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.1-explicit-constructor-for-QSslCertificate.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From bbac0aa0852b14bc5cc9a1b8c3be0f55adda2428 Mon Sep 17 00:00:00 2001
-From: Ali Abdel-Qader 
-Date: Sat, 6 May 2023 15:51:53 -0400
-Subject: [PATCH] Use explicit constructor for QSslCertificate with value
- initialized argument
-
-Previously the BluetoothDeviceLink::certificate() method was returning a
-value initialized object which I believe default initializes the object.
-However, Clang throws a build error at this because QSslCertificate has
-explicit constructors. This change uses one of those constructors and
-uses value intialization to default construct/initialize the argument
-for it. It fixes the build and hopefully doesn't break anything since
-this is a TODO anyways!
-
-BUG: 469428
-
-Signed-off-by: Ali Abdel-Qader 

- core/backends/bluetooth/bluetoothdevicelink.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/core/backends/bluetooth/bluetoothdevicelink.cpp 
b/core/backends/bluetooth/bluetoothdevicelink.cpp
-index 1ab401fc9..facf5deed 100644
 a/core/backends/bluetooth/bluetoothdevicelink.cpp
-+++ b/core/backends/bluetooth/bluetoothdevicelink.cpp
-@@ -99,5 +99,5 @@ void BluetoothDeviceLink::dataReceived()
- 
- QSslCertificate BluetoothDeviceLink::certificate() const
- {
--return {}; // TODO Not sure what to do here. For LanDeviceLink we use the 
SSL connection's certificate, but we don't have that here
-+return QSslCertificate({}); // TODO Not sure what to do here. For 
LanDeviceLink we use the SSL connection's certificate, but we don't have that 
here
- }
--- 
-GitLab
-

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch 
b/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch
deleted file mode 100644
index 6e03415d60de..
--- a/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 276c2f1334345071eaeef9aea87c96cdd199f8f0 Mon Sep 17 00:00:00 2001
-From: Nicolas Fella 
-Date: Sun, 11 Jun 2023 19:56:59 +0200
-Subject: [PATCH] Fix kdeconnect_open desktop file type
-
-It's an application, not a service
-
-Also don't make it executable, it's not needed
-
-BUG: 424782
-(cherry picked from commit 7569a6ceffc6fc169186e401d33ce1f2049ec5e4)

- data/CMakeLists.txt  | 2 +-
- data/org.kde.kdeconnect_open.desktop | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
-index 5d673f0ab..6d3621f29 100644
 a/data/CMakeLists.txt
-+++ b/data/CMakeLists.txt
-@@ -1,6 +1,6 @@
- install (FILES "kdeconnect.contract" DESTINATION 
${KDE_INSTALL_DATADIR}/contractor/)
- install (FILES "kdeconnect-thunar.desktop" DESTINATION 
${KDE_INSTALL_DATADIR}/Thunar/sendto/)
--install(PROGRAMS org.kde.kdeconnect_open.desktop DESTINATION 
${KDE_INSTALL_APPDIR})
-+install(FILES org.kde.kdeconnect_open.desktop DESTINATION 
${KDE_INSTALL_APPDIR})
- install (FILES "kdeconnect-dde.desktop" DESTINATION 
${KDE_INSTALL_DATADIR}/deepin/dde-file-manager/oem-menuextensions/)
- 
- if(NOT SAILFISHOS)
-diff --git a/data/org.kde.kdeconnect_open.desktop 
b/data/org.kde.kdeconnect_open.desktop
-index 03de93ef6..110dc2f67 100644
 a/data/org.kde.kdeconnect_open.desktop
-+++ b/data/org.kde.kdeconnect_open.desktop
-@@ -1,4 +1,5 @@
- [Desktop Entry]
-+Type=Application
- GenericName=Open on connected device via KDE Connect
- GenericName[ar]=افتح في الجهاز المتصل عبر «كِيدِي المتّصل»
- GenericName[az]=Connectd cihazında KDE Connect ilə açın
-@@ -128,7 +129,6 @@ Comment[zh_TW]=使用 KDE 連線於連線裝置中開啟
- MimeType=application/octet-stream;
- Exec=kdeconnect-handler --open %U
- Icon=kdeconnect
--Type=Service
- Terminal=false
- Categories=Qt;KDE;Network;
- X-KDE-FormFactor=desktop;tablet;handset;
--- 
-GitLab
-



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-07-28 Thread Andreas Sturmlechner
commit: d7b9d2130d4d50cebe1c81dab77e55900236c52b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Jul 28 19:05:12 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Jul 28 19:07:45 2023 +
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  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]



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-06-18 Thread Andreas Sturmlechner
commit: c7153456cbfd608d5237670005000bb16b907719
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jun 18 09:45:57 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jun 18 09:46:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7153456

kde-misc/kdeconnect: Fix IUSE pulseaudio description

Signed-off-by: Andreas Sturmlechner  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 @@
cpe:/a:kde:kdeconnect


-   Enable system volume control plugin 
using media-sound/pulseaudio
+   Enable system volume control plugin 
using media-libs/libpulse
Enable telephony plugin using 
kde-frameworks/modemmanager-qt
Enable remote input mousepad plugin using 
x11-libs/libfakekey




[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-06-17 Thread Andreas Sturmlechner
commit: e0a91e73fca559677c69ff8e48729b37652cd355
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 17 16:37:19 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 17 16:42:53 2023 +
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  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]



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2023-06-17 Thread Andreas Sturmlechner
commit: f55f24c0f52b2c9db47d03b5bdd3828bded242f7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 17 10:47:36 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 17 10:49:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55f24c0

kde-misc/kdeconnect: Fix kdeconnect_open desktop file type

Closes: https://bugs.gentoo.org/739674
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdeconnect-23.04.2-fix-desktop-file.patch  |  49 ++
 kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild   | 100 +
 2 files changed, 149 insertions(+)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch 
b/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch
new file mode 100644
index ..6e03415d60de
--- /dev/null
+++ b/kde-misc/kdeconnect/files/kdeconnect-23.04.2-fix-desktop-file.patch
@@ -0,0 +1,49 @@
+From 276c2f1334345071eaeef9aea87c96cdd199f8f0 Mon Sep 17 00:00:00 2001
+From: Nicolas Fella 
+Date: Sun, 11 Jun 2023 19:56:59 +0200
+Subject: [PATCH] Fix kdeconnect_open desktop file type
+
+It's an application, not a service
+
+Also don't make it executable, it's not needed
+
+BUG: 424782
+(cherry picked from commit 7569a6ceffc6fc169186e401d33ce1f2049ec5e4)
+---
+ data/CMakeLists.txt  | 2 +-
+ data/org.kde.kdeconnect_open.desktop | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
+index 5d673f0ab..6d3621f29 100644
+--- a/data/CMakeLists.txt
 b/data/CMakeLists.txt
+@@ -1,6 +1,6 @@
+ install (FILES "kdeconnect.contract" DESTINATION 
${KDE_INSTALL_DATADIR}/contractor/)
+ install (FILES "kdeconnect-thunar.desktop" DESTINATION 
${KDE_INSTALL_DATADIR}/Thunar/sendto/)
+-install(PROGRAMS org.kde.kdeconnect_open.desktop DESTINATION 
${KDE_INSTALL_APPDIR})
++install(FILES org.kde.kdeconnect_open.desktop DESTINATION 
${KDE_INSTALL_APPDIR})
+ install (FILES "kdeconnect-dde.desktop" DESTINATION 
${KDE_INSTALL_DATADIR}/deepin/dde-file-manager/oem-menuextensions/)
+ 
+ if(NOT SAILFISHOS)
+diff --git a/data/org.kde.kdeconnect_open.desktop 
b/data/org.kde.kdeconnect_open.desktop
+index 03de93ef6..110dc2f67 100644
+--- a/data/org.kde.kdeconnect_open.desktop
 b/data/org.kde.kdeconnect_open.desktop
+@@ -1,4 +1,5 @@
+ [Desktop Entry]
++Type=Application
+ GenericName=Open on connected device via KDE Connect
+ GenericName[ar]=افتح في الجهاز المتصل عبر «كِيدِي المتّصل»
+ GenericName[az]=Connectd cihazında KDE Connect ilə açın
+@@ -128,7 +129,6 @@ Comment[zh_TW]=使用 KDE 連線於連線裝置中開啟
+ MimeType=application/octet-stream;
+ Exec=kdeconnect-handler --open %U
+ Icon=kdeconnect
+-Type=Service
+ Terminal=false
+ Categories=Qt;KDE;Network;
+ X-KDE-FormFactor=desktop;tablet;handset;
+-- 
+GitLab
+

diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild 
b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild
new file mode 100644
index ..ba3de6380507
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-23.04.2-r1.ebuild
@@ -0,0 +1,100 @@
+# 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? ( 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-06-17 Thread Andreas Sturmlechner
commit: 072c924f04fbac25c066dbc0199c9bc7ae940244
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Jun 17 10:47:58 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Jun 17 10:49:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072c924f

kde-misc/kdeconnect: drop 23.04.2

Signed-off-by: Andreas Sturmlechner  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..
--- 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/;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-04-23 Thread Andreas Sturmlechner
commit: 0ffaec92eafc3cdc151a61b7ca4cb4f2198cc5b5
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 23 11:01:09 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 23 11:02:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ffaec92

kde-misc/kdeconnect: drop 23.04.0

Signed-off-by: Andreas Sturmlechner  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..
--- 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/;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2023-04-23 Thread Andreas Sturmlechner
commit: 48de0dc468f8db4db83a0fc725b667971d550c79
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Apr 23 10:54:52 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Apr 23 11:02:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48de0dc4

kde-misc/kdeconnect: Add IUSE telephony

Upstream commits:
7b1f10d4d514285017928b79316ff5e061f16e86
97e47efdf6626fa0ae282684ab50ee6fce67d642

Closes: https://bugs.gentoo.org/904823
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../kdeconnect-23.04.0-telephony-optional.patch| 40 +
 kde-misc/kdeconnect/kdeconnect-23.04.0-r1.ebuild   | 98 ++
 kde-misc/kdeconnect/metadata.xml   |  1 +
 3 files changed, 139 insertions(+)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch 
b/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch
new file mode 100644
index ..bec66fd64538
--- /dev/null
+++ b/kde-misc/kdeconnect/files/kdeconnect-23.04.0-telephony-optional.patch
@@ -0,0 +1,40 @@
+From 97e47efdf6626fa0ae282684ab50ee6fce67d642 Mon Sep 17 00:00:00 2001
+From: Heiko Becker 
+Date: Mon, 20 Mar 2023 20:33:11 +0100
+Subject: [PATCH] Make mmtelephony plugin optional
+
+I see little purpose in pulling that stack in on a desktop computer,
+which doesn't even have a modem.
+---
+ plugins/CMakeLists.txt | 5 -
+ plugins/mmtelephony/CMakeLists.txt | 1 -
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
+index dda19398b..1e304b88e 100644
+--- a/plugins/CMakeLists.txt
 b/plugins/CMakeLists.txt
+@@ -39,7 +39,10 @@ if(NOT SAILFISHOS)
+ add_subdirectory(virtualmonitor)
+ 
+ if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
+-  add_subdirectory(mmtelephony)
++find_package(KF5ModemManagerQt ${KF5_MIN_VERSION})
++if (TARGET KF5::ModemManagerQt)
++add_subdirectory(mmtelephony)
++endif()
+ endif()
+ 
+ if(NOT WIN32)
+diff --git a/plugins/mmtelephony/CMakeLists.txt 
b/plugins/mmtelephony/CMakeLists.txt
+index 1fd9afe1e..c792b4c7c 100644
+--- a/plugins/mmtelephony/CMakeLists.txt
 b/plugins/mmtelephony/CMakeLists.txt
+@@ -1,4 +1,3 @@
+-find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS ModemManagerQt)
+ set(debug_file_SRCS)
+ ecm_qt_declare_logging_category(
+ debug_file_SRCS HEADER plugin_mmtelephony_debug.h
+-- 
+GitLab
+

diff --git a/kde-misc/kdeconnect/kdeconnect-23.04.0-r1.ebuild 
b/kde-misc/kdeconnect/kdeconnect-23.04.0-r1.ebuild
new file mode 100644
index ..83f731cb0357
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-23.04.0-r1.ebuild
@@ -0,0 +1,98 @@
+# 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 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
+ 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-03-24 Thread Andreas Sturmlechner
commit: d7891cb4c787b252e595af12a5fa95626a1ce28c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Mar 25 00:09:02 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Mar 25 00:14:30 2023 +
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  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
 "



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2023-02-04 Thread Maciej Mrozowski
commit: 8d87e006d399b67716e8021f93ad828c2dfa2549
Author: Maciej Mrozowski  gentoo  org>
AuthorDate: Sun Feb  5 00:14:10 2023 +
Commit: Maciej Mrozowski  gentoo  org>
CommitDate: Sun Feb  5 01:50:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d87e006

kde-misc/kdeconnect: add wayland-scanner build dependency

Signed-off-by: Maciej Mrozowski  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" )



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2022-10-06 Thread Andreas Sturmlechner
commit: 007ac9df2fde46ca0c9880379dd7726c00788e38
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 08:18:26 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 09:05:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=007ac9df

kde-misc/kdeconnect: add cpe upstream metadata

Signed-off-by: Andreas Sturmlechner  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 @@


https://bugs.kde.org/
+   cpe:/a:kde:kdeconnect


Enable system volume control plugin 
using media-sound/pulseaudio



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2022-10-06 Thread Andreas Sturmlechner
commit: 9414e36d7431c9e9dfe66aac96b9cc58ddd65c1c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Oct  6 06:57:35 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Oct  6 07:34:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9414e36d

kde-misc/kdeconnect: Fix HOMEPAGE

Signed-off-by: Andreas Sturmlechner  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2022-04-21 Thread Andreas Sturmlechner
commit: fd341e065b25ec734810ad4f34d8756e3b641673
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Apr 21 16:59:12 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Apr 21 17:11:39 2022 +
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  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/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/qtwaylandscanner-${QTMIN}:5
dev-util/wayland-scanner
 "
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2022-03-16 Thread Andreas Sturmlechner
commit: 47baa41a8733d1715be0c1e8cae1851086bc3ef3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Mar 16 14:24:21 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Mar 16 14:29:24 2022 +
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  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
+   

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2021-09-04 Thread Andreas Sturmlechner
commit: fb6193a70668fe25a8d0ad847d8faeb24ffe0570
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Sep  4 22:42:44 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep  4 22:52:05 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2021-08-13 Thread Andreas Sturmlechner
commit: 180266935f38dacc7b41249cc99d0d2fda0c1825
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Aug 13 09:33:08 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Aug 13 09:43:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18026693

kde-misc/kdeconnect: Add missing DEPEND

Reported-by: John Helmert III  gentoo.org>
Closes: https://bugs.gentoo.org/807937
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  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? (



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2021-08-04 Thread Agostino Sarubbo
commit: 491c65b7a16dcb184cd3c1af7d843b36cab252c2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  4 08:59:22 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  4 09:01:33 2021 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2021-08-04 Thread Agostino Sarubbo
commit: 40fd85a4391c2c906fb80546df0ef84139c026d1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug  4 08:38:21 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug  4 08:40:28 2021 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2021-04-06 Thread Agostino Sarubbo
commit: 8520f874954ac4507afc881ac540719b0b0f86d9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Tue Apr  6 06:28:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Tue Apr  6 06:31:23 2021 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/

2020-11-28 Thread Andreas Sturmlechner
commit: 9e264ef7ff33d1bf2d7d696fab3fadae151a899b
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Nov 28 13:50:40 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Nov 28 14:12:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e264ef7

kde-misc/kdeconnect: Drop obsolete patches

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...re-SSL-errors-except-for-self-signed-cert.patch |  65 -
 ...ot-leak-the-local-user-in-the-device-name.patch |  32 ---
 ...fter-free-in-LanLinkProvider-connectError.patch |  28 --
 ...20.04.3-04-Limit-identity-packets-to-8KiB.patch |  36 
 ...lanlink-connections-stay-open-for-long-wi.patch |  37 
 ...3-06-Don-t-brute-force-reading-the-socket.patch | 102 -
 ...r-of-connected-sockets-from-unpaired-devi.patch |  42 -
 ...mber-more-than-a-few-identity-packets-at-.patch |  54 ---
 ...orts-we-try-to-connect-to-to-the-port-ran.patch |  32 ---
 ...ace-connections-for-a-given-deviceId-if-t.patch |  58 
 10 files changed, 486 deletions(-)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
deleted file mode 100644
index cafeb9501cd..000
--- 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-From f183b5447bad47655c21af87214579f03bf3a163 Mon Sep 17 00:00:00 2001
-From: Albert Vaca Cintora 
-Date: Thu, 24 Sep 2020 16:59:22 +0200
-Subject: [PATCH 01/10] Do not ignore SSL errors, except for self-signed cert
- errors.
-
-Thanks Matthias Gerstner  for reporting this.

- core/backends/lan/lanlinkprovider.cpp | 24 +---
- 1 file changed, 13 insertions(+), 11 deletions(-)
-
-diff --git a/core/backends/lan/lanlinkprovider.cpp 
b/core/backends/lan/lanlinkprovider.cpp
-index d9a7d8fa..fc005cee 100644
 a/core/backends/lan/lanlinkprovider.cpp
-+++ b/core/backends/lan/lanlinkprovider.cpp
-@@ -297,9 +297,7 @@ void LanLinkProvider::tcpSocketConnected()
- 
- connect(socket, ::encrypted, this, 
::encrypted);
- 
--if (isDeviceTrusted) {
--connect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
--}
-+connect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
- 
- socket->startServerEncryption();
- 
-@@ -326,8 +324,6 @@ void LanLinkProvider::encrypted()
- 
- QSslSocket* socket = qobject_cast(sender());
- if (!socket) return;
--// TODO delete me?
--disconnect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
- 
- Q_ASSERT(socket->mode() != QSslSocket::UnencryptedMode);
- LanDeviceLink::ConnectionStarted connectionOrigin = (socket->mode() == 
QSslSocket::SslClientMode)? LanDeviceLink::Locally : LanDeviceLink::Remotely;
-@@ -346,14 +342,20 @@ void LanLinkProvider::sslErrors(const QList& 
errors)
- QSslSocket* socket = qobject_cast(sender());
- if (!socket) return;
- 
--qCDebug(KDECONNECT_CORE) << "Failing due to " << errors;
--Device* device = Daemon::instance()->getDevice(socket->peerVerifyName());
--if (device) {
--device->unpair();
-+bool fatal = false;
-+for (const QSslError& error : errors) {
-+if (error.error() != QSslError::SelfSignedCertificate) {
-+qCCritical(KDECONNECT_CORE) << "Disconnecting due to fatal SSL 
Error: " << error;
-+fatal = true;
-+} else {
-+qCDebug(KDECONNECT_CORE) << "Ignoring self-signed cert error";
-+}
- }
- 
--delete m_receivedIdentityPackets.take(socket).np;
--// Socket disconnects itself on ssl error and will be deleted by 
deleteLater slot, no need to delete manually
-+if (fatal) {
-+socket->disconnectFromHost();
-+delete m_receivedIdentityPackets.take(socket).np;
-+}
- }
- 
- //I'm the new device and this is the answer to my UDP identity packet (no 
data received yet). They are connecting to us through TCP, and they should send 
an identity.
--- 
-2.28.0
-

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
deleted file mode 100644
index b374d001036..000
--- 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From b279c52101d3f7cc30a26086d58de0b5f1c547fa Mon Sep 17 00:00:00 2001
-From: Albert Vaca Cintora 
-Date: Thu, 24 Sep 2020 17:01:03 +0200
-Subject: [PATCH 02/10] Do not leak the local user in the device name.
-
-Thanks Matthias Gerstner  for reporting this.

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-10-07 Thread Andreas Sturmlechner
commit: 40a1ba6db3e5a581340be31c380f670821ff5389
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Oct  7 10:06:46 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Oct  7 10:06:46 2020 +
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  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..000
--- 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;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-10-07 Thread Agostino Sarubbo
commit: 28edde7cfb04bb171b1f1617ff956f80e475c4e9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Oct  7 07:06:27 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Oct  7 07:09:15 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-10-06 Thread Sam James
commit: aa87947c82a56daef31238766709f43fb0890f35
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct  6 13:09:34 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct  6 13:09:34 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2020-10-04 Thread Andreas Sturmlechner
commit: bb81637747a3a0d3cc36bd19f73250d32dfc8b6c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  4 08:35:47 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  4 15:54:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb816377

kde-misc/kdeconnect: Fix CVE-2020-26164

See also: https://kde.org/info/security/advisory-20201002-1.txt

Bug: https://bugs.gentoo.org/746401
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 ...re-SSL-errors-except-for-self-signed-cert.patch |  65 +
 ...ot-leak-the-local-user-in-the-device-name.patch |  32 +++
 ...fter-free-in-LanLinkProvider-connectError.patch |  28 ++
 ...20.04.3-04-Limit-identity-packets-to-8KiB.patch |  36 
 ...lanlink-connections-stay-open-for-long-wi.patch |  37 
 ...3-06-Don-t-brute-force-reading-the-socket.patch | 102 +
 ...r-of-connected-sockets-from-unpaired-devi.patch |  42 +
 ...mber-more-than-a-few-identity-packets-at-.patch |  54 +++
 ...orts-we-try-to-connect-to-to-the-port-ran.patch |  32 +++
 ...ace-connections-for-a-given-deviceId-if-t.patch |  58 
 kde-misc/kdeconnect/kdeconnect-20.04.3-r1.ebuild   |  98 
 kde-misc/kdeconnect/kdeconnect-20.08.1-r1.ebuild   |  99 
 12 files changed, 683 insertions(+)

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
new file mode 100644
index 000..cafeb9501cd
--- /dev/null
+++ 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-01-Do-not-ignore-SSL-errors-except-for-self-signed-cert.patch
@@ -0,0 +1,65 @@
+From f183b5447bad47655c21af87214579f03bf3a163 Mon Sep 17 00:00:00 2001
+From: Albert Vaca Cintora 
+Date: Thu, 24 Sep 2020 16:59:22 +0200
+Subject: [PATCH 01/10] Do not ignore SSL errors, except for self-signed cert
+ errors.
+
+Thanks Matthias Gerstner  for reporting this.
+---
+ core/backends/lan/lanlinkprovider.cpp | 24 +---
+ 1 file changed, 13 insertions(+), 11 deletions(-)
+
+diff --git a/core/backends/lan/lanlinkprovider.cpp 
b/core/backends/lan/lanlinkprovider.cpp
+index d9a7d8fa..fc005cee 100644
+--- a/core/backends/lan/lanlinkprovider.cpp
 b/core/backends/lan/lanlinkprovider.cpp
+@@ -297,9 +297,7 @@ void LanLinkProvider::tcpSocketConnected()
+ 
+ connect(socket, ::encrypted, this, 
::encrypted);
+ 
+-if (isDeviceTrusted) {
+-connect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
+-}
++connect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
+ 
+ socket->startServerEncryption();
+ 
+@@ -326,8 +324,6 @@ void LanLinkProvider::encrypted()
+ 
+ QSslSocket* socket = qobject_cast(sender());
+ if (!socket) return;
+-// TODO delete me?
+-disconnect(socket, QOverload 
&>::of(::sslErrors), this, ::sslErrors);
+ 
+ Q_ASSERT(socket->mode() != QSslSocket::UnencryptedMode);
+ LanDeviceLink::ConnectionStarted connectionOrigin = (socket->mode() == 
QSslSocket::SslClientMode)? LanDeviceLink::Locally : LanDeviceLink::Remotely;
+@@ -346,14 +342,20 @@ void LanLinkProvider::sslErrors(const QList& 
errors)
+ QSslSocket* socket = qobject_cast(sender());
+ if (!socket) return;
+ 
+-qCDebug(KDECONNECT_CORE) << "Failing due to " << errors;
+-Device* device = Daemon::instance()->getDevice(socket->peerVerifyName());
+-if (device) {
+-device->unpair();
++bool fatal = false;
++for (const QSslError& error : errors) {
++if (error.error() != QSslError::SelfSignedCertificate) {
++qCCritical(KDECONNECT_CORE) << "Disconnecting due to fatal SSL 
Error: " << error;
++fatal = true;
++} else {
++qCDebug(KDECONNECT_CORE) << "Ignoring self-signed cert error";
++}
+ }
+ 
+-delete m_receivedIdentityPackets.take(socket).np;
+-// Socket disconnects itself on ssl error and will be deleted by 
deleteLater slot, no need to delete manually
++if (fatal) {
++socket->disconnectFromHost();
++delete m_receivedIdentityPackets.take(socket).np;
++}
+ }
+ 
+ //I'm the new device and this is the answer to my UDP identity packet (no 
data received yet). They are connecting to us through TCP, and they should send 
an identity.
+-- 
+2.28.0
+

diff --git 
a/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
new file mode 100644
index 000..b374d001036
--- /dev/null
+++ 
b/kde-misc/kdeconnect/files/kdeconnect-20.04.3-02-Do-not-leak-the-local-user-in-the-device-name.patch
@@ -0,0 +1,32 @@
+From 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-10-04 Thread Andreas Sturmlechner
commit: dd949ad115eae7c3f4762660b96afade0734c23d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Oct  4 08:36:52 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Oct  4 15:54:07 2020 +
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  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..000
--- 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;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-08-04 Thread Andreas Sturmlechner
commit: 774851569efbbe66d71562036de532200306488a
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Aug  4 09:39:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  4 09:39:33 2020 +
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  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 
8da7439f6d3ef17c1a80b6a47411200e5bb2e622c9072b386cb2aaf6730fde80a6c6d8564d42ad97f471259e651ccc9e78d5067619e7f150b61aecec645b
 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..000
--- 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;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-07-30 Thread Agostino Sarubbo
commit: 436796dc4814067432ed292304f62f0d6df021e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 30 07:19:32 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 30 07:21:02 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-07-30 Thread Agostino Sarubbo
commit: 27d4b462c64c7ea6667d1848cb8e2ea97f399bd2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul 30 06:56:15 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul 30 06:57:58 2020 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/, kde-misc/kdeconnect/

2020-02-24 Thread Andreas Sturmlechner
commit: 31f120ec996b3212c2252fc59e08847361ac024e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Feb 24 14:29:32 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Feb 24 14:29:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f120ec

kde-misc/kdeconnect: Drop 1.3.5

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-misc/kdeconnect/Manifest   |  1 -
 .../files/kdeconnect-1.3.0-no-wayland.patch| 13 
 kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild| 78 --
 kde-misc/kdeconnect/metadata.xml   |  2 -
 4 files changed, 94 deletions(-)

diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 1f4bd1e6b15..33dc860b5e9 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-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/files/kdeconnect-1.3.0-no-wayland.patch 
b/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
deleted file mode 100644
index a46c284a017..000
--- a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
-index ab9913ff..bfd52cd7 100644
 a/plugins/mousepad/CMakeLists.txt
-+++ b/plugins/mousepad/CMakeLists.txt
-@@ -10,7 +10,7 @@ if (LibFakeKey_FOUND)
- find_package(X11 REQUIRED)
- find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS X11Extras)
- endif()
--find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wayland)
-+find_package(KF5Wayland ${KF5_MIN_VERSION} QUIET)
- 
- set(HAVE_X11 ${LibFakeKey_FOUND})
- set(HAVE_WAYLAND ${KF5Wayland_FOUND})

diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild 
b/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
deleted file mode 100644
index 9d073022755..000
--- a/kde-misc/kdeconnect/kdeconnect-1.3.5.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2020 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_use_find_package mousepad LibFakeKey)
-   $(cmake_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 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-02-24 Thread Agostino Sarubbo
commit: 92991d35e914d1b459010881e7b53069952f6b89
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Feb 24 14:19:05 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Feb 24 14:19:05 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-02-19 Thread Agostino Sarubbo
commit: e5e874d0f9ebea27b2abfc05e42eded84579e0de
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Feb 19 15:25:20 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Feb 19 15:25:20 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-02-18 Thread Andreas Sturmlechner
commit: f38f09002396a933177d6243f8446e957f542a1d
Author: Roy Bamford  gentoo  org>
AuthorDate: Tue Feb 18 11:10:06 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Feb 18 20:04:58 2020 +
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  gentoo.org>
Signed-off-by: Andreas Sturmlechner  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-02-17 Thread Thomas Deutschmann
commit: 30a08241479d65109add4a4ea60f461d889f9a38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 17 16:09:11 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 17 16:09:11 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-01-29 Thread Andreas Sturmlechner
commit: c66186b855f88e44df08dedaa8fcec856196a837
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 29 19:12:22 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 29 19:12:43 2020 +
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  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;



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-01-19 Thread Andreas Sturmlechner
commit: efe0f065119d5a23cdb1ecfb22c44ead97d111f3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 17:45:01 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 17:45:01 2020 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2020-01-19 Thread Andreas Sturmlechner
commit: c628a11590e89358177e4afcdde3dfa651a998bb
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sun Jan 19 16:46:09 2020 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Jan 19 17:38:14 2020 +
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  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 000..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 @@

Enable experimental kcapp frontend
Enable remote mousepad plugin using 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2019-09-07 Thread Thomas Deutschmann
commit: 6f7d5a0fd24a0d266147f079fdf8b06847059264
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Sep  7 18:19:09 2019 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Sep  7 21:06:55 2019 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2019-07-31 Thread Andreas Sturmlechner
commit: 29d6e13d345178bf0449c275bb5d4b5dbaf13cac
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jul 31 08:35:26 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jul 31 08:46:30 2019 +
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  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 000..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;
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2019-04-20 Thread Andreas Sturmlechner
commit: 221dc5f604856f859d30f223ddb2731844f652aa
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Fri Apr 19 13:52:50 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Fri Apr 19 14:31:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=221dc5f6

kde-misc/kdeconnect: Drop 1.3.3

Signed-off-by: Andreas Sturmlechner  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..000
--- 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;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2019-04-09 Thread Mikle Kolyada
commit: de75f05cfce8b67206ecfab5b55a4eb27c564d64
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Tue Apr  9 21:18:20 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Tue Apr  9 21:18:20 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de75f05c

kde-misc/kdeconnect: amd64 stable wrt bug #682686

Signed-off-by: Mikle Kolyada  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2019-03-25 Thread Andreas Sturmlechner
commit: db03b678865281c69891bce4581c17b66174ef8c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Mar 25 12:43:25 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Mar 25 12:44:10 2019 +
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  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 000..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;
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-21 Thread Andreas Sturmlechner
commit: 53e80fe4001974a0b650a0863500c517aa737b4e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 21 23:33:43 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 22 00:33:15 2018 +
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  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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-21 Thread Andreas Sturmlechner
commit: 762935b97b1a0e49030fd21bdb30186ddca549d9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov 21 21:12:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Nov 22 00:33:15 2018 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-17 Thread Thomas Deutschmann
commit: ba9dec9d2250f6a5d600f0b3804e66960162abfe
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Nov 17 21:13:57 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Nov 17 21:33:35 2018 +
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  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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-07 Thread Andreas Sturmlechner
commit: 7c3d3122c96be8c91f496fb926b5759b21d1fe74
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov  7 15:03:46 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov  7 15:03:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c3d3122

kde-misc/kdeconnect: Drop 1.3.2-r1

Signed-off-by: Andreas Sturmlechner  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..000
--- 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;
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-07 Thread Andreas Sturmlechner
commit: e6f33b94cb65fcd90994249d93b1ef16736146f8
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Nov  7 14:57:06 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Nov  7 15:02:23 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6f33b94

kde-misc/kdeconnect: 1.3.3 version bump

Signed-off-by: Andreas Sturmlechner  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 000..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;
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-11-05 Thread Andreas Sturmlechner
commit: 63d845279b4bf93194bfc0adb1118c76dd288edf
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Mon Nov  5 20:35:47 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Mon Nov  5 20:39:49 2018 +
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  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
 "
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-10-16 Thread Andreas Sturmlechner
commit: e1c8f61d13f4bf1f089f047fee2c7eb0cbf41bd3
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Oct 16 08:01:30 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Oct 16 09:06:11 2018 +
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  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 000..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;
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-06-07 Thread Andreas Sturmlechner
commit: 652e2212b10cf247862f94278513a532fe7f491c
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Jun  7 10:42:41 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Jun  7 10:48:35 2018 +
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..000
--- 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..000
--- 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
-

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-06-07 Thread Agostino Sarubbo
commit: e0756e33dd7cc7ee68db907a81294b5eedefb797
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jun  7 10:12:38 2018 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jun  7 10:12:38 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-05-31 Thread Andreas Sturmlechner
commit: d866de000dade476b5e9f036b5d46965c566d833
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 31 13:22:27 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 31 13:24:16 2018 +
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 000..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 @@


Enable experimental kcapp frontend
+   Enable remote mousepad plugin using 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-05-31 Thread Andreas Sturmlechner
commit: a269cc1ddd4b80ddcd22fe116194db7d4a4cd1e1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu May 31 13:23:38 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu May 31 13:24:16 2018 +
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 @@

Enable experimental kcapp frontend
Enable remote mousepad plugin using 
x11-libs/libfakekey
-   Enable SMS support using 
kde-frameworks/kpeople
Enable kwin_wayland support for mousepad 
plugin using kde-frameworks/kwayland

 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2018-04-10 Thread Johannes Huber
commit: 403144c366b8149bf3f3dfbc3919adcbf44ae56a
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Apr 10 18:43:21 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Apr 10 18:43:33 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=403144c3

kde-misc/kdeconnect: Fix build w/o wayland/handbook

Reported-by: email200202  yahoo.com
Thanks-to: Andreas Sturmlechner  gentoo.org>
Closes: https://bugs.gentoo.org/652888
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch | 13 +
 kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild |  8 +---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch 
b/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
new file mode 100644
index 000..a46c284a017
--- /dev/null
+++ b/kde-misc/kdeconnect/files/kdeconnect-1.3.0-no-wayland.patch
@@ -0,0 +1,13 @@
+diff --git a/plugins/mousepad/CMakeLists.txt b/plugins/mousepad/CMakeLists.txt
+index ab9913ff..bfd52cd7 100644
+--- a/plugins/mousepad/CMakeLists.txt
 b/plugins/mousepad/CMakeLists.txt
+@@ -10,7 +10,7 @@ if (LibFakeKey_FOUND)
+ find_package(X11 REQUIRED)
+ find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS X11Extras)
+ endif()
+-find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Wayland)
++find_package(KF5Wayland ${KF5_MIN_VERSION} QUIET)
+ 
+ set(HAVE_X11 ${LibFakeKey_FOUND})
+ set(HAVE_WAYLAND ${KF5Wayland_FOUND})

diff --git a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild 
b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
index 824a32a6085..b826ef6e3ba 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=6
 
 FRAMEWORKS_MINIMAL="5.42.0"
-KDE_HANDBOOK="optional"
+KDE_HANDBOOK="forceoptional"
 KDE_TEST="true"
 KMNAME="${PN}-kde"
 KDE_SELINUX_MODULE="${PN}"
@@ -55,12 +55,14 @@ RDEPEND="${DEPEND}
 
 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
-
-   kde5_src_prepare
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-04-09 Thread Johannes Huber
commit: 5b0d6fd52ec4d7a8f648ef076de2a52977e49f3f
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Apr  9 17:34:06 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Apr  9 17:34:06 2018 +
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 000..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 @@


Enable experimental kcapp frontend
+   Enable SMS support using 
kde-frameworks/kpeople
Enable kwin_wayland support for mousepad 
plugin using kde-frameworks/kwayland

 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-03-22 Thread Andreas Sturmlechner
commit: ff0e72b0cdf4da7360aed2b5b63ed55fcc9002a7
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Mar 22 11:06:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Mar 22 12:15:02 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-03-13 Thread Andreas Sturmlechner
commit: d78e7c171afa61091c4f758bdd03caaa1f226fc1
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 13 23:23:42 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 13 23:24:22 2018 +
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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-03-13 Thread Andreas Sturmlechner
commit: 794077c8ec52cf95d047078efdb1ac5401a73a03
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Mar 13 23:24:03 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Mar 13 23:24:22 2018 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-02-09 Thread Michael Palimaka
commit: 1680fd397ac256ca28a7ed80fb32fd60dc17b283
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Feb 10 00:14:13 2018 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Feb 10 00:14:43 2018 +
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"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2018-01-17 Thread Andreas Sturmlechner
commit: 9c0d9825e490196f6d9379f1902f8374bfee1b6d
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Jan 17 19:00:01 2018 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Wed Jan 17 19:00:01 2018 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-12-12 Thread Andreas Sturmlechner
commit: 3ea81e0789955d54d1de9611cfc49808bfbb359f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 12 16:46:39 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 12 17:30:27 2017 +
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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-12-12 Thread Andreas Sturmlechner
commit: cf3cd4fed1b6c4e1082a1949cb28efc3afed31bc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Tue Dec 12 16:47:17 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Dec 12 17:30:27 2017 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-12-12 Thread Thomas Deutschmann
commit: 325ba11904f2a70611f30fbd98795e16455611de
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Dec 12 16:18:15 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Dec 12 16:18:15 2017 +
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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-09-20 Thread Michael Palimaka
commit: c30bd21fa8a79094c7d42416a2d739057b3f1029
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 20 10:22:09 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 20 10:22:23 2017 +
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



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-09-19 Thread Johannes Huber
commit: 1bf7c771b22459761e928376c864e05641b2e5c3
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Sep 19 17:18:58 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Sep 19 17:19:07 2017 +
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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-09-18 Thread Johannes Huber
commit: 2afdfb27ed317fd4418df225169b6ee281f9cc1e
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Sep 18 18:37:56 2017 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Sep 18 18:38:17 2017 +
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
 "



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-08-08 Thread Andreas Sturmlechner
commit: db6e19ee56baa498afd5f8d75506fc3433134f6a
Author: Nils Freydank  posteo  de>
AuthorDate: Mon Aug  7 20:23:44 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Tue Aug  8 17:15:29 2017 +
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
 "



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, dev-libs/kirigami/, kde-frameworks/kirigami/, ...

2017-08-06 Thread Andreas Sturmlechner
commit: 68a21cd17b429bb9ca47ed3c945f2752a562a858
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug  5 21:07:36 2017 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sun Aug  6 22:31:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68a21cd1

dev-libs/kirigami: pkgmove to kde-frameworks/kirigami, slot 2 -> 5

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 kde-apps/kalgebra/kalgebra-17.04.3.ebuild   | 2 +-
 kde-apps/okular/okular-16.12.3.ebuild   | 2 +-
 kde-apps/okular/okular-17.04.3.ebuild   | 2 +-
 {dev-libs => kde-frameworks}/kirigami/Manifest  | 0
 {dev-libs => kde-frameworks}/kirigami/kirigami-1.1.0.ebuild | 0
 {dev-libs => kde-frameworks}/kirigami/kirigami-2.2.0.ebuild | 2 +-
 {dev-libs => kde-frameworks}/kirigami/metadata.xml  | 0
 kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild  | 2 +-
 kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild   | 2 +-
 mail-client/kube/kube-0.1.0-r1.ebuild   | 2 +-
 profiles/updates/3Q-2017| 2 ++
 12 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/kde-apps/kalgebra/kalgebra-17.04.3.ebuild 
b/kde-apps/kalgebra/kalgebra-17.04.3.ebuild
index d3826ebac25..cecd2499056 100644
--- a/kde-apps/kalgebra/kalgebra-17.04.3.ebuild
+++ b/kde-apps/kalgebra/kalgebra-17.04.3.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
$(add_qt_dep qtquickcontrols)
-   dev-libs/kirigami:2
+   $(add_frameworks_dep kirigami '' 2.2.0)
!kde-apps/analitza:4
 "
 

diff --git a/kde-apps/okular/okular-16.12.3.ebuild 
b/kde-apps/okular/okular-16.12.3.ebuild
index 99ea7259408..e24c0ee7b5a 100644
--- a/kde-apps/okular/okular-16.12.3.ebuild
+++ b/kde-apps/okular/okular-16.12.3.ebuild
@@ -52,7 +52,7 @@ DEPEND="
tiff? ( media-libs/tiff:0 )
 "
 RDEPEND="${DEPEND}
-   mobile? ( dev-libs/kirigami:1 )
+   mobile? ( kde-frameworks/kirigami:1 )
 "
 
 # bug 603116

diff --git a/kde-apps/okular/okular-17.04.3.ebuild 
b/kde-apps/okular/okular-17.04.3.ebuild
index 5dad52c5ae0..d93d63f7e88 100644
--- a/kde-apps/okular/okular-17.04.3.ebuild
+++ b/kde-apps/okular/okular-17.04.3.ebuild
@@ -57,7 +57,7 @@ RDEPEND="${DEPEND}
image-backend? ( $(add_frameworks_dep kimageformats) )
mobile? (
$(add_qt_dep qtquickcontrols)
-   dev-libs/kirigami:1
+   kde-frameworks/kirigami:1
)
 "
 

diff --git a/dev-libs/kirigami/Manifest b/kde-frameworks/kirigami/Manifest
similarity index 100%
rename from dev-libs/kirigami/Manifest
rename to kde-frameworks/kirigami/Manifest

diff --git a/dev-libs/kirigami/kirigami-1.1.0.ebuild 
b/kde-frameworks/kirigami/kirigami-1.1.0.ebuild
similarity index 100%
rename from dev-libs/kirigami/kirigami-1.1.0.ebuild
rename to kde-frameworks/kirigami/kirigami-1.1.0.ebuild

diff --git a/dev-libs/kirigami/kirigami-2.2.0.ebuild 
b/kde-frameworks/kirigami/kirigami-2.2.0.ebuild
similarity index 99%
rename from dev-libs/kirigami/kirigami-2.2.0.ebuild
rename to kde-frameworks/kirigami/kirigami-2.2.0.ebuild
index 686e3cada7e..750bdc555d9 100644
--- a/dev-libs/kirigami/kirigami-2.2.0.ebuild
+++ b/kde-frameworks/kirigami/kirigami-2.2.0.ebuild
@@ -18,8 +18,8 @@ fi
 
 DESCRIPTION="Lightweight user interface framework for mobile and convergent 
applications"
 HOMEPAGE="https://techbase.kde.org/Kirigami;
+
 LICENSE="LGPL-2+"
-SLOT="2"
 IUSE="examples plasma"
 
 RDEPEND="

diff --git a/dev-libs/kirigami/metadata.xml 
b/kde-frameworks/kirigami/metadata.xml
similarity index 100%
rename from dev-libs/kirigami/metadata.xml
rename to kde-frameworks/kirigami/metadata.xml

diff --git a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild 
b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
index a53c2b88180..9c9677d2bfc 100644
--- a/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-1.0.3.ebuild
@@ -43,7 +43,7 @@ DEPEND="
 "
 RDEPEND="${DEPEND}
$(add_plasma_dep plasma-workspace)
-   app? ( dev-libs/kirigami:1 )
+   app? ( kde-frameworks/kirigami:1 )
wayland? ( $(add_plasma_dep kwin) )
!kde-misc/kdeconnect:4
 "

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild
index 359576a014f..c89ab48bd4d 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild
+++ b/kde-plasma/plasma-sdk/plasma-sdk-5.10.4.ebuild
@@ -32,7 +32,7 @@ DEPEND="
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
-   dev-libs/kirigami:2
+   $(add_frameworks_dep kirigami '' 2.2.0)
 "
 RDEPEND="${DEPEND}
!dev-util/plasmate

diff --git a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild 
b/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild
index 37c1303d40b..68a04ec840c 100644
--- a/kde-plasma/plasma-sdk/plasma-sdk-5.9.5.ebuild

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-03-04 Thread Agostino Sarubbo
commit: 2a855680d4e7866d0da79845ebf45f1a28c769b6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  4 13:45:38 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  4 13:45:38 2017 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2017-03-04 Thread Agostino Sarubbo
commit: 2dcf5cc55d591c3743a772f6b2addfb8f4b3e622
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Mar  4 13:36:47 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Mar  4 13:38:21 2017 +
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  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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-12-22 Thread Johannes Huber
commit: 2e8827f0415de4e69e67e0225b9ba4aa345366f2
Author: Johannes Huber  gentoo  org>
AuthorDate: Fri Dec 23 07:42:00 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Fri Dec 23 07:42:00 2016 +
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
 }



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-12-18 Thread Johannes Huber
commit: b5ee10116a2ed4fa861614f0bc330ddfe81b9f72
Author: Johannes Huber  gentoo  org>
AuthorDate: Sun Dec 18 09:55:52 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec 18 10:00:16 2016 +
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..
--- 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 @@


Enable experimental kcapp frontend
-   Enable net-libs/telepathy-qt 
support to receive text messages and respond to them
Enable kwin_wayland support for mousepad 
plugin using kde-frameworks/kwayland

 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-12-18 Thread Johannes Huber
commit: 16355377d920c2641316cc7c7b87e1e47af806cc
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sat Dec 17 21:24:26 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec 18 10:00:15 2016 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-12-11 Thread Johannes Huber
commit: 544a42eafb9645d999626b1dd7534625b1f64671
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Dec 11 20:19:18 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec 11 21:31:52 2016 +
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  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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-12-11 Thread Johannes Huber
commit: 877747cfb139400a18cfb337be76118991ded3e6
Author: Andreas Sturmlechner  gmail  com>
AuthorDate: Sun Dec 11 20:18:50 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sun Dec 11 21:31:52 2016 +
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  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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2016-11-19 Thread Johannes Huber
commit: a8228efb97571d72189ca2b20c079a2fd448a5ab
Author: Johannes Huber  gentoo  org>
AuthorDate: Sat Nov 19 17:25:14 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Sat Nov 19 17:25:38 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8228efb

kde-misc/kdeconnect: Drop slot 4

Exported to kde-sunset overlay.

Package-Manager: portage-2.3.2

 kde-misc/kdeconnect/Manifest   |  1 -
 .../kdeconnect/files/kdeconnect-0.8-ninja.patch| 36 --
 .../files/kdeconnect-0.8-openssh-7.0.patch | 32 
 kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild   | 58 --
 4 files changed, 127 deletions(-)

diff --git a/kde-misc/kdeconnect/Manifest b/kde-misc/kdeconnect/Manifest
index 8d8d978..06fc62b 100644
--- a/kde-misc/kdeconnect/Manifest
+++ b/kde-misc/kdeconnect/Manifest
@@ -1,2 +1 @@
-DIST kdeconnect-kde-0.8.tar.xz 141916 SHA256 
c33611c076a327a67f9974ffa5662f2c093dda6ad14024e434027f9f19d9a0ab SHA512 
7c7c460648960dde501596c85282eddd4d9add3b1be291b6d22a75f316cce6cdee0015d81b275eaa7c66758dcf16fa21da1be9b79f12b68c76bad343eef7250e
 WHIRLPOOL 
0d302b4c6005100db9bc44ca590ee330bc6f432af02bfd1d2f27b367f38b6d4993828a3726c2bf3acaafcaa00c1724a9592ee8a652152f6b811923c351d3f499
 DIST kdeconnect-kde-1.0.2.tar.xz 228656 SHA256 
84c8d6f79226ec6341567021b23e3d87ce2de6621ae879081340a8150a6832a1 SHA512 
26a0d267f7d0e7c06c317718d8f105b4ce5e3f782b478b8e34e2fc57b721c0f3860ce9d8f8552da390678175d39b2c1b7091ba382fcbb0ab95777a480f89cbc6
 WHIRLPOOL 
b1de9854e5d4269fd49f0e708e147271ea24fc682f1daabfe1d9b3b0dba7b2c0767a5647c90e0176d9481ebe21de6f0af2640535042284b5fa2b8f86fcffccd2

diff --git a/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch 
b/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch
deleted file mode 100644
index d482549..
--- a/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From d9e0c61185a5ecbd9b013740fe73d21ba5adaa44 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka 
-Date: Thu, 10 Sep 2015 21:56:39 +1000
-Subject: [PATCH] Fix make with ninja.
-
-The custom command name must differ from the name of the generated file.
-
-REVIEW: 125137

- cmake/DbusInterfaceMacros.cmake | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/cmake/DbusInterfaceMacros.cmake b/cmake/DbusInterfaceMacros.cmake
-index 9d4810d..801452a 100644
 a/cmake/DbusInterfaceMacros.cmake
-+++ b/cmake/DbusInterfaceMacros.cmake
-@@ -12,7 +12,7 @@ macro (generate_and_install_dbus_interface 
main_project_target header_file outpu
- OPTIONS ${qdbus_options}
- )
- add_custom_target(
--${output_xml_file}
-+${output_xml_file}_target
- SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
- )
- install(
-@@ -21,6 +21,6 @@ macro (generate_and_install_dbus_interface 
main_project_target header_file outpu
- )
- add_dependencies(
- ${main_project_target}
--${output_xml_file}
-+${output_xml_file}_target
- )
- endmacro (generate_and_install_dbus_interface)
--- 
-2.4.6
-

diff --git a/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch 
b/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch
deleted file mode 100644
index 3689156..
--- a/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 56028b694176d1f52475ac073b0feb842c71a894 Mon Sep 17 00:00:00 2001
-From: Albert Vaca 
-Date: Mon, 24 Aug 2015 21:27:24 -0700
-Subject: [PATCH] Fixed incompatibility with OpenSSH 7.0
-
-BUG: 351725
-
-Conflicts:
-   plugins/sftp/mounter.cpp

- plugins/sftp/mounter.cpp | 5 +++--
- 1 file changed, 3 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
-index c414f77..f13bb52 100644
 a/plugins/sftp/mounter.cpp
-+++ b/plugins/sftp/mounter.cpp
-@@ -136,8 +136,9 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
- << "-f"
- << "-o" << "IdentityFile=" + m_sftp->device()->privateKeyPath()
- << "-o" << "StrictHostKeyChecking=no" //Do not ask for confirmation 
because it is not a known host
--<< "-o" << "UserKnownHostsFile=/dev/null"; //Prevent storing as a 
known host
--
-+<< "-o" << "UserKnownHostsFile=/dev/null" //Prevent storing as a 
known host
-+<< "-o" << "HostKeyAlgorithms=+ssh-dss"; 
//https://bugs.kde.org/show_bug.cgi?id=351725
-+
- m_proc->setProgram(program, arguments);
- 
- //To debug
--- 
-2.4.9
-

diff --git a/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild 
b/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
deleted file mode 100644
index 79c6c13..
--- a/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
+++ /dev/null
@@ -1,58 +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"

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-11-17 Thread Johannes Huber
commit: 3756ba61aa780e86251d67a29800fc67137a95cf
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Nov 17 21:59:23 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Nov 17 21:59:34 2016 +
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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-11-17 Thread Johannes Huber
commit: 0df42dbb42fa50c81dddfaa201ceae468e9c1a24
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Nov 17 21:58:59 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Nov 17 21:59:34 2016 +
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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-11-17 Thread Johannes Huber
commit: 28f2db86d2ca0ce31598d867cb922fe7fcab0626
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Nov 17 21:57:31 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Nov 17 21:59:33 2016 +
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 ..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 

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-11-17 Thread Johannes Huber
commit: da39252ecc525239ad219362cb9b4ed990a6a60c
Author: Johannes Huber  gentoo  org>
AuthorDate: Thu Nov 17 21:58:32 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Thu Nov 17 21:59:33 2016 +
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..
--- 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)
-   

[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-09-21 Thread Michael Palimaka
commit: 4270f55c320a9af75d93a579ef651fde216d109a
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 21 14:21:42 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 21 14:22:38 2016 +
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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-08-27 Thread Michael Palimaka
commit: 5845e94c26af356eb1ae5ca10f0d1f55931856fd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sat Aug 27 18:45:44 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sat Aug 27 18:45:57 2016 +
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;



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-08-26 Thread Manuel Rüger
commit: 7eb63cea58b9fd2c14c3fed70620a030059925b1
Author: Manuel Rüger  gentoo  org>
AuthorDate: Fri Aug 26 22:59:28 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Fri Aug 26 22:59:28 2016 +
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 ..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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-06-23 Thread Michael Palimaka
commit: 8e628a329107ea5031993a9eee4dc5628cf4541d
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Jun 23 15:18:46 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Jun 23 15:19:15 2016 +
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="



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-05-18 Thread Johannes Huber
commit: 60dea525535c607dc578095016c4f6c9c6532183
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 18 20:37:48 2016 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 18 20:38:01 2016 +
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)



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-04-19 Thread Michael Palimaka
commit: 86604095388cc1e66e3734262ede84a49a45a701
Author: Michael Palimaka  gentoo  org>
AuthorDate: Tue Apr 19 21:21:17 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Tue Apr 19 21:21:39 2016 +
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 @@

Enable experimental kcapp frontend
Enable net-libs/telepathy-qt 
support to receive text messages and respond to them
-   Enable kwin_wayland support for mousepad 
plugin using kde-frameworks/kwayland
+   Enable kwin_wayland support for mousepad 
plugin using kde-plasma/kwayland

 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-04-14 Thread Michael Palimaka
commit: 802c3fd5bd4431bbe000ca02deec7a81fafcb8b5
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr 14 19:54:59 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr 14 19:55:03 2016 +
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..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2016-04-14 Thread Michael Palimaka
commit: 30bef4b1ddfc0a1da0e73c1be3765ab729b197fd
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Apr 14 19:52:17 2016 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Apr 14 19:52:28 2016 +
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 000..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 @@
k...@gentoo.org
Gentoo KDE Project

+   
+   Enable experimental kcapp frontend
+   Enable net-libs/telepathy-qt 
support to receive text messages and respond to them
+   Enable kwin_wayland support for mousepad 
plugin using kde-frameworks/kwayland
+   
 



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/files/, kde-misc/kdeconnect/

2015-09-23 Thread Michael Palimaka
commit: 2a365015766962c41d29b5e0b3f1667a1aa9f460
Author: Michael Palimaka  gentoo  org>
AuthorDate: Wed Sep 23 13:44:10 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Wed Sep 23 13:44:54 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a365015

kde-misc/kdeconnect: backport patch from upstream solving incompatibility with 
>=net-misc/openssh-7.0

Gentoo-bug: 560968

Package-Manager: portage-2.2.20.1

 .../files/kdeconnect-0.8-openssh-7.0.patch | 32 
 kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild   | 58 ++
 2 files changed, 90 insertions(+)

diff --git a/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch 
b/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch
new file mode 100644
index 000..3689156
--- /dev/null
+++ b/kde-misc/kdeconnect/files/kdeconnect-0.8-openssh-7.0.patch
@@ -0,0 +1,32 @@
+From 56028b694176d1f52475ac073b0feb842c71a894 Mon Sep 17 00:00:00 2001
+From: Albert Vaca 
+Date: Mon, 24 Aug 2015 21:27:24 -0700
+Subject: [PATCH] Fixed incompatibility with OpenSSH 7.0
+
+BUG: 351725
+
+Conflicts:
+   plugins/sftp/mounter.cpp
+---
+ plugins/sftp/mounter.cpp | 5 +++--
+ 1 file changed, 3 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/sftp/mounter.cpp b/plugins/sftp/mounter.cpp
+index c414f77..f13bb52 100644
+--- a/plugins/sftp/mounter.cpp
 b/plugins/sftp/mounter.cpp
+@@ -136,8 +136,9 @@ void Mounter::onPakcageReceived(const NetworkPackage& np)
+ << "-f"
+ << "-o" << "IdentityFile=" + m_sftp->device()->privateKeyPath()
+ << "-o" << "StrictHostKeyChecking=no" //Do not ask for confirmation 
because it is not a known host
+-<< "-o" << "UserKnownHostsFile=/dev/null"; //Prevent storing as a 
known host
+-
++<< "-o" << "UserKnownHostsFile=/dev/null" //Prevent storing as a 
known host
++<< "-o" << "HostKeyAlgorithms=+ssh-dss"; 
//https://bugs.kde.org/show_bug.cgi?id=351725
++
+ m_proc->setProgram(program, arguments);
+ 
+ //To debug
+-- 
+2.4.9
+

diff --git a/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild 
b/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
new file mode 100644
index 000..7e10f20
--- /dev/null
+++ b/kde-misc/kdeconnect/kdeconnect-0.8-r1.ebuild
@@ -0,0 +1,58 @@
+# 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"
+   "${FILESDIR}/${P}-openssh-7.0.patch"
+)
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/, kde-misc/kdeconnect/files/

2015-09-10 Thread Michael Palimaka
commit: 6065d16d88a1a0ce0d5638935e89a5f34b58ac3e
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 10 12:08:47 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 10 12:09:07 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6065d16d

kde-misc/kdeconnect: backport patch from upstream fixing build with 
dev-util/ninja.

Gentoo-bug: 559904

Package-Manager: portage-2.2.20.1

 .../kdeconnect/files/kdeconnect-0.8-ninja.patch| 36 ++
 kde-misc/kdeconnect/kdeconnect-0.8.ebuild  |  2 ++
 2 files changed, 38 insertions(+)

diff --git a/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch 
b/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch
new file mode 100644
index 000..d482549
--- /dev/null
+++ b/kde-misc/kdeconnect/files/kdeconnect-0.8-ninja.patch
@@ -0,0 +1,36 @@
+From d9e0c61185a5ecbd9b013740fe73d21ba5adaa44 Mon Sep 17 00:00:00 2001
+From: Michael Palimaka 
+Date: Thu, 10 Sep 2015 21:56:39 +1000
+Subject: [PATCH] Fix make with ninja.
+
+The custom command name must differ from the name of the generated file.
+
+REVIEW: 125137
+---
+ cmake/DbusInterfaceMacros.cmake | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/cmake/DbusInterfaceMacros.cmake b/cmake/DbusInterfaceMacros.cmake
+index 9d4810d..801452a 100644
+--- a/cmake/DbusInterfaceMacros.cmake
 b/cmake/DbusInterfaceMacros.cmake
+@@ -12,7 +12,7 @@ macro (generate_and_install_dbus_interface 
main_project_target header_file outpu
+ OPTIONS ${qdbus_options}
+ )
+ add_custom_target(
+-${output_xml_file}
++${output_xml_file}_target
+ SOURCES ${CMAKE_CURRENT_BINARY_DIR}/${output_xml_file}
+ )
+ install(
+@@ -21,6 +21,6 @@ macro (generate_and_install_dbus_interface 
main_project_target header_file outpu
+ )
+ add_dependencies(
+ ${main_project_target}
+-${output_xml_file}
++${output_xml_file}_target
+ )
+ endmacro (generate_and_install_dbus_interface)
+-- 
+2.4.6
+

diff --git a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild 
b/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
index 07e7568..e27ce0c 100644
--- a/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
+++ b/kde-misc/kdeconnect/kdeconnect-0.8.ebuild
@@ -42,6 +42,8 @@ DEPEND="${COMMON_DEPEND}
 
 [[ ${KDE_BUILD_TYPE} != live ]] && S=${WORKDIR}/${MY_P}
 
+PATCHES=( "${FILESDIR}/${P}-ninja.patch" )
+
 pkg_postinst(){
elog
elog "Optional dependency:"



[gentoo-commits] repo/gentoo:master commit in: kde-misc/kdeconnect/

2015-09-10 Thread Michael Palimaka
commit: f41f6979c04ba07f77d8848d7804e5ae47198072
Author: Michael Palimaka  gentoo  org>
AuthorDate: Thu Sep 10 12:03:46 2015 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Thu Sep 10 12:04:03 2015 +
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..000
--- 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
-}