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 8A02115808B for ; Mon, 21 Feb 2022 05:33:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B5B6E0963; Mon, 21 Feb 2022 05:33:33 +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 713C3E0963 for ; Mon, 21 Feb 2022 05:33:33 +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 5CAB13436CD for ; Mon, 21 Feb 2022 05:33:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A92422A5 for ; Mon, 21 Feb 2022 05:33:30 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1645421607.963682efb607ce819c8ce462abdb170db230186f.freijon@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/Manifest gui-apps/swaync/metadata.xml gui-apps/swaync/swaync-0.4.ebuild X-VCS-Directories: gui-apps/swaync/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 963682efb607ce819c8ce462abdb170db230186f X-VCS-Branch: dev Date: Mon, 21 Feb 2022 05:33:30 +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: 977693b9-45f2-47c0-9588-264ad499cfe0 X-Archives-Hash: 261a4781cdb7af7980a9840b673fe2f2 commit: 963682efb607ce819c8ce462abdb170db230186f Author: Jonas Frei pm me> AuthorDate: Mon Feb 21 05:33:27 2022 +0000 Commit: Jonas Frei pm me> CommitDate: Mon Feb 21 05:33:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=963682ef gui-apps/swaync: Initial commit Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Frei pm.me> gui-apps/swaync/Manifest | 1 + gui-apps/swaync/metadata.xml | 23 ++++++++++++++++++++ gui-apps/swaync/swaync-0.4.ebuild | 44 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+) diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest new file mode 100644 index 000000000..d404c3ee6 --- /dev/null +++ b/gui-apps/swaync/Manifest @@ -0,0 +1 @@ +DIST swaync-0.4.tar.gz 3131182 BLAKE2B 22c1fcca55247fc1fe242c798e3c8cd6ad9af8be716f2849237c3ed14f1a9b68550cca6c3a34b5ab4e92e19afaf48c648d28f46c0b535dbb9def98a79b524dbe SHA512 e3394c913e0f06ad47c6062dbc60e885860bfaf2c095bb7c7f2011884f73b4c7308d5dc09969cf2570daca35950c378d6fdfdeb23b715a6115c2a44a97f437e0 diff --git a/gui-apps/swaync/metadata.xml b/gui-apps/swaync/metadata.xml new file mode 100644 index 000000000..14d598f67 --- /dev/null +++ b/gui-apps/swaync/metadata.xml @@ -0,0 +1,23 @@ + + + + + Jonas Frei + freijon@pm.me + + + A simple notification daemon with a GTK gui for notifications + and the control center + + + ErikReider/SwayNotificationCenter + https://github.com/ErikReider/SwayNotificationCenter/issues + + + Install bash completions + Install fish completions + Install systemd .service file + Enable scripting feature + Install zsh completions + + diff --git a/gui-apps/swaync/swaync-0.4.ebuild b/gui-apps/swaync/swaync-0.4.ebuild new file mode 100644 index 000000000..5adf03b79 --- /dev/null +++ b/gui-apps/swaync/swaync-0.4.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit meson + +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}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="bash-completion fish-completion scripting systemd zsh-completion" + +DEPEND=" + dev-libs/glib + dev-libs/gobject-introspection + dev-libs/json-glib + dev-libs/libgee + dev-libs/wayland + gui-libs/gtk-layer-shell + gui-libs/libhandy + sys-apps/dbus + x11-libs/gtk+ +" +RDEPEND="${DEPEND}" +BDEPEND=" + dev-lang/vala + dev-util/meson +" + +src_configure() { + local emesonargs=( + $(meson_use bash-completion bash-completions) + $(meson_use fish-completion fish-completions) + $(meson_use scripting) + $(meson_use systemd systemd-service) + $(meson_use zsh-completion zsh-completions) + ) + meson_src_configure +}