Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 317986 Details for
Bug 425212
media-sound/bempc-0.11 - yet another Qt4 MPD client
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild with fixes
bempc-0.11.ebuild (text/plain), 1.10 KB, created by
Sergey Popov (RETIRED)
on 2012-07-12 11:07:13 UTC
(
hide
)
Description:
Ebuild with fixes
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2012-07-12 11:07:13 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >LANGS="cs de" > >inherit qt4-r2 fdo-mime > >DESCRIPTION="Qt4 MPD client." >HOMEPAGE="http://qt-apps.org/content/show.php?content=137091" >SRC_URI="http://qt-apps.org/CONTENT/content-files/137091-${P}.txz -> ${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > media-libs/libmpdclient > >=x11-libs/qt-core-4.5:4 > >=x11-libs/qt-gui-4.5:4 >" > >RDEPEND="${DEPEND}" > >src_prepare() { > local INSTALLED_LANGS= LANG= > > # Install on live fs should be done by portage itself > sed -ie s/postinstall/#postinstall/g be.mpc.pro > > # Install only chosen locales > for LANG in ${LINGUAS}; do > if has ${LANG} ${LANGS}; then > INSTALLED_LANGS="${INSTALLED_LANGS} be.mpc_${LANG}.qm" > fi > done > sed -ie "s/i18n.files += be.mpc_cs.qm be.mpc_de.qm/i18n.files += ${INSTALLED_LANGS}/" be.mpc.pro > > # Fix desktop file > sed -ie "s/Categories=Application;Qt;Audio;/Categories=Qt;Audio;AudioVideo;/" be.mpc.desktop >} > >pkg_postinst() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update >}
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 425212
:
317548
|
317824
| 317986