gui-apps/gtklock-extras: fix spacing and metadata

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2023-07-07 11:34:46 +01:00
parent fb901d3985
commit 8a9f911b5a
2 changed files with 11 additions and 11 deletions

View File

@@ -28,14 +28,14 @@ REQUIRED_USE="|| ( playerctl powerbar userinfo )"
src_compile() {
if use powerbar; then
pushd gtklock-powerbar-module || die
emake
popd || die
emake
popd || die
fi
if use playerctl; then
pushd gtklock-playerctl-module || die
emake
popd || die
emake
popd || die
fi
if use userinfo; then
@@ -49,14 +49,14 @@ src_install() {
dodir /usr/local/lib/gtklock
if use powerbar; then
pushd gtklock-powerbar-module || die
insinto /usr/local/lib/gtklock && doins powerbar-module.so
popd || die
insinto /usr/local/lib/gtklock && doins powerbar-module.so
popd || die
fi
if use playerctl; then
pushd gtklock-playerctl-module || die
insinto /usr/local/lib/gtklock && doins playerctl-module.so
popd || die
insinto /usr/local/lib/gtklock && doins playerctl-module.so
popd || die
fi
if use userinfo; then

View File

@@ -6,7 +6,7 @@
<flag name="playerctl">gtklock module adding media player controls to the lockscreen</flag>
<flag name="userinfo">gtklock module adding user info to the lockscreen</flag>
</use>
<upstream>
<remote-id type="github">MrDuartePT/gtklock-modules-gentoo</remote-id>
</upstream>
<upstream>
<remote-id type="github">MrDuartePT/gtklock-modules-gentoo</remote-id>
</upstream>
</pkgmetadata>