mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-libs/ayatana-ido: new package, add 0.9.1
Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
This commit is contained in:
1
dev-libs/ayatana-ido/Manifest
Normal file
1
dev-libs/ayatana-ido/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ayatana-ido-0.9.1.tar.gz 122031 BLAKE2B 0f294346948b142cd39adb41ac1111f6cb214db793f912444ee18eeca9447d92c433b2104d14cbd259c7177da1b91ddbeb5376264f460390d1cbb5c320decc60 SHA512 4a5b13abd43cff59e4471b7a80e3a1e892b9b55e854867eed7c2928307f86b5ccfcb70fb5822738cedaaefe1ad09abe0da9af2d95917a1c561f1e370ea099613
|
||||
47
dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
Normal file
47
dev-libs/ayatana-ido/ayatana-ido-0.9.1.ebuild
Normal file
@@ -0,0 +1,47 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
VALA_USE_DEPEND="vapigen"
|
||||
CMAKE_MAKEFILE_GENERATOR="emake"
|
||||
|
||||
inherit cmake vala
|
||||
|
||||
DESCRIPTION="Ayatana Application Indicators (Shared Library)"
|
||||
HOMEPAGE="https://github.com/AyatanaIndicators/ayatana-ido"
|
||||
SRC_URI="https://github.com/AyatanaIndicators/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
sys-libs/glibc \
|
||||
>=dev-libs/glib-2.58 \
|
||||
>=x11-libs/gtk+-3.24 \
|
||||
"
|
||||
|
||||
BDEPEND="
|
||||
${RDEPEND} \
|
||||
$(vala_depend) \
|
||||
>=dev-util/cmake-3.13 \
|
||||
dev-libs/gobject-introspection \
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
cmake_src_prepare
|
||||
vala_setup
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs+=(
|
||||
"-DVALA_COMPILER=${VALAC}"
|
||||
"-DVAPI_GEN=${VAPIGEN}"
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cmake_src_compile
|
||||
}
|
||||
Reference in New Issue
Block a user