Skip to content

Commit

Permalink
gui-wm/hikari: fix misalignments, add missing dies, fix typo on 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
juippis committed Sep 29, 2020
1 parent c27f3a7 commit fedae84
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gui-wm/hikari/hikari-2.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@ pkg_setup() {

src_compile() {
${MAKE} -j$(makeopts_jobs) VERSION="{PV}" \
-DWITH_POSIX_C_SOURCE \
$(usex gamma -DWITH_GAMMACONTROL "") \
$(usex layershell -DWITH_LAYERSHELL "") \
$(usex screencopy -DWITH_SCREENCOPY "") \
$(usex suid -DWITH_SUID "") \
$(usex virtual-io WITH_VIRTUAL_INPUT "") \
$(usex X -DWITH_XWAYLAND "") \
all
-DWITH_POSIX_C_SOURCE \
$(usex gamma -DWITH_GAMMACONTROL "") \
$(usex layershell -DWITH_LAYERSHELL "") \
$(usex screencopy -DWITH_SCREENCOPY "") \
$(usex suid -DWITH_SUID "") \
$(usex virtual-io -DWITH_VIRTUAL_INPUT "") \
$(usex X -DWITH_XWAYLAND "") \
all || die
}

src_install() {
${MAKE} DESTDIR="${D}" PREFIX=/usr ETC_PREFIX=/ install
${MAKE} DESTDIR="${D}" PREFIX=/usr ETC_PREFIX=/ install || die
doman share/man/man1/hikari.1
}

0 comments on commit fedae84

Please sign in to comment.