From: "Brian Gloyer" <brian.gloyer@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-editors/neovim-qt/
Date: Tue, 28 Jun 2022 02:42:58 +0000 (UTC) [thread overview]
Message-ID: <1656384150.4749e1aea3b5c1f97e3e0920f32342b997b7fdde.brian.gloyer@gentoo> (raw)
commit: 4749e1aea3b5c1f97e3e0920f32342b997b7fdde
Author: brian gloyer <brian.gloyer <AT> gmail <DOT> com>
AuthorDate: Tue Jun 28 02:35:19 2022 +0000
Commit: Brian Gloyer <brian.gloyer <AT> gmail <DOT> com>
CommitDate: Tue Jun 28 02:42:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4749e1ae
app-editors/neovim-qt: fix package
Closes: https://bugs.gentoo.org/849620
Fixed runtime library problem.
Signed-off-by: brian gloyer <brian.gloyer <AT> gmail.com>
app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
index 5dfcfa586..14609e016 100644
--- a/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
+++ b/app-editors/neovim-qt/neovim-qt-0.2.16.1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake
+inherit cmake xdg-utils
DESCRIPTION="Neovim client library and GUI, in Qt5"
HOMEPAGE="https://github.com/equalsraf/neovim-qt"
@@ -12,13 +12,14 @@ SRC_URI="https://github.com/equalsraf/neovim-qt/archive/v${PV}.tar.gz -> ${P}.ta
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="gcov"
+IUSE=""
DEPEND="
dev-libs/msgpack
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtnetwork:5
+ dev-qt/qtsvg:5
dev-qt/qttest:5
dev-qt/qtwidgets:5"
RDEPEND="${DEPEND}
@@ -26,9 +27,19 @@ RDEPEND="${DEPEND}
src_configure() {
local mycmakeargs=(
- -DUSE_GCOV=$(usex gcov ON OFF)
-DUSE_SYSTEM_MSGPACK=ON
+ -DUSE_GCOV=OFF
+ -DENABLE_TESTS=OFF
+ -DBUILD_SHARED_LIBS=OFF # it links to static lib
)
cmake_src_configure
}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+}
next reply other threads:[~2022-06-28 2:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-28 2:42 Brian Gloyer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-08 14:24 [gentoo-commits] repo/proj/guru:dev commit in: app-editors/neovim-qt/ Takuya Wakazono
2024-08-18 13:22 Takuya Wakazono
2024-01-24 17:26 Ronny Gutbrod
2023-04-07 13:06 Ronny Gutbrod
2023-04-07 12:59 Ronny Gutbrod
2022-08-09 16:12 Ronny Gutbrod
2022-06-04 1:02 Tony Olagbaiye
2022-06-03 0:23 Tony Olagbaiye
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=1656384150.4749e1aea3b5c1f97e3e0920f32342b997b7fdde.brian.gloyer@gentoo \
--to=brian.gloyer@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