mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/swaykbdd: add 1.4
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST swaykbdd-1.0.tar.gz 5550 BLAKE2B 5e33e592020be3112189064cca9d37165e4150f0d9d1ac584ea2d4153b202a46ef58b7bd04158b630d8914eeda4f696329156b24f5c7dc1cf16bd5cbcba4f283 SHA512 2373d1c119aa53b041c25eb0b26ca8635a31af88015a92afdb5c33a660d3262f57cb700977bff12740a382f3c324c4a89ff1c3929e00d161bcdea1a785580f87
|
||||
DIST swaykbdd-1.4.tar.gz 8689 BLAKE2B 03b003a6d7a80586ea0a6ef80fbc5fe655c5e847f374397cd77d4ad09de15f10003ffd30d294e37b5e231a7ba787b5a33aae36b6fea321a9273b41257737e096 SHA512 868fcc24d52e561793bf15473d0de4a2e6257a4696bf45bd60b3a63184f9004f8980cd47e294fafe8684544a510662d6ac62f6a4264bd8292db2394c326d3a66
|
||||
|
||||
20
gui-apps/swaykbdd/swaykbdd-1.4.ebuild
Normal file
20
gui-apps/swaykbdd/swaykbdd-1.4.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="Per-window keyboard layout switcher for Sway"
|
||||
HOMEPAGE="https://github.com/artemsen/swaykbdd"
|
||||
SRC_URI="https://github.com/artemsen/swaykbdd/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="dev-libs/json-c:0="
|
||||
RDEPEND="
|
||||
gui-wm/sway
|
||||
${DEPEND}
|
||||
"
|
||||
Reference in New Issue
Block a user