aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDegni Luciano <degni.public@gmail.com>2021-11-04 10:00:39 +0100
committerDegni Luciano <degni.public@gmail.com>2021-11-04 10:00:39 +0100
commitedaff8609a5fb3998ad6614cf90a9991c63ddcc3 (patch)
tree01252ac4b9bd3d193f3627eb89ca6d4fc89a9c43
parentdev-cpp/libstudxml: new package (diff)
downloadguru-edaff860.tar.gz
guru-edaff860.tar.bz2
guru-edaff860.zip
x11-wm/leftwm: change to desktop.eclass -> ( try to fix sandbox )
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Luciano Degni <degni.public@gmail.com>
-rw-r--r--x11-wm/leftwm/leftwm-0.2.9.ebuild10
1 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/leftwm/leftwm-0.2.9.ebuild b/x11-wm/leftwm/leftwm-0.2.9.ebuild
index 0e53b1720..5e99ddcd5 100644
--- a/x11-wm/leftwm/leftwm-0.2.9.ebuild
+++ b/x11-wm/leftwm/leftwm-0.2.9.ebuild
@@ -137,7 +137,7 @@ CRATES="
xdg-2.2.0
"
-inherit cargo xdg-utils
+inherit cargo xdg-utils desktop
DESCRIPTION="A window manager for Adventurers"
HOMEPAGE="https://github.com/leftwm/leftwm"
@@ -154,6 +154,10 @@ LICENSE="
|| ( Apache-2.0 MIT MPL-2.0 )
|| ( MIT )
|| ( MIT Unlicense )
+ Apache-2.0
+ MIT
+ Unlicense
+ MPL-2.0
"
SLOT="0"
KEYWORDS="~amd64"
@@ -166,7 +170,7 @@ DEPEND="
"
RDEPEND="${DEPEND}"
-QA_FLAGS_IGNORED="usr/bin/*"
+QA_FLAGS_IGNORED="usr/bin/leftwm{,-worker,-state,-check,-command}"
src_compile() {
cd leftwm || die
@@ -176,7 +180,7 @@ src_compile() {
src_install() {
dodoc README.md CHANGELOG
- cp leftwm.desktop /usr/share/xsessions/ || die
+ make_desktop_entry leftwm.desktop /usr/share/xsessions/
cd target/release || die
dobin leftwm{,-worker,-state,-check,-command}
}