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 4072A1382C5 for ; Sat, 23 Jan 2021 11:49:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BFDCE0C10; Sat, 23 Jan 2021 11:49:24 +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 40B4CE0C10 for ; Sat, 23 Jan 2021 11:49:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1232F341157 for ; Sat, 23 Jan 2021 11:49:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA214A8 for ; Sat, 23 Jan 2021 11:49:19 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611335392.a58ddd424f7a8710a8589c2ffadf5e2571668a69.mgorny@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/sfwbar/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/sfwbar/Manifest gui-apps/sfwbar/sfwbar-0.9.6.ebuild X-VCS-Directories: gui-apps/sfwbar/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a58ddd424f7a8710a8589c2ffadf5e2571668a69 X-VCS-Branch: master Date: Sat, 23 Jan 2021 11:49:19 +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: 517faa3e-a54c-4468-b005-07427dbc5b5f X-Archives-Hash: 7f2ddff7225f29de7a0119e59a982769 commit: a58ddd424f7a8710a8589c2ffadf5e2571668a69 Author: Lev Babiev hosers org> AuthorDate: Fri Jan 22 17:09:52 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 22 17:09:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a58ddd42 gui-apps/sfwbar: version bump Signed-off-by: Lev Babiev hosers.org> gui-apps/sfwbar/Manifest | 1 + gui-apps/sfwbar/sfwbar-0.9.6.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/gui-apps/sfwbar/Manifest b/gui-apps/sfwbar/Manifest index 06defee6..0d6a2cfb 100644 --- a/gui-apps/sfwbar/Manifest +++ b/gui-apps/sfwbar/Manifest @@ -1 +1,2 @@ DIST sfwbar-0.9.4.tar.gz 90159 BLAKE2B c1f0fdd77469c231f8bb7e0862049979354e076427ad08ca5fe6383fac44b424b5583041a21425bfaa490f872fa0757214e7796d187f9fc7cb62b22d6b65c039 SHA512 e2cbe1bb6f89dd9632e21d9f008267bae2ef62c63e54021c791d3f24c09c817b3670509d3be29a23795c50e63e78330fdbbc1ab6b527c012585e28950958171d +DIST sfwbar-0.9.6.tar.gz 94580 BLAKE2B faf6c4fc1e78cc8362e9acbdef6860f766e18bee0f8fa5e7d658fdfbd39cc786ac8c1266554ecc7d3de4d9a81b52760acc3b1dbc947d76e11c862aac2254582e SHA512 37045491bdd6389401f9fb2daec48fa361bb60aea340b56c9c05692614407d3f4a94c73d4800d20bd78a58531570a8114a0aa7dbbb506e06b029f8c82f9ffb99 diff --git a/gui-apps/sfwbar/sfwbar-0.9.6.ebuild b/gui-apps/sfwbar/sfwbar-0.9.6.ebuild new file mode 100644 index 00000000..5419d1de --- /dev/null +++ b/gui-apps/sfwbar/sfwbar-0.9.6.ebuild @@ -0,0 +1,26 @@ +# Copyright 2020 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 +" +