add hyprland-per-window-layout-2.13.ebuild
This commit is contained in:
3
gui-apps/hyprland-per-window-layout/Manifest
Normal file
3
gui-apps/hyprland-per-window-layout/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST hyprland-per-window-layout-2.13.tar.gz 15404 BLAKE2B ecf5b0a490da5b26e1aea045fc98103344ba41a53101bb37496a6f6258efe10975fc05945f51c6be6691f370847ed073e1f1db43751209f5de19142c442e964e SHA512 f26916af344d5fa4000bbad55e5bb84bb22739665668a77df120f30602168877432c9f991c35d4052b7163ee9002cfcc45c152007b7b20c5a039a540218a0dbc
|
||||
EBUILD hyprland-per-window-layout-2.13.ebuild 1253 BLAKE2B 237012a49874a63fbfe9c81306b51784ef3fc2e1b80c0726f05c7558d5b0133a1a129c23ec3af23267eb02e816acba0f583ba40d0df62601ae8b2c49b7309a53 SHA512 3f3937f14c4ed86e1bd39c0943639dde144755554d57068ae1586c6e034a4c3eb41dd8b68032718462924dcf688f32cfbf57acf30bfd06639e77592894cd16ce
|
||||
MISC metadata.xml 369 BLAKE2B 39804c3716fce4eaf388f9ea64a2f6f87cd2f1c2e8f86b21c28313086e68c2c4be2a42421188f9efef61ebeadf4de25b9f18c4f5d7ebec8fefdd86c203c5a05e SHA512 a3ef170d34d0bcde947d4c60b95764ce16356c3901698ed143975da9c363ca77992a5cd83f25f5110dc098ba4b1ebf0fd7454f62b7f5d01dd63e3886a036ac9c
|
@ -0,0 +1,41 @@
|
||||
# Copyright 2024 Misha Zavertkin <misha.zavertkin@mail.ru>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="Per window keyboard layout (language) for Hyprland wayland compositor"
|
||||
# Double check the homepage as the cargo_metadata crate
|
||||
# does not provide this value so instead repository is used
|
||||
HOMEPAGE="https://github.com/coffebar/hyprland-per-window-layout"
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
EGIT_REPO_URI="https://github.com/coffebar/hyprland-per-window-layout.git/"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="https://github.com/coffebar/hyprland-per-window-layout/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}"
|
||||
KEYWORDS="~amd64"
|
||||
fi
|
||||
|
||||
# License set may be more restrictive as OR is not respected
|
||||
# use cargo-license for a more accurate license picture
|
||||
LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 MIT MPL-2.0 Unicode-DFS-2016 Unlicense"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND="
|
||||
gui-wm/hyprland
|
||||
"
|
||||
|
||||
# rust does not use *FLAGS from make.conf, silence portage warning
|
||||
# update with proper path to binaries this crate installs, omit leading /
|
||||
QA_FLAGS_IGNORED="usr/bin/${PN}"
|
||||
|
||||
src_unpack() {
|
||||
if [[ ${PV} = 9999* ]]; then
|
||||
git-r3_src_unpack
|
||||
cargo_live_src_unpack
|
||||
else
|
||||
cargo_src_unpack
|
||||
fi
|
||||
}
|
11
gui-apps/hyprland-per-window-layout/metadata.xml
Normal file
11
gui-apps/hyprland-per-window-layout/metadata.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>misha.zavertkin@mail.ru</email>
|
||||
<description>Misha Zavertkin</description>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">coffebar/hyprland-per-window-layout</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
Reference in New Issue
Block a user