public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/
Date: Sat, 18 Nov 2017 11:42:36 +0000 (UTC)	[thread overview]
Message-ID: <1511005277.2c894748f2c934ecba9ede316483f3f9e42fa164.jer@gentoo> (raw)

commit:     2c894748f2c934ecba9ede316483f3f9e42fa164
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 18 11:41:17 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Nov 18 11:41:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c894748

x11-misc/vym: Version bump.

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 x11-misc/vym/Manifest          |  1 +
 x11-misc/vym/vym-2.6.11.ebuild | 77 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 78 insertions(+)

diff --git a/x11-misc/vym/Manifest b/x11-misc/vym/Manifest
index 4c2fff0c438..64cbd85d0ac 100644
--- a/x11-misc/vym/Manifest
+++ b/x11-misc/vym/Manifest
@@ -1 +1,2 @@
+DIST vym-2.6.11.tar.bz2 6769869 SHA256 d48efee7da43c22fbb862c7d99cb6d855ece58808f2ea184310d2a79c8a2f6fb SHA512 d6ae8346152ab10e12a68f25b4c13c4d40e1a8471df348ba0df9c05bdbe60f86a97912fcca268ec510246fe655a7dcc2d2e9a9332daee09a2a7dda7d6f880aa1 WHIRLPOOL 879ed96e008e5d9f8e747070f4a31cc66747dc9e174f698f315d3da27052d842836e1e23b588b585646e9f4df46eae23df36f6a9e4e6930dd7013663045e8cd4
 DIST vym-2.6.8.tar.bz2 6768801 SHA256 2ec528b2f9783ea12a80471f1cfcbefcb5eeac42bf5f3c5209ef334c6c561aba SHA512 9ade39454bdfe509e82e1acddb5be0b101eec9fe0c96198b29c8e8353125369b8052ddf6d36096cf119ac2e87c8d15298c560d4c579507c65d19d654f8847e0e WHIRLPOOL 6f160675fe1af40668097a612f9d86275d6ff276e4b4bd35f1a6961910f37f1bce9267cbb35aa91a28f62e196e99579cc4e462ddb9a87dce802e91e96ea9f1f2

diff --git a/x11-misc/vym/vym-2.6.11.ebuild b/x11-misc/vym/vym-2.6.11.ebuild
new file mode 100644
index 00000000000..6fabe03a5ff
--- /dev/null
+++ b/x11-misc/vym/vym-2.6.11.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PLOCALES="cs_CZ de_DE el es fr ia it ja pt_BR ru sv zh_CN zh_TW"
+
+inherit eutils l10n qmake-utils
+
+DESCRIPTION="View Your Mind, a mindmap tool"
+HOMEPAGE="http://www.insilmaril.de/vym/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dbus"
+
+RDEPEND="
+	dev-qt/qtgui:5
+	dev-qt/qtnetwork:5
+	dev-qt/qtprintsupport:5
+	dev-qt/qtsvg:5
+	dev-qt/qtxml:5
+	dbus? ( dev-qt/qtdbus:5 )
+"
+DEPEND="
+	${RDEPEND}
+	dev-qt/linguist-tools:5
+"
+
+DOCS=( README.md doc/vym.pdf )
+
+src_prepare() {
+	default
+
+	if use linguas_es ; then
+		DOCS+=( doc/vym_es.pdf )
+	fi
+	if use linguas_fr ; then
+		DOCS+=( doc/vym_fr.pdf )
+	fi
+
+	remove_locale() {
+		sed -i \
+			-e "/TRANSLATIONS += lang\/vym.${1}.ts/d" \
+			vym.pro || die
+	}
+
+	gunzip doc/vym.1.gz || die
+
+	#remove dead en translation
+	rm lang/vym.en.ts || die
+	remove_locale en
+
+	l10n_find_plocales_changes lang ${PN}. .ts
+	l10n_for_each_disabled_locale_do remove_locale
+
+	"$(qt5_get_bindir)"/lrelease vym.pro || die
+}
+
+src_configure() {
+	eqmake5 vym.pro \
+		PREFIX="${EPREFIX}"/usr \
+		DATADIR="${EPREFIX}"/usr/share \
+		$(usex dbus "" NO_DBUS=1 )
+}
+
+src_install() {
+	emake INSTALL_ROOT="${D}" install
+
+	einstalldocs
+
+	doman doc/vym.1
+
+	make_desktop_entry vym vym /usr/share/vym/icons/vym.png Education
+}


             reply	other threads:[~2017-11-18 11:42 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-18 11:42 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10  3:56 [gentoo-commits] repo/gentoo:master commit in: x11-misc/vym/ Sam James
2025-03-04 23:09 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-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=1511005277.2c894748f2c934ecba9ede316483f3f9e42fa164.jer@gentoo \
    --to=jer@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