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 54A981382C5 for ; Wed, 24 Mar 2021 22:22:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 483AEE08A8; Wed, 24 Mar 2021 22:22:35 +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 2EF2EE08A8 for ; Wed, 24 Mar 2021 22:22:35 +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 D3B8F33BE0A for ; Wed, 24 Mar 2021 22:22:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54D7F3F9 for ; Wed, 24 Mar 2021 22:22:32 +0000 (UTC) From: "Lev Babiev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lev Babiev" Message-ID: <1616624535.0b40cffa49fe82c08d38715083e069536a4c6ecd.LBCrion@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/sfwbar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/sfwbar/Manifest gui-apps/sfwbar/sfwbar-0.9.7.ebuild X-VCS-Directories: gui-apps/sfwbar/ X-VCS-Committer: LBCrion X-VCS-Committer-Name: Lev Babiev X-VCS-Revision: 0b40cffa49fe82c08d38715083e069536a4c6ecd X-VCS-Branch: dev Date: Wed, 24 Mar 2021 22:22:32 +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: 408b3562-3ad0-4bc8-a61a-a54fadd1d470 X-Archives-Hash: 3c4bd0b581dfe49128a6c553d39220c0 commit: 0b40cffa49fe82c08d38715083e069536a4c6ecd Author: Lev Babiev hosers org> AuthorDate: Wed Mar 24 22:22:15 2021 +0000 Commit: Lev Babiev hosers org> CommitDate: Wed Mar 24 22:22:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0b40cffa gui-apps/sfwbar: new version Signed-off-by: Lev Babiev hosers.org> gui-apps/sfwbar/Manifest | 1 + gui-apps/sfwbar/sfwbar-0.9.7.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest index 0d6a2cfb9..cc3ee9336 100644 --- a/gui-apps/sfwbar/Manifest +++ b/gui-apps/sfwbar/Manifest @@ -1,2 +1,3 @@ DIST sfwbar-0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d DIST sfwbar-0.9.6.tar.gz 94580 BLAKE2B faf6c4fc1e78cc8362e9acbdef6860f766e18bee0f8fa5e7d658fdfbd39cc786ac8c1266554ecc7d3de4d9a81b52760acc3b1dbc947d76e11c862aac2254582e SHA512 37045491bdd6389401f9fb2daec48fa361bb60aea340b56c9c05692614407d3f4a94c73d4800d20bd78a58531570a8114a0aa7dbbb506e06b029f8c82f9ffb99 +DIST sfwbar-0.9.7.tar.gz 98524 BLAKE2B 151c0065584858bc3f7e0d092df859840b1806c4f122962e160b9211fc7b6fbfc99febb02f98eb798ef986e37e9e52e5b3d4ec1f36f5da7e9766b8598c014e1f SHA512 e9f214eaf1fa9741fd32c3689b3eb7c9ac1db831c327f7d6e55b876e50dade1514091083e4ee0ab7f3cbc69e07e7f8f73242a54c5ffbb2fddfd1bddb8d33b591 diff --git a/gui-apps/sfwbar/sfwbar-0.9.7.ebuild b/gui-apps/sfwbar/sfwbar-0.9.7.ebuild new file mode 100644 index 000000000..0c44909c7 --- /dev/null +++ b/gui-apps/sfwbar/sfwbar-0.9.7.ebuild @@ -0,0 +1,25 @@ +# Copyright 2020-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Sway Floating Window Bar" +HOMEPAGE="https://github.com/LBCrion/sfwbar" +SRC_URI="https://github.com/LBCrion/sfwbar/archive/v${PV}.tar.gz -> ${P}.tar.gz" +KEYWORDS="~amd64" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + >=x11-libs/gtk+-3.22.0:3[introspection,wayland] + gui-libs/gtk-layer-shell + dev-libs/libucl +" +RDEPEND="${DEPEND}" +BDEPEND=" + virtual/pkgconfig +"