public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/
Date: Mon, 10 Mar 2025 03:56:22 +0000 (UTC)	[thread overview]
Message-ID: <1741578867.e45bded162ece133ad2a19ea0629b6d305ea71a7.sam@gentoo> (raw)

commit:     e45bded162ece133ad2a19ea0629b6d305ea71a7
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Thu Jan 23 23:07:43 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 03:54:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e45bded1

x11-misc/vym: add 2.9.568

sync with live

Closes: https://bugs.gentoo.org/922309
Closes: https://bugs.gentoo.org/922310
Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40302
Signed-off-by: Sam James <sam <AT> gentoo.org>

 x11-misc/vym/Manifest           |  1 +
 x11-misc/vym/vym-2.9.568.ebuild | 58 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index e5712f9f07d1..9fa8a1cac938 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1 +1,2 @@
 DIST vym-2.7.1.tar.bz2 6718924 BLAKE2B d7be8f2d40cedabb1bfaa3b89aac64de5e579f56ebfd757c22d4393ee712c4c4f5bf4747037683e4c6640ab0556ce4ef34bac5b27ecb747a15e58443d57f229f SHA512 985dbf18f743c36b484050ae24e4392eeae701c6c72fca6bd3dc5b70b38a283211946e279804c66253b5a394a642683ca4e3a66a7288400a9193fbcbfd8c9582
+DIST vym-2.9.568.tar.gz 9256371 BLAKE2B d87a4c8ab7dae7f4232b333fe3b14c2283a2ac40e5e92614c459a79a41657221600384961fef6a4276fbff7039fc62ab365c6ad438a52ae24b81626dd462bd8e SHA512 05f0492b7068524d052d75b387eb0183d2ac630b5692ce4b9088fd8a2f29ca21a5b1b3810acc2618a5b672ecfd22bf815b7ae1c287a1e1ceb4154e2a14c3daab

diff --git a/x11-misc/vym/vym-2.9.568.ebuild b/x11-misc/vym/vym-2.9.568.ebuild
new file mode 100644
index 000000000000..1fb05e096102
--- /dev/null
+++ b/x11-misc/vym/vym-2.9.568.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake xdg
+
+if [[ ${PV} = *9999* ]] ; then
+	EGIT_BRANCH="develop"
+	EGIT_REPO_URI="https://github.com/insilmaril/${PN}.git"
+	inherit git-r3
+else
+	COMMIT="d1ba122d89c1c580f26f3535d264250a4d5d6b64"
+	SRC_URI="https://github.com/insilmaril/${PN}/archive/develop/${COMMIT}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/${PN}-develop"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+DESCRIPTION="View Your Mind, a mindmap tool"
+HOMEPAGE="https://www.insilmaril.de/vym/"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="dbus"
+
+RDEPEND="
+	dev-qt/qtbase:6[dbus?,gui,network,ssl,widgets,xml]
+	dev-qt/qtdeclarative:6
+	dev-qt/qtsvg:6
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/qttools:6[linguist]"
+
+PATCHES=(
+	# fix install dir for doc, remove gzipped man, set VYM_DOCDIR
+	"${FILESDIR}"/${PN}-2.9-docdir.patch
+)
+
+src_prepare() {
+	cmake_src_prepare
+
+	gunzip doc/vym.1.gz || die
+}
+
+src_configure() {
+	local mycmakeargs=(
+		$(cmake_use_find_package dbus DBus1)
+		-DCMAKE_INSTALL_DATAROOTDIR="share/${PN}"
+	)
+
+	cmake_src_configure
+}
+
+src_install() {
+	doman doc/vym.1
+
+	cmake_src_install
+}


             reply	other threads:[~2025-03-10  3:56 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-10  3:56 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-04 23:09 [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ Andreas Sturmlechner
2021-07-04 14:03 Ulrich Müller
2020-10-08 10:50 Jeroen Roovers
2020-10-08 10:50 Jeroen Roovers
2019-12-30 23:01 Sergei Trofimovich
2019-08-26  6:20 Jeroen Roovers
2019-08-26  6:20 Jeroen Roovers
2019-05-16  6:56 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2019-04-17 10:49 Jeroen Roovers
2018-01-05 19:21 Ulrich Müller
2017-11-18 11:42 Jeroen Roovers
2017-05-30  7:53 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-05-12 18:47 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-23  6:45 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-11  6:10 Jeroen Roovers
2017-03-09 20:50 David Seifert
2015-10-31  4:27 Jeroen Roovers

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=1741578867.e45bded162ece133ad2a19ea0629b6d305ea71a7.sam@gentoo \
    --to=sam@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