summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-09-16 11:45:25 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-09-16 11:45:52 -0500
commitcf4f23297090ea6f789a07d4d4b9aaef7548f312 (patch)
treefe51abedd3d6d6a5ac6345673ee3103c7b66e270 /gui-apps
parentmedia-sound/pulseeffects: 4.6.8 bump (diff)
downloadgentoo-cf4f23297090ea6f789a07d4d4b9aaef7548f312.tar.gz
gentoo-cf4f23297090ea6f789a07d4d4b9aaef7548f312.tar.bz2
gentoo-cf4f23297090ea6f789a07d4d4b9aaef7548f312.zip
gui-apps/wl-clipboard: 2.0.0_beta1 bump
Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r--gui-apps/wl-clipboard/Manifest1
-rw-r--r--gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/gui-apps/wl-clipboard/Manifest b/gui-apps/wl-clipboard/Manifest
index 3c882e36cd2f..97f8b56fffcb 100644
--- a/gui-apps/wl-clipboard/Manifest
+++ b/gui-apps/wl-clipboard/Manifest
@@ -1 +1,2 @@
DIST wl-clipboard-1.0.0.tar.gz 25442 BLAKE2B 02e2e99287e1376f26f73a546654e66ddb9d0a85caf457e4a023f0a02cb4d7a9cb3c8ab5840982bf014afb9fc3601722dd4c2fc4239b74a05d309a0a16d20299 SHA512 328c18a9eb2ccfc788e7ab785077ab8d663c75f2ce8f6f434799575fc76ccc89238faf930948bced216d22bee0adfc810af5e84ffc63bc82c4e1d02da4286296
+DIST wl-clipboard-2.0.0_beta1.tar.gz 39963 BLAKE2B d8c624fd395bbb7d233c9b5b0c3f4ddf369288712498625caaad427616ff190fb3512cccfc4b4506835e6bf9dc432a272fc6696058ec31a1b3355b1a06b5e76a SHA512 d11a89f8a8996f0aba9eb30ddd87715f65390459baccc9f20cb04864c1fdd54f8efe5b10a1eb470efa2b72be871e27fd5fe72df3a61c0b53e5ff41dc111b82ca
diff --git a/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
new file mode 100644
index 000000000000..49a565608a88
--- /dev/null
+++ b/gui-apps/wl-clipboard/wl-clipboard-2.0.0_beta1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Wayland clipboard utilities"
+HOMEPAGE="https://github.com/bugaevc/wl-clipboard"
+
+if [[ ${PV} == 9999 ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/bugaevc/${PN}.git"
+else
+ SRC_URI="https://github.com/bugaevc/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-libs/wayland"
+RDEPEND="${DEPEND}"
+BDEPEND=""