Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: kde-apps/kopete/
Date: Thu, 31 May 2018 18:30:38
Message-Id: 1527791394.0de7030a1c2391fb327f85512b8c88e0d16af099.asturm@gentoo
1 commit: 0de7030a1c2391fb327f85512b8c88e0d16af099
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 31 18:24:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 31 18:29:54 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=0de7030a
7
8 kde-apps/kopete: Drop invalid !aqua conditional, fix metadata.xml
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --force
12
13 kde-apps/kopete/kopete-4.14.3-r1.ebuild | 10 ++++------
14 kde-apps/kopete/metadata.xml | 9 ++++++++-
15 2 files changed, 12 insertions(+), 7 deletions(-)
16
17 diff --git a/kde-apps/kopete/kopete-4.14.3-r1.ebuild b/kde-apps/kopete/kopete-4.14.3-r1.ebuild
18 index 1d95e8c..162fc16 100644
19 --- a/kde-apps/kopete/kopete-4.14.3-r1.ebuild
20 +++ b/kde-apps/kopete/kopete-4.14.3-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -69,10 +69,8 @@ COMMONDEPEND="
28 >=dev-qt/qtgui-4.4.0:4[mng]
29 media-libs/phonon[qt4]
30 media-libs/qimageblitz
31 - !aqua? (
32 - x11-libs/libX11
33 - x11-libs/libXScrnSaver
34 - )
35 + x11-libs/libX11
36 + x11-libs/libXScrnSaver
37 gadu? ( >=net-libs/libgadu-1.8.0[threads] )
38 groupwise? ( app-crypt/qca:2[qt4(+)] )
39 jingle? (
40 @@ -112,8 +110,8 @@ RDEPEND="${COMMONDEPEND}
41 "
42 # telepathy? ( net-libs/decibel )"
43 DEPEND="${COMMONDEPEND}
44 + x11-proto/scrnsaverproto
45 jingle? ( dev-libs/jsoncpp )
46 - !aqua? ( x11-proto/scrnsaverproto )
47 "
48
49 src_configure() {
50
51 diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml
52 index 971570c..daf628a 100644
53 --- a/kde-apps/kopete/metadata.xml
54 +++ b/kde-apps/kopete/metadata.xml
55 @@ -1,6 +1,7 @@
56 <?xml version="1.0" encoding="UTF-8"?>
57 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 <pkgmetadata>
59 +<!-- maintainer-needed -->
60 <use>
61 <flag name="emoticons-manager">Enables emoticons theme manager so that the user can edit and remove emoticons or add custom ones etc</flag>
62 <!-- PLUGINS -->
63 @@ -13,21 +14,27 @@
64 <flag name="history">Enables saving chat history.</flag>
65 <flag name="latex">Embed latex formatted text into messages.</flag>
66 <flag name="nowlistening">Shows song you currently listen to in your status/etc. Bindings for many players.</flag>
67 + <flag name="otr">Allows crypting your chat (drugs and talking nonsense are considered as good alternatives ;]).</flag>
68 + <flag name="pipes">Send messages to external pipe.</flag>
69 + <flag name="privacy">Filter for incoming messages</flag>
70 <flag name="statistics">Everybody loves statistic graphs, especialy cake ones. ;]</flag>
71 <flag name="texteffect">Various fancy text effects for your messages (dont ever consider writing us with this enabled ;]).</flag>
72 <flag name="translator">Translate incoming and outgoing messages.</flag>
73 + <flag name="urlpicpreview">Enables in conversation pictures preview.</flag>
74 <flag name="webpresence">Show your status and some more informations on web.</flag>
75 <!-- PROTOCOLS -->
76 <flag name="gadu">Enable the Gadu protocol handler.</flag>
77 <flag name="groupwise">Enable the Groupwise protocol handler.</flag>
78 <flag name="irc">Enable the IRC protocol handler.</flag>
79 <flag name="jabber">Enable XMPP protocol handler (this is also gmail).</flag>
80 + <flag name="meanwhile">Enable the Sametime protocol handler.</flag>
81 <flag name="msn">Enable "Windows live messenger" protocol support.</flag>
82 <flag name="netmeeting">Builds netmeeting plugin (require gnomemeeting)</flag>
83 <flag name="sametime">Enables support for the Sametime protocol for instant messaging</flag>
84 + <flag name="skype">Enable Skype protocol handler (not fully functional yet).</flag>
85 <flag name="sms">Enable the sms sending plugin.</flag>
86 + <flag name="testbed">Enable the testbed protocol.</flag>
87 <flag name="winpopup">Enable pop-up messages sending on windows. (same as good old "net send" messages ;])</flag>
88 <flag name="yahoo">Enable yahoo protocol support.</flag>
89 </use>
90 -<!-- maintainer-needed -->
91 </pkgmetadata>