Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 518698 Details for
Bug 643286
=x11-misc/polybar-3.1.0: A fast and easy-to-use status bar
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
polybar-9999.ebuild
polybar-9999.ebuild (text/plain), 1.04 KB, created by
Kajzer
on 2018-02-08 21:13:52 UTC
(
hide
)
Description:
polybar-9999.ebuild
Filename:
MIME Type:
Creator:
Kajzer
Created:
2018-02-08 21:13:52 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 >PYTHON_COMPAT=( python2_7 ) > >inherit cmake-utils git-r3 python-single-r1 > >DESCRIPTION="A fast and easy-to-use tool for creating status bars." >HOMEPAGE="https://github.com/jaagr/polybar" >EGIT_REPO_URI="https://github.com/jaagr/polybar.git" >EGIT_CLONE_TYPE="shallow" > >LICENSE="MIT" >SLOT="0" >KEYWORDS="" > >IUSE="alsa curl i3wm ipc mpd network" >REQUIRED_USE="${PYTHON_REQUIRED_USE}" > >RDEPEND=" > dev-lang/python:2.7 > x11-libs/libxcb > x11-libs/xcb-util-wm > x11-libs/xcb-util-image > x11-proto/xcb-proto > alsa? ( media-libs/alsa-lib ) > i3wm? ( dev-libs/jsoncpp ) > mpd? ( media-libs/libmpdclient ) > curl? ( net-misc/curl ) > network? ( net-wireless/wireless-tools ) >" >DEPEND="${RDEPEND}" > >src_configure() { > local mycmakeargs=( > -DENABLE_ALSA="$(usex alsa)" > -DENABLE_CURL="$(usex curl)" > -DENABLE_I3="$(usex i3wm)" > -DBUILD_IPC_MSG="$(usex ipc)" > -DENABLE_MPD="$(usex mpd)" > -DENABLE_NETWORK="$(usex network)" > ) > cmake-utils_src_configure >}
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 643286
:
513104
|
518504
|
518696
| 518698