From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52AD21382C5 for ; Thu, 21 May 2020 21:34:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AFC1E0932; Thu, 21 May 2020 21:34:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39FA1E0932 for ; Thu, 21 May 2020 21:34:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9748334F2AB for ; Thu, 21 May 2020 21:34:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 287771F5 for ; Thu, 21 May 2020 21:34:26 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1590096822.e8c4e27733e82cb028a4160f9f2dfb33e1c7960b.steils@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/snixembed/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/snixembed/Manifest x11-misc/snixembed/metadata.xml x11-misc/snixembed/snixembed-0.2.2.ebuild X-VCS-Directories: x11-misc/snixembed/ X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: e8c4e27733e82cb028a4160f9f2dfb33e1c7960b X-VCS-Branch: master Date: Thu, 21 May 2020 21:34:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d07c8efb-64ce-47f2-832a-8fb6a1f50774 X-Archives-Hash: 2ab5542347829e6d70550bb194e2cc41 commit: e8c4e27733e82cb028a4160f9f2dfb33e1c7960b Author: Stefan Strogin gentoo org> AuthorDate: Thu May 21 21:03:33 2020 +0000 Commit: Stefan Strogin gentoo org> CommitDate: Thu May 21 21:33:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c4e277 x11-misc/snixembed: add new package Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Stefan Strogin gentoo.org> x11-misc/snixembed/Manifest | 1 + x11-misc/snixembed/metadata.xml | 8 ++++++ x11-misc/snixembed/snixembed-0.2.2.ebuild | 47 +++++++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) diff --git a/x11-misc/snixembed/Manifest b/x11-misc/snixembed/Manifest new file mode 100644 index 00000000000..4c3a9c5490d --- /dev/null +++ b/x11-misc/snixembed/Manifest @@ -0,0 +1 @@ +DIST snixembed-0.2.2.tar.gz 5870 BLAKE2B fa0ff00808579419410e462e0271d2bc72db0975c6de5b03751ea9d7831c2d4507ef5886058bfa66d12b5dea79f690103243a0398e77c788ee3d77025580cfbe SHA512 474eba11a31c44437a29d034b3e1e8df1b9a0dbc728566fd8727bc957237763e3c88d175bd6c349aaca5fec8dec7213c17e2241e91aefed1686a2368554be05a diff --git a/x11-misc/snixembed/metadata.xml b/x11-misc/snixembed/metadata.xml new file mode 100644 index 00000000000..90af0369c66 --- /dev/null +++ b/x11-misc/snixembed/metadata.xml @@ -0,0 +1,8 @@ + + + + + steils@gentoo.org + Stefan Strogin + + diff --git a/x11-misc/snixembed/snixembed-0.2.2.ebuild b/x11-misc/snixembed/snixembed-0.2.2.ebuild new file mode 100644 index 00000000000..aaec6ff0221 --- /dev/null +++ b/x11-misc/snixembed/snixembed-0.2.2.ebuild @@ -0,0 +1,47 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vala + +DESCRIPTION="Proxy StatusNotifierItems as XEmbedded systemtray-spec icons" +HOMEPAGE="https://git.sr.ht/~steef/snixembed" +SRC_URI="https://git.sr.ht/~steef/snixembed/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" +IUSE="doc" + +DEPEND="dev-libs/glib:2 + dev-libs/libdbusmenu[gtk3] + x11-libs/gtk+:3" +RDEPEND="${DEPEND}" +BDEPEND="$(vala_depend) + virtual/pkgconfig + doc? ( dev-lang/vala[valadoc] )" + +src_prepare() { + default + + use doc && local VALA_USE_DEPEND="valadoc" + vala_src_prepare + + sed -e "s: .git/HEAD .git/index::" \ + -e "s:\$(shell git describe --always --tags --dirty):${PV}:" \ + -e "s:valac :${VALAC} :" \ + -e "s:valadoc :${VALADOC} :" \ + -i makefile || die +} + +src_compile() { + default + use doc && emake doc +} + +src_install() { + emake DESTDIR="${D}" PREFIX="${EPREFIX}" BINDIR="/usr/bin" install + use doc && HTML_DOCS=( doc/. ) + einstalldocs +}