Bump and add xpipe

This commit is contained in:
Mario Fetka
2024-01-24 22:46:12 +01:00
parent 14ff463e30
commit 8eceb90714
16 changed files with 218 additions and 11 deletions

View File

@@ -0,0 +1,3 @@
DIST waynergy-0.0.16.tar.gz 91518 BLAKE2B 4f8529d5e99d7b189f5df625f8232743cf9e7aa4024824707cfab115352fe8a7f36c98ba697ed0efadd8f206481e64746015fd1479f47bc215560fb00a032a89 SHA512 00b1e47da70960120baba0e195ea4806254bf1ab73261340d1d9947681b5590eb3a6dd4bc82af724dbe03c777e9986fbfdb91e0054acd77f3b4b2d76a40942c3
EBUILD waynergy-0.0.16.ebuild 687 BLAKE2B 13f895c1f2d107dafd4d2cfb73618a8327440e7272d9e1340d464a626565f84813b6de93ac20b9d7370de2d3269aabdb03060bb33b2c18d4db3bf63ef5821c59 SHA512 57a6a6bf181a84c610cfce8b84daf4f5d388e7054d0b0bdbbc3970c3fe4beec5bca9eb129c02e4a90aaf498e881f11f31ab90e21d641c4770fdb59adcc4e6a61
EBUILD waynergy-9999.ebuild 687 BLAKE2B 13f895c1f2d107dafd4d2cfb73618a8327440e7272d9e1340d464a626565f84813b6de93ac20b9d7370de2d3269aabdb03060bb33b2c18d4db3bf63ef5821c59 SHA512 57a6a6bf181a84c610cfce8b84daf4f5d388e7054d0b0bdbbc3970c3fe4beec5bca9eb129c02e4a90aaf498e881f11f31ab90e21d641c4770fdb59adcc4e6a61

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="An implementation of a synergy client for wayland compositors."
HOMEPAGE="https://github.com/r-c-f/waynergy"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/r-c-f/waynergy.git"
inherit git-r3
else
SRC_URI="https://github.com/r-c-f/waynergy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-util/wayland-scanner
x11-libs/libxkbcommon
dev-libs/libretls
gui-apps/wl-clipboard
"
DOCS=( LICENSE README.md )

View File

@@ -0,0 +1,32 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="An implementation of a synergy client for wayland compositors."
HOMEPAGE="https://github.com/r-c-f/waynergy"
if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/r-c-f/waynergy.git"
inherit git-r3
else
SRC_URI="https://github.com/r-c-f/waynergy/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
fi
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE=""
RDEPEND="
dev-libs/wayland
dev-libs/wayland-protocols
dev-util/wayland-scanner
x11-libs/libxkbcommon
dev-libs/libretls
gui-apps/wl-clipboard
"
DOCS=( LICENSE README.md )