diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-05 01:54:27 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2021-04-05 01:54:27 +0000 |
| commit | c903f542fed462936cdd3d036ee60cdd183e2068 (patch) | |
| tree | 2247a0c0145dd5aedf4296c5951afd905ae908b2 /app-editors/xmlcopyeditor | |
| parent | e904358ac82a8f82a68480b91361877341ca4e8f (diff) | |
| download | baldeagleos-repo-c903f542fed462936cdd3d036ee60cdd183e2068.tar.gz baldeagleos-repo-c903f542fed462936cdd3d036ee60cdd183e2068.tar.xz baldeagleos-repo-c903f542fed462936cdd3d036ee60cdd183e2068.zip | |
Adding metadata
Diffstat (limited to 'app-editors/xmlcopyeditor')
| -rw-r--r-- | app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild index aa2b8bca69e3..98c599692ae1 100644 --- a/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild +++ b/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.1.3-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 -WX_GTK_VER="3.0" +EAPI=7 +WX_GTK_VER="3.0" inherit autotools wxwidgets xdg DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor" @@ -21,12 +21,10 @@ RDEPEND=" dev-libs/libxslt dev-libs/xerces-c[icu] dev-libs/libpcre - x11-libs/wxGTK:${WX_GTK_VER}[X] -" + x11-libs/wxGTK:${WX_GTK_VER}[X]" DEPEND="${RDEPEND} - dev-libs/boost - dev-util/intltool -" + dev-libs/boost" +BDEPEND="dev-util/intltool" PATCHES=( "${FILESDIR}"/${P}-no-automagic-enchant.patch ) @@ -36,10 +34,11 @@ src_prepare() { # bug #440744 sed -i -e 's/ -Wall -g -fexceptions//g' configure.ac || die eautoreconf - - need-wxwidgets unicode } src_configure() { - econf $(use_enable nls) + setup-wxwidgets unicode + econf \ + --with-wx-config="${WX_CONFIG}" \ + $(use_enable nls) } |
