gnome-extra/iio-sensor-proxy: added udev inheritance

Closes: https://bugs.gentoo.org/931854

Signed-off-by: Erwin Kaats <mailgentoo@kaats.ch>
This commit is contained in:
Erwin Kaats
2024-05-31 21:29:08 +02:00
parent f1b3156fb6
commit 91b7747a6c
4 changed files with 7 additions and 7 deletions

View File

@@ -1,2 +1,2 @@
DIST iio-sensor-proxy-3.3.tar.gz 64225 BLAKE2B 25608bd615dcd2c027ed157eed3030064bfb517250dee0fc7cb18625930508bfe0871a496457fe3d04821a803c2e5500d319a978f8279d766f6a8230d365513a SHA512 f5c5e60e888be54ace4f0f2bb941fccce21b122c0755050f91aebe8dfa9e2c126e6de57dd80873ea7148fc2dfc087b23823f29d73a223c68d531502d06438ee3
DIST iio-sensor-proxy-3.3.tar.bz2 57499 BLAKE2B 36d5a65af77e3c3940ab29016c2e65ff664e4cd71a3a350f9dfd256f8d3433ba5401f378c0eb99c63d11818c9bc50da784fd9cb271f86f63bdbbc32514d89f35 SHA512 e706ce5edfdf7f6184f073a20dab7ab942d3fad6f0900d710466ec956c2f0544f3db55cf1a6b51536205b95cceab3dcfcc835c947a804d33d276f8d36e760ad5
DIST iio-sensor-proxy-3.5.tar.bz2 60157 BLAKE2B e6b70e5d99a1a1e0935f86ecbed614b3859757a573897e03d0112509b166cb5ac4a80f31531c81f740efd22c937d921c2c05ec201f381c39efd9aa40855ecb26 SHA512 96fbbf163053689c61488181db474c1ff8e66090b3f9c2710b1c7fbfa92ec0bfb25088c7af74bcda568b397cd5c5c9350851d005463398bdf91e13f52e5fb88f

0
gnome-extra/iio-sensor-proxy/files/iio-sensor-proxy Executable file → Normal file
View File

View File

@@ -3,11 +3,11 @@
EAPI=7
inherit xdg gnome2-utils meson
inherit xdg gnome2-utils meson udev
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.gz"
SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
@@ -39,6 +39,7 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
udev_reload
}
pkg_postrm() {

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit xdg gnome2-utils meson
inherit xdg gnome2-utils meson udev
DESCRIPTION="IIO sensors to D-Bus proxy"
HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
@@ -34,22 +34,21 @@ DEPEND="
src_prepare() {
if use !systemd ; then
echo "patching out systemd"
# patch out call of systemd directory
eapply "${FILESDIR}/no-systemd.patch"
# eapply "${FILESDIR}/open_rc_service.patch"
fi
eapply_user
}
src_install() {
meson_src_install
doinitd ${FILESDIR}/iio-sensor-proxy
doinitd "${FILESDIR}/iio-sensor-proxy"
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
udev_reload
}
pkg_postrm() {