Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 406060 Details for
Bug 542136
net-im/kadu-2.1 is availiable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
monolith kadu-2.1.ebuild
kadu-2.1.ebuild (text/plain), 2.65 KB, created by
wojtek
on 2015-07-02 10:48:48 UTC
(
hide
)
Description:
monolith kadu-2.1.ebuild
Filename:
MIME Type:
Creator:
wojtek
Created:
2015-07-02 10:48:48 UTC
Size:
2.65 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-im/kadu/kadu-0.12.3.ebuild,v 1.9 2015/02/22 18:41:23 mgorny Exp $ > >EAPI="4" > >inherit base cmake-utils flag-o-matic > >MY_P="${P/_/-}" > >DESCRIPTION="An open source Gadu-Gadu and Jabber/XMPP protocol Instant Messenger client" >HOMEPAGE="http://www.kadu.net" >SRC_URI="http://download.kadu.im/stable/${P}.tar.bz2" > >LICENSE="GPL-2" >KEYWORDS="amd64 ppc x86" >SLOT="0" >IUSE="ayatana +gadu mpd phonon sdk speech spell xmpp" >REQUIRED_USE=" > || ( > gadu > xmpp > ) >" >COMMON_DEPEND=" > >=app-crypt/qca-2.1.0:2[qt5] > >=dev-qt/qtgui-5.2.0:5 > >=dev-qt/qtwebkit-5.2.0:5 > >=dev-qt/qtdbus-5.2.0:5 > >=dev-qt/qtsvg-5.2.0:5 > >=dev-qt/qtwidgets-5.2.0:5 > >=dev-qt/qtquick1-5.2.0:5 > >=dev-qt/qtx11extras-5.2.0:5 > >=dev-qt/linguist-tools-5.2.0:5 > >=dev-qt/qtxml-5.2.0:5 > x11-libs/libXfixes > >=app-arch/libarchive-2.6[lzma] > >=dev-libs/injeqt-1.0.0 > > > ayatana? ( dev-libs/libindicate-qt ) > gadu? ( > >=net-libs/libgadu-1.11.1[threads] > >=dev-qt/qtxml-5.2.0:5 > ) > mpd? ( media-libs/libmpdclient ) > phonon? ( > || ( > media-libs/phonon[qt5] > >=dev-qt/qtphonon-4.7.0:4 > ) > ) > spell? ( app-text/enchant ) > xmpp? ( > net-dns/libidn > sys-libs/zlib > ) >" >DEPEND="${COMMON_DEPEND}" > >RDEPEND="${COMMON_DEPEND} > app-crypt/qca:2[openssl] > >=dev-qt/qtsvg-5.2.0:5 > speech? ( app-accessibility/powiedz ) >" > >PLUGINS='antistring auto_hide autoaway autoresponder autostatus cenzor chat_notify config_wizard desktop_docking docking encryption_ng encryption_ng_simlite exec_notify ext_sound filedesc firewall freedesktop_notify hints history idle imagelink last_seen pcspeaker qt4_docking qt4_docking_notify screenshot simpleview single_window sound sql_history tabs word_fix' > >PATCHES=( "${FILESDIR}/${PN}-kadu_qca_and_dock_icon.patch" ) > >src_configure() { > # Filter out dangerous flags > filter-flags -fno-rtti > strip-unsupported-flags > > # Ensure -DQT_NO_DEBUG is added > append-cppflags -DQT_NO_DEBUG > > # Plugin selection > if use gadu; then > PLUGINS+=' gadu_protocol history_migration profiles_import' > fi > > use mpd && PLUGINS+=' mpd_mediaplayer' > use xmpp && PLUGINS+=' jabber_protocol' > use phonon && PLUGINS+=' phonon_sound' > use speech && PLUGINS+=' speech' > use spell && PLUGINS+=' spellchecker' > > # Configure package > local mycmakeargs=( > -DBUILD_DESCRIPTION='Gentoo Linux' > -DCOMPILE_PLUGINS="${PLUGINS}" > -DNETWORK_IMPLEMENTATION="Qt" > -DSIG_HANDLING_ENABLED=TRUE > -DCMAKE_BUILD_TYPE=Debug > $(cmake-utils_use sdk INSTALL_SDK) > $(cmake-utils_use_with ayatana INDICATE_QT) > $(cmake-utils_use_with spell ENCHANT) > ) > unset PLUGINS > > cmake-utils_src_configure >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 542136
: 406060 |
406062