summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/kopete/kopete-15.12.3.ebuild5
-rw-r--r--kde-apps/kopete/kopete-16.04.3.ebuild5
-rw-r--r--kde-apps/kopete/metadata.xml1
3 files changed, 4 insertions, 7 deletions
diff --git a/kde-apps/kopete/kopete-15.12.3.ebuild b/kde-apps/kopete/kopete-15.12.3.ebuild
index 5ab2d8796b92..d9f9ab2b0c4d 100644
--- a/kde-apps/kopete/kopete-15.12.3.ebuild
+++ b/kde-apps/kopete/kopete-15.12.3.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
# yahoo: media-libs/jasper
# zeroconf (bonjour): NO DEPS
PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
# disabled protocols
# telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
- sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
"
@@ -137,7 +136,7 @@ src_configure() {
mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2}))
done
- mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+ mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
# enable plugins
for x in ${PLUGINS}; do
diff --git a/kde-apps/kopete/kopete-16.04.3.ebuild b/kde-apps/kopete/kopete-16.04.3.ebuild
index 951fcca5d336..cd117ceb7106 100644
--- a/kde-apps/kopete/kopete-16.04.3.ebuild
+++ b/kde-apps/kopete/kopete-16.04.3.ebuild
@@ -53,7 +53,7 @@ PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex
# yahoo: media-libs/jasper
# zeroconf (bonjour): NO DEPS
PROTOCOLS="gadu groupwise jingle meanwhile oscar skype
-sms testbed winpopup +xmpp yahoo zeroconf"
+testbed winpopup +xmpp yahoo zeroconf"
# disabled protocols
# telepathy: net-libs/decibel
@@ -107,7 +107,6 @@ RDEPEND="${COMMONDEPEND}
)
virtual/latex-base
)
- sms? ( app-mobilephone/smssend )
ssl? ( app-crypt/qca:2[openssl] )
winpopup? ( net-fs/samba )
"
@@ -136,7 +135,7 @@ src_configure() {
mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) )
done
- mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF )
+ mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF )
# enable plugins
for x in ${PLUGINS}; do
diff --git a/kde-apps/kopete/metadata.xml b/kde-apps/kopete/metadata.xml
index e4ab8cea88c3..93d6fdc5ca4e 100644
--- a/kde-apps/kopete/metadata.xml
+++ b/kde-apps/kopete/metadata.xml
@@ -29,7 +29,6 @@
<!-- uncomment this when enabled in ebuild
<flag name="telepathy">Enable support for the real-time communication framework telepathy.</flag>
-->
- <flag name="sms">Enable SMS sendinge functionality.</flag>
<flag name="testbed">Enable the testbed protocol.</flag>
<flag name="winpopup">Enable pop-up messages sending on windows. (same as good old "net send" messages ;])</flag>
<flag name="yahoo">Enable yahoo protocol support.</flag>