From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- x11-misc/sxhkd/Manifest | 2 +- x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild | 36 ++++++++++++++++++++++++++++++++++++ x11-misc/sxhkd/sxhkd-0.6.2.ebuild | 27 --------------------------- 3 files changed, 37 insertions(+), 28 deletions(-) create mode 100644 x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild delete mode 100644 x11-misc/sxhkd/sxhkd-0.6.2.ebuild (limited to 'x11-misc/sxhkd') diff --git a/x11-misc/sxhkd/Manifest b/x11-misc/sxhkd/Manifest index f2056e9ce6b7..ff01ef0b23fb 100644 --- a/x11-misc/sxhkd/Manifest +++ b/x11-misc/sxhkd/Manifest @@ -1,3 +1,3 @@ DIST sxhkd-0.6.2.tar.gz 35711 BLAKE2B a1dc409314dda68aa3df99bf584d20e492c7220dceb188b844a6bd9374a4c52b7e1a406b96fc77276498db86dd5e5114a50357ddee660f5f08d6fe974de8f990 SHA512 3f758aec3de76c6336a9008e997317ed7a05db0fcd81025d8f856694c2b8162022e25d9a48876de99056748a2dbe6a561a0e1594973c854ac2c98d44af6b03aa -EBUILD sxhkd-0.6.2.ebuild 667 BLAKE2B 7f066bf4563c1bedb2ca00c383cc4f9fc85ade14c1241ca6ecc07eb947d2273aae67ec8c08dcd8d085afa6fa69900c2299cf0b104a4e9be0e4b4e1b01b6aa2ee SHA512 32c4aaa0cf8020a71edeadda136db6a124c91ddb3d14898c09011060e536bbe2b5a58fd913bdf94196c676ee810ca1d09fcb6b20e9db740282b4fb4628b776ad +EBUILD sxhkd-0.6.2-r1.ebuild 720 BLAKE2B d8aff4f4c3795fecc1ada514c540d2bade213ed3ebe67160305d1b57a13731ddee756654060f68a1acf7cbd184575517a3152f6f32fecafbb8272bd3ca1e0bff SHA512 e8a9b59cefed39df3ea5632a1aec4b32472834b591094d4a52b36746681ade4cc3b8eb6b7b9d0d428629194fbab6e58d41195dc4e816a5d6b1b6231488d1ac2e MISC metadata.xml 328 BLAKE2B ef5ee0d2400003eedf0d3a6371233fd6dee54b0c372458c25c14754959f7553731ce8a989029fe23462afcdd0a5d184a23808e619c465c483c1b8e72a77a6f48 SHA512 3ef7078052da12bb622dd64e3c6df6ede3e271953a2e9bfe49288a19d862e22bd085cd0b1aafd6e7bb16cdb9deae4d63c293f40f62ea4a0abc23b248df091a00 diff --git a/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild new file mode 100644 index 000000000000..83ed6a4db2ef --- /dev/null +++ b/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs systemd + +DESCRIPTION="Simple X hotkey daemon" +HOMEPAGE="https://github.com/baskerville/sxhkd/" +SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="amd64 ~riscv x86" + +RDEPEND=" + x11-libs/libxcb:= + x11-libs/xcb-util-keysyms" +DEPEND=" + ${RDEPEND} + x11-libs/xcb-util" + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + local emakeargs=( + DESTDIR="${D}" + PREFIX="${EPREFIX}"/usr + DOCPREFIX="${EPREFIX}"/usr/share/doc/${PF} + ) + emake "${emakeargs[@]}" install + + systemd_dounit contrib/systemd/${PN}.service +} diff --git a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild deleted file mode 100644 index 62e4eb5b3616..000000000000 --- a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit toolchain-funcs systemd - -DESCRIPTION="Simple X hotkey daemon" -HOMEPAGE="https://github.com/baskerville/sxhkd/" -SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" - -RDEPEND="x11-libs/libxcb - x11-libs/xcb-util-keysyms" -DEPEND="${RDEPEND} - x11-libs/xcb-util" - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install - systemd_dounit contrib/systemd/${PN}.service -} -- cgit v1.2.3