diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 22:46:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-07-13 22:50:01 +0200 |
commit | ea01d07c76b705e48d8d3a4600856746ce596e95 (patch) | |
tree | 11abb713ee2d1cf09ef62389e18dd03cbac691e0 /kde-apps/kopete | |
parent | dev-java/hawtjni-runtime: keyword ~arm64 (diff) | |
download | gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.gz gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.tar.bz2 gentoo-ea01d07c76b705e48d8d3a4600856746ce596e95.zip |
kde-apps: Add KDE Applications 17.04.3
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-apps/kopete')
-rw-r--r-- | kde-apps/kopete/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kopete/kopete-17.04.3.ebuild | 165 |
2 files changed, 166 insertions, 0 deletions
diff --git a/kde-apps/kopete/Manifest b/kde-apps/kopete/Manifest index 1f8dd78183bf..8095e1c00653 100644 --- a/kde-apps/kopete/Manifest +++ b/kde-apps/kopete/Manifest @@ -1,2 +1,3 @@ DIST kopete-16.12.3.tar.xz 6340128 SHA256 61be9e45cb08e42a00bdc0e99f5d7ad7872299ac2e104124a3c0d939422376b6 SHA512 00327485a367e0daa69dc67bfe0e7cd12293fe57bcc22d48fe0872546b3f757dbd2e349c557ad89452951d59340f615b66a7d4155a7b29fceb3d404d0b6006b7 WHIRLPOOL 9e061459783e15751d795ef4b4d16ca387d8fcbdb745f5ded141c3a7ddbd3a52066e4c7e892d71a838db36c8ee514d17dce1e9861a57d9ad11792e7cfd440c61 DIST kopete-17.04.2.tar.xz 6344008 SHA256 7d06dccd26d9cc0456ee3d94bd7f775eddb2662c1d1481e08d1796e6bfcd2dc4 SHA512 3e5ec4c277b6142a938043f48cecbcc9444870ba615d3f0ec3345668851be544e0214b6fb0f46870e1df68c71aeb4f1bb2c1de37b1f71787bbfa87d3aab02f69 WHIRLPOOL 40a833b7056d1654887f75a500d7ff35a0c67403b049cba99c71259aa497e2f455fd223fb136db48c3c9c9cc671f0a956012a167be6e09eb25c37c9bc5a9f317 +DIST kopete-17.04.3.tar.xz 6343664 SHA256 ec48462a464ce9ab724f503813311d9dd3aafc0124972410ac2afe14133be43f SHA512 d9c2ccec7f72e68090cd72632884b86f6b5a9cdd7fd3d23c1dedf3fe0331296d0b750c48050b80f36a58b92815e240983ab2c96eebb18997235c2a22bc4d2b26 WHIRLPOOL 2dffbb43e2eb63aa008ede23322d223436310fc85df4d8d38eec12e6ee7fe3549689beffde4e66ab2a3892ce0433e677f8d913c5ba9d9498264ec2b525815dd3 diff --git a/kde-apps/kopete/kopete-17.04.3.ebuild b/kde-apps/kopete/kopete-17.04.3.ebuild new file mode 100644 index 000000000000..b44571aad95b --- /dev/null +++ b/kde-apps/kopete/kopete-17.04.3.ebuild @@ -0,0 +1,165 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE multi-protocol IM client" +HOMEPAGE="https://kopete.kde.org https://www.kde.org/applications/internet/kopete" +KEYWORDS="~amd64 ~x86" +IUSE="debug ssl v4l" + +# tests hang, last checked for 4.2.96 +RESTRICT+=" test" + +# Available plugins +# +# addbookmarks: NO DEPS +# alias: NO DEPS (disabled upstream) +# autoreplace: NO DEPS +# contactnotes: NO DEPS +# cryptography: kde-apps/kdepim-common-libs:4 or kde-apps/libkleo:4 +# highlight: NO DEPS +# history: NO DEPS +# latex: virtual/latex as RDEPEND +# nowlistening: NO DEPS +# otr: libotr +# pipes: NO DEPS +# privacy: NO DEPS +# statistics: dev-db/sqlite:3 +# texteffect: NO DEPS +# translator: NO DEPS +# urlpicpreview: NO DEPS +# webpresence: libxml2 libxslt +# NOTE: By default we enable all plugins that don't have any dependencies +PLUGINS="+addbookmarks +autoreplace +contactnotes cryptography +highlight ++history latex +nowlistening otr +pipes +privacy +statistics +texteffect ++translator +urlpicpreview webpresence" + +# Available protocols +# +# gadu: net-libs/libgadu @since 4.3 +# groupwise: app-crypt/qca:2 +# irc: NO DEPS, probably will fail so inform user about it +# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK +# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM +# meanwhile: net-libs/meanwhile +# oscar: NO DEPS +# telepathy: net-libs/decibel +# testbed: NO DEPS +# winpopup: NO DEPS (we're adding samba as RDEPEND so it works) +# yahoo: media-libs/jasper +# zeroconf (bonjour): NO DEPS +PROTOCOLS="gadu groupwise jingle meanwhile oscar skype +testbed winpopup +xmpp yahoo zeroconf" + +# disabled protocols +# telepathy: net-libs/decibel +# irc: NO DEPS +# msn: net-libs/libmsn +# qq: NO DEPS + +IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" + +COMMONDEPEND=" + $(add_kdeapps_dep kdepimlibs '' 4.14.10_p20160611) + dev-libs/libpcre + >=dev-qt/qtgui-4.4.0:4[mng] + kde-frameworks/kdelibs:4[zeroconf?] + media-libs/phonon[qt4] + media-libs/qimageblitz[-qt5(-)] + !aqua? ( + x11-libs/libX11 + x11-libs/libXScrnSaver + ) + cryptography? ( + || ( + $(add_kdeapps_dep kdepim-common-libs) + $(add_kdeapps_dep libkleo '' 4.4.2016.01-r1) + ) + ) + gadu? ( >=net-libs/libgadu-1.8.0[threads] ) + groupwise? ( app-crypt/qca:2[qt4(+)] ) + jingle? ( + dev-libs/expat + dev-libs/openssl:0 + >=media-libs/mediastreamer-2.3.0 + net-libs/libsrtp:= + net-libs/ortp:= + ) + meanwhile? ( net-libs/meanwhile ) + otr? ( >=net-libs/libotr-4.0.0 ) + statistics? ( dev-db/sqlite:3 ) + v4l? ( media-libs/libv4l ) + webpresence? ( + dev-libs/libxml2 + dev-libs/libxslt + ) + xmpp? ( + app-crypt/qca:2[qt4(+)] + dev-libs/qjson + net-dns/libidn + sys-libs/zlib + ) + yahoo? ( media-libs/jasper ) +" +RDEPEND="${COMMONDEPEND} + !=kde-apps/kdepimlibs-4.14.11_pre20160211* + jingle? ( media-libs/speex ) + latex? ( + virtual/imagemagick-tools + virtual/latex-base + ) + ssl? ( app-crypt/qca:2[ssl] ) + winpopup? ( net-fs/samba ) +" +DEPEND="${COMMONDEPEND} + jingle? ( dev-libs/jsoncpp ) + !aqua? ( x11-proto/scrnsaverproto ) +" + +PATCHES=( "${FILESDIR}/${PN}-17.04.0-kde4qgpgme.patch" ) + +src_configure() { + local x x2 + # Handle common stuff + local mycmakeargs=( + -DWITH_LiboRTP=$(usex jingle) + -DWITH_Mediastreamer=$(usex jingle) + -DDISABLE_VIDEOSUPPORT=$(usex !v4l) + ) + # enable protocols + for x in ${PROTOCOLS}; do + case ${x/+/} in + jingle) x2=libjingle ;; + xmpp) x2=jabber ;; + zeroconf) x2=bonjour ;; + *) x2=${x/+/} ;; + esac + mycmakeargs+=( -DWITH_${x2}=$(usex ${x/+/}) ) + done + + mycmakeargs+=( -DWITH_Libmsn=OFF -DWITH_qq=OFF -DWITH_sms=OFF ) + + # enable plugins + for x in ${PLUGINS}; do + mycmakeargs+=( -DWITH_${x/+/}=$(usex ${x/+/}) ) + done + + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + if ! use ssl; then + if use xmpp ; then # || use irc; then + if ! has_version "app-crypt/qca:2[ssl]" ; then + elog "In order to use ssl in xmpp you'll need to" + elog "install app-crypt/qca package with USE=ssl." + fi + fi + fi +} |