Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212416 Details for
Bug 296004
(new package) net-im/vacuum: Qt4 Crossplatform Jabber client.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
update for building with current svn
vacuum-9999.ebuild (text/plain), 1.79 KB, created by
Nikoli
on 2009-12-07 23:11:49 UTC
(
hide
)
Description:
update for building with current svn
Filename:
MIME Type:
Creator:
Nikoli
Created:
2009-12-07 23:11:49 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >EAPI="2" > >inherit eutils qt4 subversion > >ESVN_REPO_URI="http://vacuum-im.googlecode.com/svn/trunk" > >DESCRIPTION="Qt4 Crossplatform Jabber client." >HOMEPAGE="http://code.google.com/p/vacuum-im" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >PLUGINS="+accountmanager adiummessagestyle +annotations +autostatus +avatars +bitsofbinary +bookmarks +captchaforms +chatmessagehandler +chatstates +clientinfo +commands +compress +connectionmanager +console +dataforms +datastreamsmanager +defaultconnection +emoticons +filestreamsmanager +filetransfer +gateways +inbandstreams +iqauth +jabbersearch +mainwindow +messagearchiver +messagestyles +messagewidgets +multiuserchat +normalmessagehandler +notifications +presence +privacylists +privatestorage +registration +roster +rosterchanger +rostersearch +rostersmodel +rostersview +saslauth +servicediscovery +sessionnegotiation +settings +simplemessagestyle +skinmanager +socksstreams +starttls +statuschanger +statusicons +traymanager +vcard +xmppstreams +xmppuriqueries" >IUSE="${PLUGINS}" > >DEPEND=">=x11-libs/qt-gui-4.5:4 > adiummessagestyle? ( >=x11-libs/qt-webkit-4.5:4 )" >RDEPEND="${DEPEND}" >PDEPEND="" > >src_configure() { > sed -i -e '/INSTALL_PREFIX/s/\/local//' src/config.inc > for plugin in ${PLUGINS//+/} > do > if ! use ${plugin}; then > rm -rf {resources,src/plugins,translations/*}/${plugin}{,s}{,.qm} > sed -e "s/${plugin}//" -i src/plugins/plugins.pro > fi > done >} > >src_compile() { > eqmake4 vacuum.pro > emake || die "emake failed" >} > >src_install() { > emake INSTALL_ROOT="${D}" install || die "emake install failed" > > newicon resources/menuicons/shared/mainwindowlogo128.png ${PN}.png > make_desktop_entry ${PN} "Vacuum IM" ${PN} "Qt;Network;InstantMessaging;" >}
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 296004
:
212275
|
212326
|
212416
|
212478
|
212932
|
218021
|
218023
|
218703
|
222541
|
227999
|
230239
|
233787
|
244619
|
262329
|
265885