diff options
author | 2022-03-19 23:49:30 +0000 | |
---|---|---|
committer | 2022-03-26 09:36:21 +0200 | |
commit | 068ee354f766578848fadd717ac05b0fdd417b27 (patch) | |
tree | 5cab08eb6ed1d8fdec6b24d0611871667f4d6d51 /app-emulation/spice-protocol | |
parent | x11-misc/xpad: add xdg_icon_cache_update (diff) | |
download | gentoo-068ee354f766578848fadd717ac05b0fdd417b27.tar.gz gentoo-068ee354f766578848fadd717ac05b0fdd417b27.tar.bz2 gentoo-068ee354f766578848fadd717ac05b0fdd417b27.zip |
app-emulation/spice-protocol: ebuild for 0.14.4 version
Signed-off-by: Thamognya Kodi <contact@thamognya.com>
Closes: https://github.com/gentoo/gentoo/pull/24675
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-emulation/spice-protocol')
-rw-r--r-- | app-emulation/spice-protocol/Manifest | 1 | ||||
-rw-r--r-- | app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/spice-protocol/Manifest b/app-emulation/spice-protocol/Manifest index c3ab7bab2987..b8a9464a18fa 100644 --- a/app-emulation/spice-protocol/Manifest +++ b/app-emulation/spice-protocol/Manifest @@ -1,2 +1,3 @@ DIST spice-protocol-0.14.1.tar.bz2 73444 BLAKE2B 12050c38ee3d24814b57a340a88423352edae6412b5a20e27d59b7235e753f51aaf757f7e9e6ce702d0b0c0afeadfde7f3937725ae4715ae4dc4da20ee7fd663 SHA512 88b0e652564a1f826ee6d3c165ab05c40d13f366567db3840805f03d433d13d7f722225219c26759770d2cde33221fe6d97528521d0eb14bc069cd7ce9af8482 DIST spice-protocol-0.14.3.tar.xz 22224 BLAKE2B 32e69c56ea78e21cf2ff9474e34908eababc1dd9667cd8be24c973e9ff006e1a14f55dd23ab16c40d7bcb5bd7f00392edccdd3512218928787ad9162a6519f1c SHA512 9e35fd0d9be14074a482bdb20fe6954e5f0a616d0ad60da63a065435df2b169ec134a95d5756df73e2606c7497c9bf0427023d4e5ebfbb1abb181cf8020879a6 +DIST spice-protocol-0.14.4.tar.xz 23540 BLAKE2B a36ea56f000fbbfd87f3a318ff932332116f5229d89cbf19be53e7605aef52cc650d453982d23d1f2decb7ef1273758b40022dc1dada49f40cd6f75e55f014d6 SHA512 c55677fd6da37303487f8245388cbd555715c736e15bca4a305c4374feafc655b74e549ea401949d72e17b2e6ad76f16c5add3963008a18a1fefedd4b4a001c1 diff --git a/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild new file mode 100644 index 000000000000..2274c75afcc1 --- /dev/null +++ b/app-emulation/spice-protocol/spice-protocol-0.14.4.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +DESCRIPTION="Headers defining the SPICE protocol" +HOMEPAGE="https://www.spice-space.org/" +SRC_URI="https://www.spice-space.org/download/releases/${P}.tar.xz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" |