From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/
Date: Wed, 27 Aug 2025 14:02:52 +0000 (UTC) [thread overview]
Message-ID: <1756267873.937f68d9525fcc9f1f3d7876bc589264b8527a71.davidroman@gentoo> (raw)
commit: 937f68d9525fcc9f1f3d7876bc589264b8527a71
Author: Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Wed Aug 27 04:09:06 2025 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 04:11:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=937f68d9
gui-apps/swaync: add 0.12.2
Signed-off-by: Jonas Frei <freijon <AT> pm.me>
gui-apps/swaync/Manifest | 1 +
gui-apps/swaync/swaync-0.12.2.ebuild | 65 ++++++++++++++++++++++++++++++++++++
2 files changed, 66 insertions(+)
diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest
index 82b8c546f3..696e770f28 100644
--- a/gui-apps/swaync/Manifest
+++ b/gui-apps/swaync/Manifest
@@ -1,2 +1,3 @@
DIST swaync-0.11.0.tar.gz 1717108 BLAKE2B 2adc0f4090cef20d2bd5180f96418914caf6b33ec2221de804a5b68e02ca5327d99752620afb653786ee95312f7608161aad5b7dfff68c9f51dc5ee5ccfec5e3 SHA512 1fcad5e1c5cfd09d0c8e71fe5b5e6717daed245c127ad405bb0e95722f3a346d78f23d97e0f78a0a35357f1e32551e5149ffc2963959ae6364d709545df15f07
DIST swaync-0.12.1.tar.gz 1727353 BLAKE2B 2cfb4f98c5493d9f77f9eac9abcff2d10e3bf79601b96220a19ced270caabfcbc183ce8587067367117c223db7d977c483c4f0c6646fb5a0771a8a00e474abd8 SHA512 0b17ce988128aaccf615d123f17b1d53ca448a6a2bec15e0350f16b3a29696a9d210587bef2f29d30d80365c39bc6bcc74d9d49fb0e6f677cfc66f4074016808
+DIST swaync-0.12.2.tar.gz 1729037 BLAKE2B f521095df14e31791ca71d1ce56cd50e6e6c26237d1e7e8beafeb6624ce57530d7b9ee00250221140745a0bede250056ac886cd7914ca9d2cae35062bb5086f0 SHA512 7e209106f6bb911c9f8b6a3561d378c8ccce2b9de68112328a0890907981df6c916aa2c1c91c6e64f04ac426b5c28a1cacbac320879915237efd4949a97f3e1f
diff --git a/gui-apps/swaync/swaync-0.12.2.ebuild b/gui-apps/swaync/swaync-0.12.2.ebuild
new file mode 100644
index 0000000000..5a1e24e902
--- /dev/null
+++ b/gui-apps/swaync/swaync-0.12.2.ebuild
@@ -0,0 +1,65 @@
+# Copyright 2022-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{12..14} )
+inherit meson vala gnome2-utils python-any-r1
+VALA_USE_DEPEND="vapigen"
+
+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/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="pulseaudio"
+
+DEPEND="
+ dev-lang/sassc
+ dev-libs/glib:2
+ dev-libs/gobject-introspection
+ >=dev-libs/granite-7.0.0:=
+ dev-libs/json-glib
+ dev-libs/libgee:0.8=
+ gui-libs/gtk4-layer-shell[introspection,vala]
+ gui-libs/gtk:4[introspection,wayland]
+ gui-libs/libhandy:1
+ pulseaudio? ( media-libs/libpulse )
+ sys-apps/dbus
+ x11-libs/gdk-pixbuf:2
+"
+RDEPEND="
+ ${DEPEND}
+ x11-libs/cairo
+ x11-libs/pango
+"
+BDEPEND="
+ ${PYTHON_DEPS}
+ $(vala_depend)
+ app-text/scdoc
+ dev-util/blueprint-compiler
+"
+# https://bugs.gentoo.org/961696
+BDEPEND+=">=dev-build/meson-1.8.2"
+
+src_configure() {
+ local emesonargs=($(meson_use pulseaudio pulse-audio))
+ meson_src_configure
+}
+
+src_prepare() {
+ default
+ vala_setup
+}
+
+pkg_postinst() {
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ gnome2_schemas_update
+}
next reply other threads:[~2025-08-27 14:03 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-27 14:02 David Roman [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-08-20 18:37 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/ David Roman
2025-08-20 12:45 David Roman
2025-07-25 10:49 David Roman
2024-05-25 13:01 Julien Roy
2024-03-19 0:39 Julien Roy
2024-03-17 15:12 Julien Roy
2023-05-29 20:57 Florian Schmaus
2022-12-01 3:59 Haelwenn Monnier
2022-09-26 9:48 Andrew Ammerlaan
2022-09-21 19:44 Florian Schmaus
2022-05-16 12:33 Andrew Ammerlaan
2022-04-04 14:49 Andrew Ammerlaan
2022-03-08 13:37 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2022-03-08 13:39 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2022-02-24 11:10 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
2022-02-23 0:33 Ronny Gutbrod
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1756267873.937f68d9525fcc9f1f3d7876bc589264b8527a71.davidroman@gentoo \
--to=davidroman96@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox