Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 659130 Details for
Bug 741164
=gui-wm/hikari-2.2.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
hikari 2.2.0 ebuild
hikari-2.2.0.ebuild (text/plain), 1.48 KB, created by
Gabriel
on 2020-09-08 09:48:47 UTC
(
hide
)
Description:
hikari 2.2.0 ebuild
Filename:
MIME Type:
Creator:
Gabriel
Created:
2020-09-08 09:48:47 UTC
Size:
1.48 KB
patch
obsolete
># Copyright 2019-2020 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=7 > >DESCRIPTION="Wayland compositor inspired by CWM" >HOMEPAGE="https://hikari.acmelabs.space/" >if [[ ${PV} == 9999 ]]; then > EDARCS_REPOSITORY="https://hub.darcs.net/raichoo/hikari" > inherit darcs > SRC_URI="" >else > SRC_URI="https://hikari.acmelabs.space/releases/${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >LICENSE="MIT" >SLOT="0" >IUSE="gamma layershell screencopy +X virtual-io suid" > >DEPEND=" > dev-libs/libinput:= > dev-libs/libucl > >=gui-libs/wlroots-0.11.0 > media-libs/libglvnd > x11-libs/cairo[X?,svg] > x11-libs/libxkbcommon[X?] > x11-libs/pango[X?] > x11-libs/pixman > sys-libs/pam >" > >RDEPEND=" > ${DEPEND} > x11-misc/xkeyboard-config >" > >BDEPEND=" > dev-libs/wayland-protocols > ${DEPEND} > virtual/pkgconfig >" > ># keep this as others OS's are using this as reference >PATCHES=( > "${FILESDIR}/${P}-gnu-make.patch" >) > >if [[ ${PV} == 9999 ]]; then > src_unpack() { > darcs_src_unpack > default > # We copy a precompiled version of the manpage to avoid pandoc > cp ${FILESDIR}/hikari.1 ${WORKDIR}/${PF}/share/man/man1 > } >fi > >src_compile() { > emake VERSION="{PV}" \ > WITH_POSIX_C_SOURCE=1 \ > WITH_GAMMACONTROL=$(usex gamma 1 0) \ > WITH_LAYERSHELL=$(usex layershell 1 0) \ > WITH_SCREENCOPY=$(usex screencopy 1 0) \ > WITH_XWAYLAND=$(usex X 1 0) \ > WITH_VIRTUAL_INPUT=$(usex virtual-io 1 0) \ > all >} > >src_install() { > emake PREFIX="${D}/usr" ETC_PREFIX="${D}" prefix="${SYSROOT}/usr" WITHOUT_SUID=1 install install-doc >}
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 741164
: 659130 |
659132
|
659134
|
663184