diff options
author | Martin Väth <martin@mvath.de> | 2022-08-01 22:27:50 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2022-08-01 22:29:26 +0200 |
commit | fc11cbf73d5254ae067c4e08e5649ced6b0e8f7b (patch) | |
tree | 0279b7719d00d1c6a5be8d9fce90d36f11f3708b | |
parent | www-plugins/bookmark-dupes; Version bump (diff) | |
download | mv-fc11cbf73d5254ae067c4e08e5649ced6b0e8f7b.tar.gz mv-fc11cbf73d5254ae067c4e08e5649ced6b0e8f7b.tar.bz2 mv-fc11cbf73d5254ae067c4e08e5649ced6b0e8f7b.zip |
media-gfx/ipe: Fix moc path for building with current qtcore on gentoo
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | media-gfx/ipe/ipe-7.2.24.ebuild | 2 | ||||
-rw-r--r-- | metadata/pkg_desc_index | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/media-gfx/ipe/ipe-7.2.24.ebuild b/media-gfx/ipe/ipe-7.2.24.ebuild index 9ea009ab..a9089b28 100644 --- a/media-gfx/ipe/ipe-7.2.24.ebuild +++ b/media-gfx/ipe/ipe-7.2.24.ebuild @@ -44,6 +44,7 @@ src_prepare() { -e "s'\$(IPEPREFIX)/lib'\$(IPEPREFIX)/$(get_libdir)'g" \ -e "s'\(LUA_CFLAGS.*=\).*'\1 $(lua_get_CFLAGS)'" \ -e "s'\(LUA_LIBS.*=\).*'\1 $(lua_get_LIBS)'" \ + -e "s'\(MOC.*=\).*'\1 ${EPREFIX}/usr/$(get_libdir)/qt5/bin/moc'" \ config.mak || die sed -i \ -e 's!-std=c++1.!!' \ @@ -54,6 +55,7 @@ src_prepare() { } src_compile() { + PATH=${EPREFIX}/$(get_libdir)/qt5/bin${PATH:+:}${PATH-} emake \ CXX=$(tc-getCXX) \ IPEPREFIX="${EPREFIX}/usr" \ diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 2ea6b595..5dfaff41 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -72,7 +72,7 @@ games-rpg/aklabeth 1.0-r1: A remake of Richard C. Garriott's Ultima prequel games-rpg/dsa-stats 1.1: calculate stat probabalities for the role playing game DSA - Das schwarze Auge games-rpg/m5figur-mv 4.2.2: LaTeX2e character sheet layout for the Midgard Role Playing Game (Edition M5) gui-wm/wayfire 0.7.3: compiz like 3D wayland compositor -media-gfx/ipe 7.2.24: Drawing editor for creating figures in PDF or PS formats +media-gfx/ipe 7.2.24-r1: Drawing editor for creating figures in PDF or PS formats media-gfx/libspiro 20200505-r1: A spline computation library media-gfx/pqiv 2.11: powerful GTK based command-line image viewer with a minimal UI media-libs/avidemux-core 2.7.8: Core libraries for simple video cutting, filtering and encoding tasks |