public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/
Date: Thu, 24 Feb 2022 11:10:17 +0000 (UTC)	[thread overview]
Message-ID: <1645622981.f2bcc87665237ab1b3f4f9fef8a45343fadc65d3.tastytea@gentoo> (raw)

commit:     f2bcc87665237ab1b3f4f9fef8a45343fadc65d3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 21 18:35:43 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
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 <cyber+gentoo <AT> 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=(


             reply	other threads:[~2022-02-24 11:10 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24 11:10 Ronny Gutbrod [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25 13:01 [gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/ 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-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=1645622981.f2bcc87665237ab1b3f4f9fef8a45343fadc65d3.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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