summary refs log tree commit diff
path: root/x11-misc
diff options
context:
space:
mode:
authorazahi <azahi@teknik.io>2018-12-28 01:22:40 +0300
committerazahi <azahi@teknik.io>2018-12-28 01:22:40 +0300
commit8f2f466965f061ce6d6be4443497c0fe6e10a5bc (patch)
tree9999239cbbac3bab7497b28c44dd75cf499d7f8c /x11-misc
Initial
Diffstat (limited to '')
-rw-r--r--x11-misc/bgs/Manifest1
-rw-r--r--x11-misc/bgs/bgs-0.8.ebuild29
-rw-r--r--x11-misc/bgs/metadata.xml8
-rw-r--r--x11-misc/lemonbar/Manifest1
-rw-r--r--x11-misc/lemonbar/lemonbar-1.3.ebuild22
-rw-r--r--x11-misc/lemonbar/metadata.xml8
-rw-r--r--x11-misc/n30f/Manifest1
-rw-r--r--x11-misc/n30f/metadata.xml8
-rw-r--r--x11-misc/n30f/n30f-2.0.ebuild18
-rw-r--r--x11-misc/pywal/Manifest1
-rw-r--r--x11-misc/pywal/metadata.xml8
-rw-r--r--x11-misc/pywal/pywal-3.1.0.ebuild23
-rw-r--r--x11-misc/screenkey/Manifest1
-rw-r--r--x11-misc/screenkey/metadata.xml8
-rw-r--r--x11-misc/screenkey/screenkey-0.9.ebuild30
-rw-r--r--x11-misc/sxlock/Manifest1
-rw-r--r--x11-misc/sxlock/metadata.xml8
-rw-r--r--x11-misc/sxlock/sxlock-1.1.ebuild23
-rw-r--r--x11-misc/unclutter-xfixes/Manifest1
-rw-r--r--x11-misc/unclutter-xfixes/metadata.xml8
-rw-r--r--x11-misc/unclutter-xfixes/unclutter-xfixes-1.3.ebuild28
-rw-r--r--x11-misc/xgetres/Manifest1
-rw-r--r--x11-misc/xgetres/metadata.xml8
-rw-r--r--x11-misc/xgetres/xgetres-1.0.ebuild22
-rw-r--r--x11-misc/xkb-switch/Manifest1
-rw-r--r--x11-misc/xkb-switch/metadata.xml8
-rw-r--r--x11-misc/xkb-switch/xkb-switch-1.5.0.ebuild25
27 files changed, 301 insertions, 0 deletions
diff --git a/x11-misc/bgs/Manifest b/x11-misc/bgs/Manifest
new file mode 100644
index 0000000..674de23
--- /dev/null
+++ b/x11-misc/bgs/Manifest
@@ -0,0 +1 @@
+DIST v0.8.tar.gz 5122 BLAKE2B f2d90e945e087c1e45d66c0a5e35dfa3057f422f8f3220a1665e812bc1db824f8dbc50e066387437b91b65e634bbfa43d6dddd55bc168e195abb84b61a37aa40 SHA512 4f7aa32d9cf60252abfc87cf72c7bc20ac691af3684a0923d3e2a3506407bddee9d2e5f49da97a154ed2acf1a876b2952ab61dd412f2de39c1303e7551acaec8
diff --git a/x11-misc/bgs/bgs-0.8.ebuild b/x11-misc/bgs/bgs-0.8.ebuild
new file mode 100644
index 0000000..bf7d66b
--- /dev/null
+++ b/x11-misc/bgs/bgs-0.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Simple background setter based on imlib2"
+HOMEPAGE="https://github.com/Gottox/bgs"
+SRC_URI="https://github.com/Gottox/bgs/archive/v${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="xinerama"
+
+DEPEND="media-libs/imlib2
+	x11-libs/libX11
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	sed -e 's/PREFIX = \/usr\/local/PREFIX = \/usr/' -i config.mk || die
+
+	if use xinerama; then
+		sed -e '/XINERAMALIBS/d' -i config.mk || die
+		sed -e '/XINERAMAFLAGS/d' -i config.mk || die
+	fi
+}
diff --git a/x11-misc/bgs/metadata.xml b/x11-misc/bgs/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/bgs/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/lemonbar/Manifest b/x11-misc/lemonbar/Manifest
new file mode 100644
index 0000000..9e3d883
--- /dev/null
+++ b/x11-misc/lemonbar/Manifest
@@ -0,0 +1 @@
+DIST lemonbar-1.3.tar.gz 14930 BLAKE2B e9a567c9fc4ceac381a4e608d4266d519b2c69dd847368b61405482843be4f647d4b0638a964f06d24b60a50f90287c1cbed986f3716a173a84dbcf118482a52 SHA512 69f379f6ec04c3f55fd2aa03aa3c3c181fc884b683bd7232905775c34e5597f0c878874aafc6c940238f2fa980121302cfd13bf6dc3f9979007885b3c0287cf7
diff --git a/x11-misc/lemonbar/lemonbar-1.3.ebuild b/x11-misc/lemonbar/lemonbar-1.3.ebuild
new file mode 100644
index 0000000..6dc252c
--- /dev/null
+++ b/x11-misc/lemonbar/lemonbar-1.3.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A featherweight, lemon-scented, bar based on xcb"
+HOMEPAGE="https://github.com/LemonBoy/bar"
+SRC_URI="https://github.com/LemonBoy/bar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+xft"
+
+DEPEND="x11-libs/libxcb
+	xft? ( x11-libs/libXft )
+"
+RDEPEND="${DEPEND}
+	dev-lang/perl
+"
+
+S="${WORKDIR}/bar-${PV}"
diff --git a/x11-misc/lemonbar/metadata.xml b/x11-misc/lemonbar/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/lemonbar/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/n30f/Manifest b/x11-misc/n30f/Manifest
new file mode 100644
index 0000000..e1b5909
--- /dev/null
+++ b/x11-misc/n30f/Manifest
@@ -0,0 +1 @@
+DIST n30f-2.0.tar.gz 4588 BLAKE2B 0e88a285e67e797aa644d56f97aa3b9ae5eb087b25f14ec61a04c3108ce2041d0d3bb74506d13c9a6f3a1321e9ed3f09ba9482a38a524f679e5cb86fd7e984d7 SHA512 e500cc1699c456f56aab027b747a9792ac0c7b6a0b88d90faf793d109ce5abfbba4a09d8bafc1e5e84143d7fc31bf14cac0b17498424878254af49ebf61e94a8
diff --git a/x11-misc/n30f/metadata.xml b/x11-misc/n30f/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/n30f/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/n30f/n30f-2.0.ebuild b/x11-misc/n30f/n30f-2.0.ebuild
new file mode 100644
index 0000000..5fed8e9
--- /dev/null
+++ b/x11-misc/n30f/n30f-2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A quick hack to display an image in a non-wm-managed window"
+HOMEPAGE="https://github.com/sdhand/n30f"
+SRC_URI="https://github.com/sdhand/n30f/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/cairo
+	x11-libs/libxcb
+"
+RDEPEND="${DEPEND}"
diff --git a/x11-misc/pywal/Manifest b/x11-misc/pywal/Manifest
new file mode 100644
index 0000000..6fb3f15
--- /dev/null
+++ b/x11-misc/pywal/Manifest
@@ -0,0 +1 @@
+DIST 3.1.0.tar.gz 63758 BLAKE2B 7b104c0187599483bda2db4cfe20460ad5761d51ebc9ec47e81943273c108c22fc6887b378a14be67eeed7efe8b19a867e4be1c6ad1aab0c87944f5dad98227f SHA512 ef0253a07fc8fa9ee6b85158eff0abe18a107bf7f25b0000689331dc3d2195cb879a75760984ee7de8da15ac2fe671fa2f31c16ecc66776c1701067407fa50c9
diff --git a/x11-misc/pywal/metadata.xml b/x11-misc/pywal/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/pywal/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/pywal/pywal-3.1.0.ebuild b/x11-misc/pywal/pywal-3.1.0.ebuild
new file mode 100644
index 0000000..20d3373
--- /dev/null
+++ b/x11-misc/pywal/pywal-3.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generate and change color-schemes on the fly."
+HOMEPAGE="https://github.com/dylanaraps/pywal"
+SRC_URI="https://github.com/dylanaraps/${PN}/archive/${PV}.tar.gz -> ${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}
+	media-gfx/imagemagick
+"
+BDEPEND=""
diff --git a/x11-misc/screenkey/Manifest b/x11-misc/screenkey/Manifest
new file mode 100644
index 0000000..bf1f0c7
--- /dev/null
+++ b/x11-misc/screenkey/Manifest
@@ -0,0 +1 @@
+DIST screenkey-0.9.tar.gz 57781 BLAKE2B 82777247ec2251fc2e2074d8710d4c59a7e087b0f3b4a1279eed1b072dd3f49dbe70962db20aaaa0a49a5f579fe0d303d73fa10fe7e1dea4cfd8a4c4cc3d6615 SHA512 32672f72c288da516bc148a92ec2aee4af12a52bb5ceafb27f261053d79091310427d90b3f1f420f68868cda61253ae96a749dc810ab2167fb67187617665713
diff --git a/x11-misc/screenkey/metadata.xml b/x11-misc/screenkey/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/screenkey/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/screenkey/screenkey-0.9.ebuild b/x11-misc/screenkey/screenkey-0.9.ebuild
new file mode 100644
index 0000000..8b84a88
--- /dev/null
+++ b/x11-misc/screenkey/screenkey-0.9.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A screencast tool to display your keys inspired by Screenflick"
+HOMEPAGE="https://github.com/wavexx/screenkey"
+SRC_URI="https://github.com/wavexx/screenkey/archive/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/python-distutils-extra[${PYTHON_USEDEP}]
+"
+RDEPEND="${DEPEND}
+	dev-python/pygtk[${PYTHON_USEDEP}]
+	dev-python/pycairo[${PYTHON_USEDEP}]
+	x11-misc/slop
+	media-fonts/fontawesome
+"
+BDEPEND=""
+
+S="${WORKDIR}/${PN}-${P}"
diff --git a/x11-misc/sxlock/Manifest b/x11-misc/sxlock/Manifest
new file mode 100644
index 0000000..8ee7909
--- /dev/null
+++ b/x11-misc/sxlock/Manifest
@@ -0,0 +1 @@
+DIST sxlock-1.1.tar.gz 7139 BLAKE2B 312e1b6b0d50a91e611ad5537df66991dd2377580aa371773dec1b6e1f3663a0361b99faab3abdffebb5c8d9352be5d576f47d02db42e3734e975a30111e6102 SHA512 8f6b7ebab103163200d6e7453274edba5003e1fd0ed487fb7f779186c46dd051d7f38c26b7bfacb45265396a46a53aa227863e1f088d3231a2191a58c2308538
diff --git a/x11-misc/sxlock/metadata.xml b/x11-misc/sxlock/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/sxlock/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/sxlock/sxlock-1.1.ebuild b/x11-misc/sxlock/sxlock-1.1.ebuild
new file mode 100644
index 0000000..6470a06
--- /dev/null
+++ b/x11-misc/sxlock/sxlock-1.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils
+
+DESCRIPTION="simple X screen locker"
+HOMEPAGE="https://github.com/lahwaacz/sxlock"
+SRC_URI="https://github.com/lahwaacz/sxlock/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/pam
+	x11-libs/libX11
+	x11-libs/libXext
+	x11-libs/libXrandr
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
diff --git a/x11-misc/unclutter-xfixes/Manifest b/x11-misc/unclutter-xfixes/Manifest
new file mode 100644
index 0000000..23b2b09
--- /dev/null
+++ b/x11-misc/unclutter-xfixes/Manifest
@@ -0,0 +1 @@
+DIST unclutter-xfixes-1.3.tar.gz 6131 BLAKE2B eae9787e7d16e57de9f395a51f6e32ed357282737f054205696cb05cd63852a6d24bbd4d05244b42b0019597a10ddcb648f709be7b227dc28b6e794ef8817aa5 SHA512 0f6f23d814162ae2af592f889d4531aefd9dfce6172637d42861e3ffa4e99d361f4916ada76849f6fe2f1c453a69a80ea6bec9645445986589c179b02973f844
diff --git a/x11-misc/unclutter-xfixes/metadata.xml b/x11-misc/unclutter-xfixes/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/unclutter-xfixes/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/unclutter-xfixes/unclutter-xfixes-1.3.ebuild b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.3.ebuild
new file mode 100644
index 0000000..fc829cf
--- /dev/null
+++ b/x11-misc/unclutter-xfixes/unclutter-xfixes-1.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A rewrite of unclutter using the x11-xfixes extension"
+HOMEPAGE="https://github.com/Airblader/unclutter-xfixes"
+SRC_URI="https://github.com/Airblader/unclutter-xfixes/archive/v${PV}.tar.gz \
+	-> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="x11-libs/libXi
+	x11-libs/libX11
+	x11-libs/libXfixes
+	dev-libs/libev
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+
+	sed -e "s/\$(shell git describe --all --long --always)/${PV}/" \
+		-i Makefile || die
+}
diff --git a/x11-misc/xgetres/Manifest b/x11-misc/xgetres/Manifest
new file mode 100644
index 0000000..7d642b2
--- /dev/null
+++ b/x11-misc/xgetres/Manifest
@@ -0,0 +1 @@
+DIST xgetres-1.0.tar.gz 2491 BLAKE2B ab41e288b4d84787c892a6a40e0569939f972edb340b978a84eb381f1e49d8de31c7dbf9c055089aecd58998f4108663f334d26fb5d14dbacb7d305003762347 SHA512 5b654ab2623bd62950cb186a6d575e42e165aa09875c172fcbcf20d85318eed8dfd850fd2b16b21bb6d531bab77dc6795abb7d0152828d55cb4003ef63d8959d
diff --git a/x11-misc/xgetres/metadata.xml b/x11-misc/xgetres/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/xgetres/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/xgetres/xgetres-1.0.ebuild b/x11-misc/xgetres/xgetres-1.0.ebuild
new file mode 100644
index 0000000..c57a219
--- /dev/null
+++ b/x11-misc/xgetres/xgetres-1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Simple utility which prints the value of an X resource"
+HOMEPAGE="https://github.com/tamirzb/xgetres"
+SRC_URI="https://github.com/tamirzb/xgetres/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libX11"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+	dobin xgetres
+	einstalldocs
+}
diff --git a/x11-misc/xkb-switch/Manifest b/x11-misc/xkb-switch/Manifest
new file mode 100644
index 0000000..06a4945
--- /dev/null
+++ b/x11-misc/xkb-switch/Manifest
@@ -0,0 +1 @@
+DIST xkb-switch-1.5.0.tar.gz 18899 BLAKE2B 8abf9ad4a8a82fb96ccc1725b3532dc3fcefcc5724888265ffe2f1178b182868c8f65d48db2621cf66d09eaae22e6c0305cfac2dc1b984833b2726e163622b48 SHA512 41e85885aba48ec652f17e7c21cb5c343c5001ea3ca45dd5ce19aa0e346a2fed0cd7066e4faaad0100749c56f7055206541a38e11b9e6cfb9789ef2b2ac04b75
diff --git a/x11-misc/xkb-switch/metadata.xml b/x11-misc/xkb-switch/metadata.xml
new file mode 100644
index 0000000..7869e07
--- /dev/null
+++ b/x11-misc/xkb-switch/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>azahi@teknik.io</email>
+		<name>azahi</name>
+	</maintainer>
+</pkgmetadata>
diff --git a/x11-misc/xkb-switch/xkb-switch-1.5.0.ebuild b/x11-misc/xkb-switch/xkb-switch-1.5.0.ebuild
new file mode 100644
index 0000000..1ad025b
--- /dev/null
+++ b/x11-misc/xkb-switch/xkb-switch-1.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils multilib
+
+DESCRIPTION="Switch your X keyboard layouts from the command line"
+HOMEPAGE="https://github.com/ierton/xkb-switch"
+SRC_URI="https://github.com/ierton/xkb-switch/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="x11-libs/libxkbfile"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+	default
+
+	sed -i -e "s/DESTINATION lib/DESTINATION $(get_libdir)/" CMakeLists.txt
+}

Consider giving Nix/NixOS a try! <3