x11-plugins/enlightenment-clipboard: new; add 0.1.0_alpha6 and 9999
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
parent
18d2013b0b
commit
afd46bf338
1
x11-plugins/enlightenment-clipboard/Manifest
Normal file
1
x11-plugins/enlightenment-clipboard/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST enlightenment-clipboard-0.1.0_alpha6.tar.gz 39809 BLAKE2B 8157cf2b13c6fb0c6ca8e4895d4c901eb87f23257fad7ec0cf20ce6a876a92f038d52f21f2ea2af6a2df53c19345b86316c43ee8110bf82f737ab87cda0e5438 SHA512 7be84a09e56d3f6f9331041152993227c7479006fbb061e861e84c7f1904727d4c69c1e03ee89c85425200b1fffcda0208baa52aec1063a1cc6e73923f92f05e
|
@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
MY_PN="${PN/enlightenment-/}"
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
DESCRIPTION="A clipboard module for Enlightenment E21+ desktop"
|
||||||
|
HOMEPAGE="https://github.com/Obsidian-StudiosInc/clipboard"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/Obsidian-StudiosInc/${MY_PN}.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/Obsidian-StudiosInc/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
RESTRICT="mirror"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
x11-wm/enlightenment
|
||||||
|
dev-libs/efl[X]
|
||||||
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
"
|
@ -0,0 +1,32 @@
|
|||||||
|
# Copyright 1999-2020 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
MY_PN="${PN/enlightenment-/}"
|
||||||
|
|
||||||
|
inherit meson
|
||||||
|
|
||||||
|
DESCRIPTION="A clipboard module for Enlightenment E21+ desktop"
|
||||||
|
HOMEPAGE="https://github.com/Obsidian-StudiosInc/clipboard"
|
||||||
|
|
||||||
|
if [[ "${PV}" == *9999* ]]; then
|
||||||
|
inherit git-r3
|
||||||
|
EGIT_REPO_URI="https://github.com/Obsidian-StudiosInc/${MY_PN}.git"
|
||||||
|
else
|
||||||
|
SRC_URI="https://github.com/Obsidian-StudiosInc/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
S="${WORKDIR}"/"${MY_PN}-${PV}"
|
||||||
|
fi
|
||||||
|
|
||||||
|
RESTRICT="mirror"
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
x11-wm/enlightenment
|
||||||
|
dev-libs/efl[X]
|
||||||
|
"
|
||||||
|
RDEPEND="
|
||||||
|
${DEPEND}
|
||||||
|
"
|
7
x11-plugins/enlightenment-clipboard/metadata.xml
Normal file
7
x11-plugins/enlightenment-clipboard/metadata.xml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="github">Obsidian-StudiosInc/clipboard</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user