public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Takuya Wakazono" <pastalian46@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-drivers/OpenTabletDriver/
Date: Sun, 10 Dec 2023 08:20:46 +0000 (UTC)	[thread overview]
Message-ID: <1702196416.f87aa98779a3c99bad97136e8f2d6ce00914bde3.pastalian46@gentoo> (raw)

commit:     f87aa98779a3c99bad97136e8f2d6ce00914bde3
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Dec 10 08:20:16 2023 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Dec 10 08:20:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f87aa987

x11-drivers/OpenTabletDriver: conflict with -bin

Also add Kconfig check.

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 x11-drivers/OpenTabletDriver/OpenTabletDriver-0.6.3.0.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/x11-drivers/OpenTabletDriver/OpenTabletDriver-0.6.3.0.ebuild b/x11-drivers/OpenTabletDriver/OpenTabletDriver-0.6.3.0.ebuild
index 54dbb67218..2e99ccfe42 100644
--- a/x11-drivers/OpenTabletDriver/OpenTabletDriver-0.6.3.0.ebuild
+++ b/x11-drivers/OpenTabletDriver/OpenTabletDriver-0.6.3.0.ebuild
@@ -232,7 +232,7 @@ xunit.extensibility.execution@2.4.1
 xunit.runner.visualstudio@2.4.3
 "
 
-inherit desktop dotnet-pkg udev xdg
+inherit desktop dotnet-pkg linux-info udev xdg
 
 DESCRIPTION="A cross-platform open-source tablet driver"
 HOMEPAGE="https://opentabletdriver.net/"
@@ -251,14 +251,21 @@ RDEPEND="
 	x11-libs/libX11
 	x11-libs/libXrandr
 	x11-libs/gtk+:3
+	!x11-drivers/OpenTabletDriver-bin
 "
 
+CONFIG_CHECK="~INPUT_UINPUT"
 DOTNET_PKG_PROJECTS=(
 	"${S}/OpenTabletDriver.Console/OpenTabletDriver.Console.csproj"
 	"${S}/OpenTabletDriver.Daemon/OpenTabletDriver.Daemon.csproj"
 	"${S}/OpenTabletDriver.UX.Gtk/OpenTabletDriver.UX.Gtk.csproj"
 )
 
+pkg_setup() {
+	linux-info_pkg_setup
+	dotnet-pkg_pkg_setup
+}
+
 src_prepare() {
 	# Build doesn't need the solution file but eclass tries to use it.
 	rm -f OpenTabletDriver.sln || die


             reply	other threads:[~2023-12-10  8:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-10  8:20 Takuya Wakazono [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-03 11:20 [gentoo-commits] repo/proj/guru:dev commit in: x11-drivers/OpenTabletDriver/ Takuya Wakazono
2024-12-19 13:36 Takuya Wakazono
2024-06-30 13:21 Takuya Wakazono
2023-12-10  5:59 Takuya Wakazono

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=1702196416.f87aa98779a3c99bad97136e8f2d6ce00914bde3.pastalian46@gentoo \
    --to=pastalian46@gmail.com \
    --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