Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 664108 Details for
Bug 697676
x11-misc/adriconf - Advanced DRI Configurator, a GUI tool used to configure open source graphics drivers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
adriconf 2.4 ebuild
adriconf-2.4.ebuild (text/plain), 1.47 KB, created by
mercuriete
on 2020-10-06 17:52:08 UTC
(
hide
)
Description:
adriconf 2.4 ebuild
Filename:
MIME Type:
Creator:
mercuriete
Created:
2020-10-06 17:52:08 UTC
Size:
1.47 KB
patch
obsolete
># Copyright 1999-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 ># $Id: 77337142ec368ef43c179461f5ca0beb09d5cd21 $ > >EAPI=7 > >inherit cmake desktop > >DESCRIPTION="Advanced DRI Configurator" >HOMEPAGE="https://github.com/jlHertel/adriconf" >if [[ "${PV}" == 9999 ]] ; then > inherit git-r3 > EGIT_REPO_URI="https://gitlab.freedesktop.org/mesa/adriconf.git" >else > SRC_URI="https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v${PV}/adriconf-v${PV}.tar.gz" > KEYWORDS="~amd64 ~x86" > S="${WORKDIR}/${PN}-v${PV}" >fi >LICENSE="GPL-3" >SLOT="0" > >IUSE="wayland" > >RDEPEND=" > dev-cpp/glibmm:2 > dev-cpp/gtkmm:3.0 > dev-cpp/libxmlpp > dev-libs/boost:= > dev-libs/glib:2 > dev-libs/libsigc++:2 > media-libs/mesa > sys-apps/pciutils > x11-libs/gtk+:3 > x11-libs/libdrm > x11-libs/libX11 > wayland? ( media-libs/mesa[egl] ) >" >DEPEND="${RDEPEND}" >BDEPEND=" > dev-util/intltool > sys-devel/gettext > virtual/pkgconfig >" > >src_prepare() { > cmake_src_prepare > sed '/^Version/d' -i flatpak/org.freedesktop.adriconf.desktop || die > if [[ "${PV}" != 9999 ]] ; then > sed "/aboutDialog\.set_version/s@1\.0\.0@${PV}@" \ > -i adriconf/GUI.cpp || die > fi >} > >src_configure() { > local mycmakeargs=( > -DENABLE_UNIT_TESTS="false" > -DENABLE_XWAYLAND="$(usex wayland)" > ) > cmake_src_configure >} > >src_install() { > cmake_src_install > > insinto /usr/share/appdata > > newins {flatpak/org.freedesktop.,}${PN}.metainfo.xml > newmenu {flatpak/org.freedesktop.,}${PN}.desktop > newicon {flatpak/org.freedesktop.,}${PN}.png >}
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 697676
:
663478
| 664108