Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 551616 Details for
Bug 665708
app-emulation/q4wine-1.3.11 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
q4wine-1.3.10.ebuild
q4wine-1.3.10.ebuild (text/plain), 1.35 KB, created by
John Brezerk
on 2018-10-16 21:49:16 UTC
(
hide
)
Description:
q4wine-1.3.10.ebuild
Filename:
MIME Type:
Creator:
John Brezerk
Created:
2018-10-16 21:49:16 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 > >inherit cmake-utils gnome2-utils xdg-utils > ># Upstream names the package PV-rX. We change that to ># PV_pX so we can use portage revisions. >MY_P=${PN}-${PV/_p/-r} > >DESCRIPTION="Qt GUI configuration tool for Wine" >HOMEPAGE="https://q4wine.brezblock.org.ua/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="-* ~amd64 ~x86" > >IUSE="+dbus debug +ico +iso +wineappdb" > >CDEPEND=" > dev-qt/qtcore:5 > dev-qt/qtgui:5 > dev-qt/qtnetwork:5 > dev-qt/qtsingleapplication[qt5(+),X] > dev-qt/qtsql:5[sqlite] > dev-qt/qtwidgets:5 > dev-qt/qtxml:5 > dev-qt/qtsvg:5 > dbus? ( dev-qt/qtdbus:5 ) > ico? ( >=media-gfx/icoutils-0.26.0 ) >" >DEPEND="${CDEPEND} > dev-qt/linguist-tools:5 >" >RDEPEND="${CDEPEND} > app-admin/sudo > >=sys-apps/which-2.19 > iso? ( sys-fs/fuseiso ) >" > >S=${WORKDIR}/${MY_P} > >DOCS=( AUTHORS ChangeLog README ) > >src_configure() { > local mycmakeargs=( > -DDEBUG=$(usex debug ON OFF) > -DWITH_ICOUTILS=$(usex ico ON OFF) > -DWITH_SYSTEM_SINGLEAPP=ON > -DWITH_WINEAPPDB=$(usex wineappdb ON OFF) > -DUSE_BZIP2=OFF > -DUSE_GZIP=OFF > -DWITH_DBUS=$(usex dbus ON OFF) > ) > cmake-utils_src_configure >} > >pkg_postinst() { > gnome2_icon_cache_update > xdg_desktop_database_update >} > >pkg_postrm() { > gnome2_icon_cache_update > xdg_desktop_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 665708
:
546610
|
548782
|
551616
|
559428