From f9d5df11f82bab543720866df924195db7325a7e Mon Sep 17 00:00:00 2001 From: Jonas Frei Date: Mon, 4 Apr 2022 06:38:50 +0200 Subject: gui-apps/swaync: Bump to 0.5 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Frei --- gui-apps/swaync/Manifest | 2 +- gui-apps/swaync/swaync-0.4-r1.ebuild | 44 ------------------------------------ gui-apps/swaync/swaync-0.5.ebuild | 44 ++++++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 45 deletions(-) delete mode 100644 gui-apps/swaync/swaync-0.4-r1.ebuild create mode 100644 gui-apps/swaync/swaync-0.5.ebuild (limited to 'gui-apps/swaync') diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest index d404c3ee6..e493a3527 100644 --- a/gui-apps/swaync/Manifest +++ b/gui-apps/swaync/Manifest @@ -1 +1 @@ -DIST swaync-0.4.tar.gz 3131182 BLAKE2B 22c1fcca55247fc1fe242c798e3c8cd6ad9af8be716f2849237c3ed14f1a9b68550cca6c3a34b5ab4e92e19afaf48c648d28f46c0b535dbb9def98a79b524dbe SHA512 e3394c913e0f06ad47c6062dbc60e885860bfaf2c095bb7c7f2011884f73b4c7308d5dc09969cf2570daca35950c378d6fdfdeb23b715a6115c2a44a97f437e0 +DIST swaync-0.5.tar.gz 3135287 BLAKE2B a9cd7eb2cc233b20c79bd03cb41876a8435f29b014196475992dfe2623fe12f16d45edeabfa3b31631cf5c1835a14869ddaaa4c0602c745fc73fc9d515b9357c SHA512 4952470c0745e44800b241ac67d39a1d417c8dda550227e9f93e4e81709960616dc5bcf406543ad14aba357c2191fd6a7bf02dffaa170351a3232f9a3612dc8a diff --git a/gui-apps/swaync/swaync-0.4-r1.ebuild b/gui-apps/swaync/swaync-0.4-r1.ebuild deleted file mode 100644 index 4878af1c0..000000000 --- a/gui-apps/swaync/swaync-0.4-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="scripting" - -DEPEND=" - dev-libs/glib:2 - dev-libs/gobject-introspection - dev-libs/json-glib - dev-libs/libgee:= - dev-libs/wayland - >=gui-libs/gtk-layer-shell-0.6.0 - gui-libs/libhandy:1 - sys-apps/dbus - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 -" -RDEPEND="${DEPEND}" -BDEPEND="$(vala_depend)" - -src_prepare() { - default - vala_setup -} - -src_configure() { - local emesonargs=( - $(meson_use scripting) - ) - meson_src_configure -} diff --git a/gui-apps/swaync/swaync-0.5.ebuild b/gui-apps/swaync/swaync-0.5.ebuild new file mode 100644 index 000000000..4878af1c0 --- /dev/null +++ b/gui-apps/swaync/swaync-0.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="scripting" + +DEPEND=" + dev-libs/glib:2 + dev-libs/gobject-introspection + dev-libs/json-glib + dev-libs/libgee:= + dev-libs/wayland + >=gui-libs/gtk-layer-shell-0.6.0 + gui-libs/libhandy:1 + sys-apps/dbus + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 +" +RDEPEND="${DEPEND}" +BDEPEND="$(vala_depend)" + +src_prepare() { + default + vala_setup +} + +src_configure() { + local emesonargs=( + $(meson_use scripting) + ) + meson_src_configure +} -- cgit v1.2.3-65-gdbad