add x11-misc/perwindowlayoutd

This commit is contained in:
ikerbs 2020-05-04 20:59:31 +03:00
parent 0c1aec4579
commit 6f5c539e18
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DIST perwindowlayoutd-0.6.tar.gz 86446 BLAKE2B 92a5810e9c66e59ac23b6e4b1a1a29789ab5233b27f21aec6e48097658674a626f38c4724157811cb60293d71900169e9a1ebda98464f8d120d6979ff71fd3e2 SHA512 ee2d1c5e72836fe67732f86e53c84a5449f8e05244abfbba0a8dca67ec1431bb5eb35373d16ff66e03e215787e912693def7ba094af1309c87631d981683c736
EBUILD perwindowlayoutd-0.6.ebuild 638 BLAKE2B ede9e2d24bac55425c36b118ee5fdeea4d8b411f2963de3bf701f5e275f391a897f3fd9a911b45d8ecca5265754f43f7f387ff7dc449f090c1c6798880349fd8 SHA512 1fa12358c4eff6a1e18db4f66436c7397540b93efb5b9edca21c0136abcdc74a00c7ac1e1b7516027540e7f9cab1ff47a2e003378cf2cff11fa4a028c1057f8d

View File

@ -0,0 +1,30 @@
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools eutils vcs-snapshot
DESCRIPTION="Keeps per window keyboard layout under X11"
HOMEPAGE="https://github.com/antonbutanaev/PerWindowLayout"
SRC_URI="https://sourceforge.net/projects/perwindowlayout/files/${PN}-${PV}.tar.gz/download?source=files -> ${PN}-${PV}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="dev-libs/glib:2=
x11-libs/libX11:0=
dbus? (
sys-apps/dbus:0=
>=dev-libs/dbus-glib-0.86:0=
)
"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
}
src_configure() {
econf
}