Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 456430 Details for
Bug 602876
sys-apps/razercfg-0.38: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
razercfg-0.38.ebuild
razercfg-0.38.ebuild (text/plain), 1.81 KB, created by
Perfect Gentleman
on 2016-12-17 04:55:22 UTC
(
hide
)
Description:
razercfg-0.38.ebuild
Filename:
MIME Type:
Creator:
Perfect Gentleman
Created:
2016-12-17 04:55:22 UTC
Size:
1.81 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=5 > >PYTHON_COMPAT=( python3_5 ) > >inherit cmake-utils multilib eutils udev python-single-r1 > >DESCRIPTION="Utility for advanced configuration of Razer mice (DeathAdder, Krait, Lachesis)" > >HOMEPAGE="http://bues.ch/cms/hacking/razercfg.html" >SRC_URI="http://bues.ch/${PN}/${P}.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="pm-utils qt4 systemd +udev" > >RDEPEND="qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] ) > systemd? ( sys-apps/systemd ) > udev? ( virtual/udev ) > pm-utils? ( sys-power/pm-utils ) > virtual/libusb:1" > >DEPEND="virtual/pkgconfig > dev-python/setuptools[${PYTHON_USEDEP}] > virtual/libusb:1" > >src_prepare() { > sed -i \ > -e '/udevadm control/{N;d}' \ > -e '/systemctl/{N;d}' \ > -e "s:/etc/pm/sleep.d:/usr/$(get_libdir)/pm-utils/sleep.d/:" \ > -e 's:50-razer:80razer:' \ > CMakeLists.txt \ > || die "sed failed" > > sed -i \ > -e '/ldconfig/{N;d}' \ > -e "s:DESTINATION lib:DESTINATION $(get_libdir):" \ > librazer/CMakeLists.txt \ > || die "sed failed" >} > >src_configure() { > mycmakeargs="${mycmakeargs} -DPYTHON='${PYTHON}'" > cmake-utils_src_configure >} > >src_install() { > cmake-utils_src_install > newinitd "${FILESDIR}"/razerd.init.d-r2 razerd > dodoc HACKING.md README.md razer.conf > > if ! use qt4; then > rm "${D}"/usr/bin/qrazercfg > else > make_desktop_entry qrazercfg "Razer Mouse Settings" mouse "Qt;Settings" > fi > > use pm-utils || rm "${D}"/usr/$(get_libdir)/pm-utils/sleep.d/80razer >} > >pkg_postinst() { > use udev && udevadm control --reload-rules && udevadm trigger --subsystem-match=usb > > if [[ -e "${ROOT}"usr/bin/pyrazer.pyc ]]; then > echo > eerror "A stale ${ROOT}usr/bin/pyrazer.pyc exists and will prevent" > eerror "the Python frontends from working until removed manually." > echo > fi >}
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 602876
: 456430