public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/
Date: Fri, 24 Nov 2023 14:31:17 +0000 (UTC)	[thread overview]
Message-ID: <1700836229.df8236a6aad610cc3737b00c7b8b4980061e2395.pacho@gentoo> (raw)

commit:     df8236a6aad610cc3737b00c7b8b4980061e2395
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 24 13:56:40 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 24 14:30:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8236a6

net-wireless/limesuite: add 23.11.0

Closes: https://bugs.gentoo.org/890024
Closes: https://bugs.gentoo.org/910647
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-wireless/limesuite/Manifest                 |  1 +
 net-wireless/limesuite/limesuite-23.11.0.ebuild | 47 +++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-wireless/limesuite/Manifest b/net-wireless/limesuite/Manifest
index 8216ca603bbb..b58bad9c75c9 100644
--- a/net-wireless/limesuite/Manifest
+++ b/net-wireless/limesuite/Manifest
@@ -1,2 +1,3 @@
 DIST limesuite-20.10.0.tar.gz 5421065 BLAKE2B 1b3a6240b334a9d96c3184edc71d9666525906a3a34c03085c869ef2f2cb8d741386a2c14f120a3de50b55d2183006611fa1d79ecce0a353537b1c650d862b11 SHA512 4ff422d04bb8795463da1a3e04dd742701bca89cb9003e3a1af3a97f9aa13a167c6cafa4b36734c3c810d08cec96f4d8aced40413504660f42a9c7208bfa3264
 DIST limesuite-23.10.0.tar.gz 5202380 BLAKE2B e18ce6b95cd2f2cf4c7f12db09a006822a34e64cccd5ab427e19a2b25812985e260708a3d62dec6c41974571593fad4c8c9df510b814cda0da3bdad899fb44d0 SHA512 2f29afce2f00247e509b0a0c994b53ee31c98e2aa43cee12f0529994a532059db7b7bc4bd26f1066995740d5ba6cee3ec4db53e4068b21b330d463953a9b4d9d
+DIST limesuite-23.11.0.tar.gz 5202440 BLAKE2B da91e0463f47f51b42f4be74d07e7beb3289649b7075e2a3da9752f7222c035e823ea300e15f52bcaccfde81fbae97b44e03c3bcb0ae3ce38019e88472cecf58 SHA512 0f96f92952af4470d5a9cc407c2d25348123876eab8d589371ad6105f9871dfe6e2317e634509bfd950ffb9ae30338e6fc7936ad9030c1119be442080a5174e7

diff --git a/net-wireless/limesuite/limesuite-23.11.0.ebuild b/net-wireless/limesuite/limesuite-23.11.0.ebuild
new file mode 100644
index 000000000000..5dc765b3cd1a
--- /dev/null
+++ b/net-wireless/limesuite/limesuite-23.11.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+inherit desktop cmake wxwidgets xdg
+
+DESCRIPTION="Driver and GUI for LMS7002M-based SDR platforms"
+HOMEPAGE="https://myriadrf.org/projects/component/limesdr/"
+SRC_URI="https://github.com/myriadrf/LimeSuite/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/LimeSuite-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	x11-libs/fltk:1
+	x11-libs/wxGTK:${WX_GTK_VER}
+	net-wireless/soapysdr:=
+	virtual/opengl
+	virtual/libusb:1"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	setup-wxwidgets
+
+	local mycmakeargs=(
+		-DENABLE_OCTAVE=OFF
+		-DENABLE_EXAMPLES=OFF
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	# https://github.com/myriadrf/LimeSuite/issues/223
+	# Upstream installs icon and desktop files to a central location and has
+	# a script to move them to the correct locations at postinst time.
+	for size in 16 22 32 48 64 128; do
+		newicon -s ${size} Desktop/lime-suite-${size}.png lime-suite.png
+	done
+	domenu Desktop/lime-suite.desktop
+	rm -r "${ED}"/usr/share/Lime/Desktop || die
+}


             reply	other threads:[~2023-11-24 14:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-24 14:31 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-26 17:50 [gentoo-commits] repo/gentoo:master commit in: net-wireless/limesuite/ Ionen Wolkens
2024-07-05 17:49 Pacho Ramos
2023-11-10  1:05 Rick Farina
2022-03-12 11:11 David Seifert
2022-03-12 11:11 David Seifert
2019-08-28 16:50 Rick Farina
2019-08-28 16:14 Rick Farina

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=1700836229.df8236a6aad610cc3737b00c7b8b4980061e2395.pacho@gentoo \
    --to=pacho@gentoo.org \
    --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