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 8004C1382C5 for ; Wed, 13 Jan 2021 23:24:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6E8FE0970; Wed, 13 Jan 2021 23:24:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B1308E0970 for ; Wed, 13 Jan 2021 23:24:45 +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 BEF23340E47 for ; Wed, 13 Jan 2021 23:24:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D1C749B for ; Wed, 13 Jan 2021 23:24:43 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1610579869.7c39295646f5a76627428894bf751fd668c79a0d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xsettingsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xsettingsd/Manifest x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild X-VCS-Directories: x11-misc/xsettingsd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7c39295646f5a76627428894bf751fd668c79a0d X-VCS-Branch: master Date: Wed, 13 Jan 2021 23:24:43 +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: fbb3d8d6-6dbc-4aa8-a520-406972a86c85 X-Archives-Hash: 3c151212a7efb854f66230cc6f7f2b2a commit: 7c39295646f5a76627428894bf751fd668c79a0d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 13 23:17:49 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 13 23:17:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c392956 x11-misc/xsettingsd: 1.0.2 version bump Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/xsettingsd/Manifest | 1 + x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild | 31 +++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/x11-misc/xsettingsd/Manifest b/x11-misc/xsettingsd/Manifest index 1e69a6779b6..78a93f23a59 100644 --- a/x11-misc/xsettingsd/Manifest +++ b/x11-misc/xsettingsd/Manifest @@ -1 +1,2 @@ DIST xsettingsd-1.0.0.tar.gz 23627 BLAKE2B e9f7dcb9fd017f34ed88f29e1954e0824764db66eac5fbcfa55e7edef51c4bdec1cb9383efe0b6cb18b88c04818b106b9c4f95fb25daaf09a76b4b4ef4e0b75f SHA512 39077050a2fc3206c308ba399328719303884dd668b61f7756f0a3a4388ed25a3cda0849a713126c22c6b80466ab74c1317fdd9cb3e652169c80c54ba0a45790 +DIST xsettingsd-1.0.2.tar.gz 22481 BLAKE2B 1f7e8112b8910ea20492109ebc2df90d7113804653d5758bbac2b52116e737505026ddd0e17b5444951ad83606ba41495ce8e165bbe04573c740cc3faee75c1b SHA512 da2a82d0b3f5061a1fad7632d800539f4e81bd3f8631dd724705d0601556c044c62da7469a974cbe8f6d8e070247493ac5776bac966cf36f1fae825562457baa diff --git a/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild b/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild new file mode 100644 index 00000000000..127a824fb36 --- /dev/null +++ b/x11-misc/xsettingsd/xsettingsd-1.0.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Provides settings to X11 applications via the XSETTINGS specification" +HOMEPAGE="https://github.com/derat/xsettingsd" +SRC_URI="https://github.com/derat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +RDEPEND="x11-libs/libX11" +DEPEND="${RDEPEND} + test? ( dev-cpp/gtest ) +" +BDEPEND=">=dev-util/cmake-3.15" + +src_configure() { + local mycmakeargs=( + -DBUILD_TESTING=$(usex test) + $(cmake_use_find_package test GTest) + ) + cmake_src_configure +}