Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/spice-gtk/
Date: Sun, 28 Nov 2021 20:09:00
Message-Id: 1638129245.c5556fb0775aa5e7e1ca2c49cffdb1a0a88ee9e2.floppym@gentoo
1 commit: c5556fb0775aa5e7e1ca2c49cffdb1a0a88ee9e2
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 25 01:19:34 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 19:54:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5556fb0
7
8 net-misc/spice-gtk: migrate to hwdata
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11
12 .../spice-gtk/{spice-gtk-0.39-r1.ebuild => spice-gtk-0.39-r2.ebuild} | 4 ++--
13 net-misc/spice-gtk/spice-gtk-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
17 similarity index 97%
18 rename from net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild
19 rename to net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
20 index 08fdbf6d9fa4..97058d427523 100644
21 --- a/net-misc/spice-gtk/spice-gtk-0.39-r1.ebuild
22 +++ b/net-misc/spice-gtk/spice-gtk-0.39-r2.ebuild
23 @@ -40,7 +40,7 @@ RDEPEND="
24 sasl? ( dev-libs/cyrus-sasl )
25 smartcard? ( app-emulation/qemu[smartcard] )
26 usbredir? (
27 - sys-apps/hwids
28 + sys-apps/hwdata
29 >=sys-apps/usbredir-0.4.2
30 virtual/libusb:1
31 policykit? (
32 @@ -111,7 +111,7 @@ src_configure() {
33 if use usbredir; then
34 emesonargs+=(
35 -Dusb-acl-helper-dir=/usr/libexec
36 - -Dusb-ids-path=/usr/share/misc/usb.ids
37 + -Dusb-ids-path="${EPREFIX}/usr/share/hwdata/usb.ids"
38 )
39 fi
40
41
42 diff --git a/net-misc/spice-gtk/spice-gtk-9999.ebuild b/net-misc/spice-gtk/spice-gtk-9999.ebuild
43 index e200949754a6..59fac8bcb9c5 100644
44 --- a/net-misc/spice-gtk/spice-gtk-9999.ebuild
45 +++ b/net-misc/spice-gtk/spice-gtk-9999.ebuild
46 @@ -43,7 +43,7 @@ RDEPEND="
47 sasl? ( dev-libs/cyrus-sasl )
48 smartcard? ( app-emulation/qemu[smartcard] )
49 usbredir? (
50 - sys-apps/hwids
51 + sys-apps/hwdata
52 >=sys-apps/usbredir-0.4.2
53 virtual/libusb:1
54 policykit? (
55 @@ -110,7 +110,7 @@ src_configure() {
56
57 if use usbredir; then
58 emesonargs+=( -D "usb-acl-helper-dir=/usr/libexec" )
59 - emesonargs+=( -D "usb-ids-path=/usr/share/misc/usb.ids" )
60 + emesonargs+=( -D "usb-ids-path=${EPREFIX}/usr/share/hwdata/usb.ids" )
61 fi
62
63 meson_src_configure