Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 499352 Details for
Bug 634864
dev-libs/libinput-1.9.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libinput-1.9.0.ebuild.diff
libinput-1.9.0.ebuild.diff (text/plain), 1.92 KB, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2017-10-20 09:41:14 UTC
(
hide
)
Description:
libinput-1.9.0.ebuild.diff
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2017-10-20 09:41:14 UTC
Size:
1.92 KB
patch
obsolete
>--- libinput-1.8.3.ebuild >+++ libinput-1.9.0.ebuild >@@ -2,7 +2,7 @@ > # Distributed under the terms of the GNU General Public License v2 > > EAPI=6 >-inherit udev >+inherit meson udev > > DESCRIPTION="Library to handle input devices in Wayland" > HOMEPAGE="https://www.freedesktop.org/wiki/Software/libinput/" >@@ -11,7 +11,7 @@ > LICENSE="MIT" > SLOT="0/10" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" >-IUSE="input_devices_wacom test" >+IUSE="doc input_devices_wacom test" > # Tests require write access to udev rules directory which is a no-no for live system. > # Other tests are just about logs, exported symbols and autotest of the test library. > RESTRICT="test" >@@ -23,33 +23,34 @@ > virtual/libudev > " > DEPEND="${RDEPEND} >- virtual/pkgconfig" >+ virtual/pkgconfig >+ doc? ( >+ >=app-doc/doxygen-1.8.3 >+ >=media-gfx/graphviz-2.38.0 >+ ) >+" > # test? ( > # >=dev-libs/check-0.9.10 > # dev-util/valgrind > # sys-libs/libunwind ) > >-src_prepare() { >- default >- # Doc handling in kinda strange but everything >- # is available in the tarball already. >- sed -e 's/^\(SUBDIRS =.*\)doc\(.*\)$/\1\2/' \ >- -i Makefile.am Makefile.in || die >-} >- > src_configure() { > # gui can be built but will not be installed >- # building documentation silently fails with graphviz syntax errors >- econf \ >- --disable-debug-gui \ >- --disable-documentation \ >- $(use_enable input_devices_wacom libwacom) \ >- $(use_enable test tests) \ >- --with-udev-dir="$(get_udevdir)" >+ local emesonargs=( >+ -Ddebug-gui=false >+ -Ddocumentation="$(usex doc true false)" >+ -Dlibwacom="$(usex input_devices_wacom true false)" >+ -Dtests="$(usex test true false)" >+ -Dudev-dir="$(get_udevdir)" >+ ) >+ meson_src_configure > } > > src_install() { >- emake install DESTDIR="${D}" >- dodoc -r doc/html >+ meson_src_install >+ if use doc ; then >+ docinto html >+ dodoc -r ${BUILD_DIR}/html/. >+ fi > find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 634864
:
499350
| 499352