Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 678984 Details for
Bug 541448
x11-misc/touchegg Touchégg - Multitouch gesture recognizer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
latest ebuild without need for builddir patch
touchegg-9999.ebuild (text/plain), 760 bytes, created by
Russell Dwiggins
on 2020-12-20 21:38:44 UTC
(
hide
)
Description:
latest ebuild without need for builddir patch
Filename:
MIME Type:
Creator:
Russell Dwiggins
Created:
2020-12-20 21:38:44 UTC
Size:
760 bytes
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=7 > >inherit cmake > >DESCRIPTION="Multitouch gesture recognizer" >HOMEPAGE="https://github.com/JoseExposito/touchegg" >SRC_URI="https://github.com/JoseExposito/touchegg.git" ># EGIT_REPO_URI="https://github.com/JoseExposito/touchegg.git" >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >if [[ "${PV}" == "9999" ]]; then > EGIT_REPO_URI="https://github.com/JoseExposito/touchegg.git" > inherit git-r3 >else > SRC_URI="https://github.com/JoseExposito/touchegg/archive/${PV}.tar.gz -> ${P}.tar.gz" >fi > >#PATCHES=( ># "${FILESDIR}/bindir.patch" >#) > >src_install(){ > cmake_src_install > doinitd "${FILESDIR}"/${PN} >}
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 541448
:
666065
|
667562
|
670487
|
677176
|
678984
|
710508
|
710511