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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1FD9915808B for ; Wed, 23 Feb 2022 13:44:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39945E08D3; Wed, 23 Feb 2022 13:44:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20913E08D3 for ; Wed, 23 Feb 2022 13:44:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15F5C34314D for ; Wed, 23 Feb 2022 13:44:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FBFBD0 for ; Wed, 23 Feb 2022 13:44:42 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1645622981.f2bcc87665237ab1b3f4f9fef8a45343fadc65d3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/swaync/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/swaync/swaync-0.4-r1.ebuild gui-apps/swaync/swaync-0.4.ebuild X-VCS-Directories: gui-apps/swaync/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f2bcc87665237ab1b3f4f9fef8a45343fadc65d3 X-VCS-Branch: dev Date: Wed, 23 Feb 2022 13:44:42 +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: 99927d1a-7e56-470d-8a58-2317bbe37d9f X-Archives-Hash: b7969ced153f43bbcab04a42a13a9003 commit: f2bcc87665237ab1b3f4f9fef8a45343fadc65d3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 21 18:35:43 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Wed Feb 23 13:29:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2bcc876 gui-apps/swaync: fix deps Use vala eclass. Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> .../{swaync-0.4.ebuild => swaync-0.4-r1.ebuild} | 24 +++++++++++++--------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/gui-apps/swaync/swaync-0.4.ebuild b/gui-apps/swaync/swaync-0.4-r1.ebuild similarity index 65% rename from gui-apps/swaync/swaync-0.4.ebuild rename to gui-apps/swaync/swaync-0.4-r1.ebuild index 814af4afb..4878af1c0 100644 --- a/gui-apps/swaync/swaync-0.4.ebuild +++ b/gui-apps/swaync/swaync-0.4-r1.ebuild @@ -3,12 +3,13 @@ EAPI=8 -inherit meson +inherit meson vala +MY_PN="SwayNotificationCenter" DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center" HOMEPAGE="https://github.com/ErikReider/SwayNotificationCenter" -SRC_URI="https://github.com/ErikReider/SwayNotificationCenter/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/SwayNotificationCenter-${PV}" +SRC_URI="https://github.com/ErikReider/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3" SLOT="0" @@ -16,21 +17,24 @@ KEYWORDS="~amd64 ~x86" IUSE="scripting" DEPEND=" - dev-libs/glib + dev-libs/glib:2 dev-libs/gobject-introspection dev-libs/json-glib - dev-libs/libgee + dev-libs/libgee:= dev-libs/wayland >=gui-libs/gtk-layer-shell-0.6.0 - gui-libs/libhandy + gui-libs/libhandy:1 sys-apps/dbus + x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 " RDEPEND="${DEPEND}" -BDEPEND=" - dev-lang/vala - dev-util/meson -" +BDEPEND="$(vala_depend)" + +src_prepare() { + default + vala_setup +} src_configure() { local emesonargs=(