app-editors/chr remove meson install patch
This commit is contained in:
parent
4d6137fd27
commit
ea4e06c8b7
|
@ -19,10 +19,6 @@ DEPEND="=dev-qt/qtcore-5* dev-qt/qtconcurrent dev-libs/icu dev-libs/tuiwidgets d
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
PATCHES=(
|
|
||||||
"${FILESDIR}"/${P}-meson-install.patch
|
|
||||||
)
|
|
||||||
|
|
||||||
src_prepare() {
|
src_prepare() {
|
||||||
default
|
default
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
diff --git a/src/meson.build b/src/meson.build
|
|
||||||
index 3bb30c1..83e1651 100644
|
|
||||||
--- a/src/meson.build
|
|
||||||
+++ b/src/meson.build
|
|
||||||
@@ -90,11 +90,13 @@ editor_lib = static_library('editor', editor_sources,
|
|
||||||
include_directories: include_directories('.'),
|
|
||||||
dependencies : [qt5_dep, tuiwidgets_dep, posixsignalmanager_dep])
|
|
||||||
|
|
||||||
-executable('editor', main,
|
|
||||||
+executable('chr', main,
|
|
||||||
vcs_dep,
|
|
||||||
include_directories: include_directories('.'),
|
|
||||||
link_with: editor_lib,
|
|
||||||
- dependencies : [qt5_dep, tuiwidgets_dep, posixsignalmanager_dep])
|
|
||||||
+ dependencies : [qt5_dep, tuiwidgets_dep, posixsignalmanager_dep],
|
|
||||||
+ install: true,
|
|
||||||
+ install_dir: '/usr/bin/')
|
|
||||||
|
|
||||||
executable('tests', tests,
|
|
||||||
qt5.preprocess(moc_headers: tests_headers, moc_sources: tests,
|
|
Loading…
Reference in a new issue