public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/krdc/
@ 2020-08-24 12:01 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-24 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3efcb8bf9dc0ecd5b789d82b95060841946783b2
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 11:33:43 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 11:53:41 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=3efcb8bf

kde-apps/krdc: IUSE=rdesktop=>rdp, add telepathy local description

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-apps/krdc/krdc-4.14.3.ebuild | 6 +++---
 kde-apps/krdc/metadata.xml       | 3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/kde-apps/krdc/krdc-4.14.3.ebuild b/kde-apps/krdc/krdc-4.14.3.ebuild
index 5b891e92..1ba8b794 100644
--- a/kde-apps/krdc/krdc-4.14.3.ebuild
+++ b/kde-apps/krdc/krdc-4.14.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit kde4-base
 DESCRIPTION="KDE remote desktop connection (RDP and VNC) client"
 HOMEPAGE="https://www.kde.org/applications/internet/krdc/"
 KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug jpeg +rdesktop telepathy vnc zeroconf"
+IUSE="debug jpeg +rdp telepathy vnc zeroconf"
 
 #nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.13.1
 
@@ -20,7 +20,7 @@ DEPEND="
 	zeroconf? ( net-dns/avahi )
 "
 RDEPEND="${DEPEND}
-	rdesktop? ( >=net-misc/freerdp-1.1.0_beta1[X] )
+	rdp? ( >=net-misc/freerdp-1.1.0_beta1[X] )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-4.13.1-freerdp.patch" )

diff --git a/kde-apps/krdc/metadata.xml b/kde-apps/krdc/metadata.xml
index 6f49eba8..6191cf4b 100644
--- a/kde-apps/krdc/metadata.xml
+++ b/kde-apps/krdc/metadata.xml
@@ -2,4 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <!-- maintainer-needed -->
+	<use>
+		<flag name="telepathy">Enable desktop sharing through a telepathy client</flag>
+	</use>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/krdc/
@ 2020-12-07 22:57 Andreas Sturmlechner
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-12-07 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     af2c10f8a7618b03deed03ac13331e452d366427
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  7 22:28:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Dec  7 22:44:26 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=af2c10f8

kde-apps/krdc: EAPI-6 bump, switch to net-libs/telepathy-qt:0-qt4

Also drop no-op IUSE flags.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../{krdc-4.14.3.ebuild => krdc-4.14.3-r1.ebuild}    | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/kde-apps/krdc/krdc-4.14.3.ebuild b/kde-apps/krdc/krdc-4.14.3-r1.ebuild
similarity index 52%
rename from kde-apps/krdc/krdc-4.14.3.ebuild
rename to kde-apps/krdc/krdc-4.14.3-r1.ebuild
index a74d9674..291de393 100644
--- a/kde-apps/krdc/krdc-4.14.3.ebuild
+++ b/kde-apps/krdc/krdc-4.14.3-r1.ebuild
@@ -1,23 +1,20 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 KDE_HANDBOOK="optional"
 inherit kde4-base
 
 DESCRIPTION="KDE remote desktop connection (RDP and VNC) client"
-HOMEPAGE="https://www.kde.org/applications/internet/krdc/"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug jpeg +rdp telepathy vnc zeroconf"
+HOMEPAGE="https://apps.kde.org/en/krdc"
 
-#nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.13.1
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
+IUSE="debug +rdp telepathy vnc"
 
 DEPEND="
-	jpeg? ( virtual/jpeg:0 )
-	telepathy? ( >=net-libs/telepathy-qt-0.9[qt4(-)] )
+	telepathy? ( net-libs/telepathy-qt:0-qt4 )
 	vnc? ( >=net-libs/libvncserver-0.9 )
-	zeroconf? ( net-dns/avahi )
 "
 RDEPEND="${DEPEND}
 	rdp? ( >=net-misc/freerdp-1.1.0_beta1[X] )
@@ -27,11 +24,8 @@ PATCHES=( "${FILESDIR}/${PN}-4.13.1-freerdp.patch" )
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_with jpeg)
-		$(cmake-utils_use_with telepathy TelepathyQt4)
-		$(cmake-utils_use_with vnc LibVNCServer)
-		$(cmake-utils_use_with zeroconf DNSSD)
+		-DWITH_TelepathyQt4=$(usex telepathy)
+		-DWITH_LibVNCServer=$(usex vnc)
 	)
-
 	kde4-base_src_configure
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-07 22:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-24 12:01 [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/krdc/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2020-12-07 22:57 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox