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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E5700158041 for ; Mon, 18 Mar 2024 11:40:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B327E29A7; Mon, 18 Mar 2024 11:40:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 EEC7BE29A7 for ; Mon, 18 Mar 2024 11:40:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BC4B233BEE9 for ; Mon, 18 Mar 2024 11:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D942F1553 for ; Mon, 18 Mar 2024 11:40:24 +0000 (UTC) From: "Takuya Wakazono" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Takuya Wakazono" Message-ID: <1710761901.b3bf1ae0a3dd7b2be70738c5cdb7876e90862dc2.pastalian46@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.10.1-r1.ebuild gui-apps/swaync/swaync-0.10.1.ebuild X-VCS-Directories: gui-apps/swaync/ X-VCS-Committer: pastalian46 X-VCS-Committer-Name: Takuya Wakazono X-VCS-Revision: b3bf1ae0a3dd7b2be70738c5cdb7876e90862dc2 X-VCS-Branch: dev Date: Mon, 18 Mar 2024 11:40:24 +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: c5fadd0b-42cf-4dc9-b426-424394867026 X-Archives-Hash: 4ec617f484b379a03b0fed49a849ae55 commit: b3bf1ae0a3dd7b2be70738c5cdb7876e90862dc2 Author: Takuya Wakazono gmail com> AuthorDate: Mon Mar 18 11:33:25 2024 +0000 Commit: Takuya Wakazono gmail com> CommitDate: Mon Mar 18 11:38:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3bf1ae0 gui-apps/swaync: inherit python-any-r1 Closes: https://bugs.gentoo.org/872464 Signed-off-by: Takuya Wakazono gmail.com> .../{swaync-0.10.1.ebuild => swaync-0.10.1-r1.ebuild} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gui-apps/swaync/swaync-0.10.1.ebuild b/gui-apps/swaync/swaync-0.10.1-r1.ebuild similarity index 77% rename from gui-apps/swaync/swaync-0.10.1.ebuild rename to gui-apps/swaync/swaync-0.10.1-r1.ebuild index 3cbf84f02c..0fe4dc0a20 100644 --- a/gui-apps/swaync/swaync-0.10.1.ebuild +++ b/gui-apps/swaync/swaync-0.10.1-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit meson vala gnome2-utils +PYTHON_COMPAT=( python3_{10..12} ) +inherit meson vala gnome2-utils python-any-r1 MY_PN="SwayNotificationCenter" DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center" @@ -18,23 +19,22 @@ IUSE="pulseaudio" DEPEND=" dev-lang/sassc - dev-libs/granite - dev-libs/libgee dev-libs/glib:2 dev-libs/gobject-introspection + dev-libs/granite:= dev-libs/json-glib - pulseaudio? ( - media-libs/libpulse - ) + dev-libs/libgee:0.8= dev-libs/wayland - >=gui-libs/gtk-layer-shell-0.7.0[introspection,vala] + >=gui-libs/gtk-layer-shell-0.8.0[introspection,vala] gui-libs/libhandy:1 sys-apps/dbus x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 + pulseaudio? ( media-libs/libpulse ) " RDEPEND="${DEPEND}" BDEPEND=" + ${PYTHON_DEPS} $(vala_depend) app-text/scdoc "