public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Marc Schiffbauer" <mschiff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/
Date: Tue, 30 Nov 2021 09:04:25 +0000 (UTC)	[thread overview]
Message-ID: <1638263054.051eafa27fcb16013d1ed67fff47bae58bcc9e2b.mschiff@gentoo> (raw)

commit:     051eafa27fcb16013d1ed67fff47bae58bcc9e2b
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 09:01:53 2021 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 09:04:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051eafa2

sci-geosciences/opencpn-plugin-logbookkonni: update live version

Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 .../opencpn-plugin-logbookkonni-9999.ebuild        | 28 +++++++++-------------
 1 file changed, 11 insertions(+), 17 deletions(-)

diff --git a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-9999.ebuild b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-9999.ebuild
index 88643bb432bf..37b7e7554be5 100644
--- a/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-9999.ebuild
+++ b/sci-geosciences/opencpn-plugin-logbookkonni/opencpn-plugin-logbookkonni-9999.ebuild
@@ -3,56 +3,50 @@
 
 EAPI=7
 
-WX_GTK_VER="3.0"
+WX_GTK_VER="3.0-gtk3"
 inherit cmake wxwidgets
 
-MY_PN="LogbookKonni-1.2"
+MY_PN="LogbookKonni_pi"
 if [[ ${PV} == *9999 ]] ; then
 	inherit git-r3
-	EGIT_REPO_URI="https://github.com/delatbabel/${MY_PN}.git"
+	EGIT_REPO_URI="https://github.com/rgleason/${MY_PN}.git"
 else
-	SRC_URI="
-		https://github.com/delatbabel/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-		https://github.com/delatbabel/${MY_PN}/releases/download/v${PV}/LogbookKonni_Layouts.zip -> ${P}_Layouts.zip"
+	SRC_URI="https://github.com/rgleason/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 	KEYWORDS="~amd64 ~x86"
 	S="${WORKDIR}/${MY_PN}-${PV}"
 fi
 
 DESCRIPTION="Logbook Plugin for OpenCPN"
-HOMEPAGE="https://github.com/delatbabel/LogbookKonni-1.2"
+HOMEPAGE="https://github.com/rgleason/LogbookKonni_pi"
 
 LICENSE="GPL-2+"
 SLOT="0"
 
 RDEPEND="
 	x11-libs/wxGTK:${WX_GTK_VER}
-	>=sci-geosciences/opencpn-4.2.0
+	sci-geosciences/opencpn:=
 	sys-devel/gettext"
 DEPEND="${RDEPEND}"
 BDEPEND="
 	app-arch/zip
 	sys-devel/gettext"
 
+PATCHES=(
+	"${FILESDIR}/cmake.patch"
+)
+
 src_configure() {
 	setup-wxwidgets unicode
 	cmake_src_configure
 }
 
-src_install() {
-	# install layouts as zip
-	cmake_src_install
-
-	cd "${WORKDIR}" || die
-	zip -r "${ED}"/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip Clouds HTMLLayouts ODTLayouts || die
-}
-
 pkg_postinst() {
 	elog "Installation of logbook layouts"
 	elog "*******************************"
 	elog
 	elog "The default layouts zip file has been installed to:"
-	elog "${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/LogbookKonni_Layouts.zip"
+	elog "${EROOT}/usr/share/opencpn/plugins/logbookkonni_pi/data/Layouts.zip"
 	elog
 	elog "After starting OpenCPN, go to Options->Plugins->Logbook->Settings,"
 	elog "click the install button and choose the above mentioned zip file"


             reply	other threads:[~2021-11-30  9:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-30  9:04 Marc Schiffbauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-30  9:04 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/opencpn-plugin-logbookkonni/ Marc Schiffbauer
2021-11-30  9:04 Marc Schiffbauer
2021-04-04 20:21 David Seifert
2021-04-03 15:44 Sam James
2018-03-16 23:46 Marc Schiffbauer
2016-03-31  6:20 Patrick Lauer
2016-03-30 23:26 Marc Schiffbauer
2016-03-26  2:29 Marc Schiffbauer
2015-10-27 20:28 Manuel Rüger
2015-10-25 17:23 Pacho Ramos
2015-08-28 12:52 Marc Schiffbauer

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=1638263054.051eafa27fcb16013d1ed67fff47bae58bcc9e2b.mschiff@gentoo \
    --to=mschiff@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