Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 367384 Details for
Bug 496908
www-client/qupzilla-1.6.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
A better ebuild for 1.6.0
qupzilla-1.6.0.ebuild (text/plain), 2.11 KB, created by
Hongjiu Zhang
on 2014-01-08 12:26:31 UTC
(
hide
)
Description:
A better ebuild for 1.6.0
Filename:
MIME Type:
Creator:
Hongjiu Zhang
Created:
2014-01-08 12:26:31 UTC
Size:
2.11 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 >PLOCALES="ar_SA bg_BG bo_CN ca_ES cs_CZ da_DK de_DE el_GR es_AR es_ES es_VE >fa_IR fr_FR gl_ES he_IL hu_HU id_ID it_IT ja_JP ka_GE lg my_MM nb_NO nl_NL nqo >pl_PL pt_BR pt_PT ro_RO ru_RU sk_SK sr_BA@latin sr_BA sr_RS@latin sr_RS sv_SE >uk_UA zh_CN zh_TW" >inherit l10n multilib pax-utils qt4-r2 vcs-snapshot > >MY_P="QupZilla-${PV}" > >DESCRIPTION="Qt WebKit web browser" >HOMEPAGE="http://www.qupzilla.com/" >SRC_URI=" > http://www.qupzilla.com/uploads/${MY_P}.tar.gz > https://github.com/QupZilla/qupzilla-plugins/archive/ce262a05e0f5cea171650ed6589a12359358a732.zip" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="dbus debug gnome kde nonblockdialogs" >RESTRICT="mirror" > >DEPEND=" > >=dev-qt/qtcore-4.7:4 > >=dev-qt/qtgui-4.7:4 > >=dev-qt/qtscript-4.7:4 > >=dev-qt/qtsql-4.7:4 > >=dev-qt/qtwebkit-4.7:4 > dev-libs/openssl > dbus? ( >=dev-qt/qtdbus-4.7:4 ) > gnome? ( gnome-base/libgnome-keyring ) > kde? ( kde-base/kdelibs )" >RDEPEND="${DEPEND} > gnome? ( gnome-base/gnome-keyring ) > kde? ( kde-base/kwalletd )" > >S=${WORKDIR}/${MY_P} > >DOCS="AUTHORS BUILDING CHANGELOG FAQ README.md" > >src_prepare() { > # remove outdated copies of localizations: > rm -rf bin/locale || die > > cp -r ${WORKDIR}/qupzilla-plugins-*/plugins/* ${S}/src/plugins/ > cp -r ${WORKDIR}/qupzilla-plugins-*/themes/* ${S}/bin/themes/ >} > >src_configure() { > > # see BUILDING document for explanation of options > qmake_args="QUPZILLA_PREFIX=${EPREFIX}/usr/" > qmake_args=${qmake_args}" USE_LIBPATH=${EPREFIX}/usr/$(get_libdir)" > use dbus || qmake_args=${qmake_args}" DISABLE_DBUS=true" > use nonblockdialogs && qmake_args=${qmake_args}" NONBLOCK_JS_DIALOGS=true" > use kde && qmake_args=${qmake_args}" DEFINES+=KDE_INTEGRATION" > use gnome && qmake_args=${qmake_args}" DEFINES+=GNOME_INTEGRATION" > > eqmake4 ${qmake_args} >} > >src_compile() { > use gnome && export GNOME_INTEGRATION="true" > > qt4-r2_src_compile >} > >src_install() { > qt4-r2_src_install > l10n_for_each_disabled_locale_do rm_loc > > pax-mark m "${ED}"/usr/bin/qupzilla >} > >rm_loc() { > rm "${D}"/usr/share/${PN}/locale/${1}.qm || die >}
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 496908
:
367374
| 367384