public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/iio-sensor-proxy/
Date: Sun,  7 Apr 2024 15:46:36 +0000 (UTC)	[thread overview]
Message-ID: <1712417320.c9239920b1ce0b74df90801ea8b3bb51f38f83f5.julien@gentoo> (raw)

commit:     c9239920b1ce0b74df90801ea8b3bb51f38f83f5
Author:     Ronaldo V. Lobato <vieira.lobato <AT> gmail <DOT> com>
AuthorDate: Sat Apr  6 15:28:40 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr  6 15:28:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c9239920

gnome-extra/iio-sensor-proxy: add 3.5

Signed-off-by: Ronaldo V. Lobato <vieira.lobato <AT> gmail.com>

 gnome-extra/iio-sensor-proxy/Manifest              |  1 +
 .../iio-sensor-proxy/iio-sensor-proxy-3.5.ebuild   | 48 ++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/gnome-extra/iio-sensor-proxy/Manifest b/gnome-extra/iio-sensor-proxy/Manifest
index b97522b2e0..545d7134a7 100644
--- a/gnome-extra/iio-sensor-proxy/Manifest
+++ b/gnome-extra/iio-sensor-proxy/Manifest
@@ -1 +1,2 @@
 DIST iio-sensor-proxy-3.3.tar.gz 64225 BLAKE2B 25608bd615dcd2c027ed157eed3030064bfb517250dee0fc7cb18625930508bfe0871a496457fe3d04821a803c2e5500d319a978f8279d766f6a8230d365513a SHA512 f5c5e60e888be54ace4f0f2bb941fccce21b122c0755050f91aebe8dfa9e2c126e6de57dd80873ea7148fc2dfc087b23823f29d73a223c68d531502d06438ee3
+DIST iio-sensor-proxy-3.5.tar.bz2 60157 BLAKE2B e6b70e5d99a1a1e0935f86ecbed614b3859757a573897e03d0112509b166cb5ac4a80f31531c81f740efd22c937d921c2c05ec201f381c39efd9aa40855ecb26 SHA512 96fbbf163053689c61488181db474c1ff8e66090b3f9c2710b1c7fbfa92ec0bfb25088c7af74bcda568b397cd5c5c9350851d005463398bdf91e13f52e5fb88f

diff --git a/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.5.ebuild b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.5.ebuild
new file mode 100644
index 0000000000..f50c165404
--- /dev/null
+++ b/gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg gnome2-utils meson
+
+DESCRIPTION="IIO sensors to D-Bus proxy"
+HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
+SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+RESTRICT="test"
+IUSE="+systemd"
+
+RDEPEND="
+	dev-libs/glib:*
+	gnome-base/gnome-common
+	>=sys-auth/polkit-0.91
+	>=dev-libs/libgudev-237
+	systemd? (
+		!sys-apps/openrc
+		sys-apps/systemd
+	)
+	virtual/udev
+"
+
+DEPEND="
+	${RDEPEND}
+	dev-build/gtk-doc-am
+	virtual/pkgconfig
+"
+
+src_install() {
+	meson_src_install
+}
+
+pkg_postinst() {
+	xdg_pkg_postinst
+	gnome2_schemas_update
+}
+
+pkg_postrm() {
+	xdg_pkg_postrm
+	gnome2_schemas_update
+}


             reply	other threads:[~2024-04-07 15:46 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-07 15:46 Julien Roy [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-07 15:46 [gentoo-commits] repo/proj/guru:master commit in: gnome-extra/iio-sensor-proxy/ Julien Roy
2024-01-19 10:31 Arthur Zamarin
2021-12-15 11:02 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 11:02 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-10-08 19:05 Arthur Zamarin
2021-10-08 19:05 Arthur Zamarin
2021-09-20  9:41 Andrew Ammerlaan
2021-06-27  7:19 Haelwenn Monnier
2021-06-26 10:53 Haelwenn Monnier

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=1712417320.c9239920b1ce0b74df90801ea8b3bb51f38f83f5.julien@gentoo \
    --to=julien@jroy.ca \
    --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