mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-04-03 15:36:48 +02:00
foot: make use of scdoc
This commit is contained in:
parent
f4f1cc5d5a
commit
e785152663
@ -1,28 +0,0 @@
|
|||||||
From 8b19cc784d4f0b56e45e22c911b7f9671ae92ca4 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Markus Volk <f_l_k@t-online.de>
|
|
||||||
Date: Sun, 6 Jun 2021 18:23:06 +0200
|
|
||||||
Subject: [PATCH] meson.build: avoid scdoc dependency
|
|
||||||
|
|
||||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
|
||||||
---
|
|
||||||
meson.build | 3 +--
|
|
||||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 11ac4cb..8a14738 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -123,9 +123,8 @@ if not meson.is_subproject()
|
|
||||||
|
|
||||||
install_data(
|
|
||||||
'LICENSE', 'README.md', 'CHANGELOG.md',
|
|
||||||
- install_dir: join_paths(get_option('datadir'), 'doc', 'fcft'))
|
|
||||||
+ install_dir: join_paths(get_option('datadir'), 'fcft'))
|
|
||||||
|
|
||||||
- subdir('doc')
|
|
||||||
endif
|
|
||||||
|
|
||||||
summary(
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@ -12,11 +12,11 @@ DEPENDS = " \
|
|||||||
harfbuzz \
|
harfbuzz \
|
||||||
pixman \
|
pixman \
|
||||||
tllist \
|
tllist \
|
||||||
|
scdoc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://codeberg.org/dnkl/fcft.git;protocol=https \
|
git://codeberg.org/dnkl/fcft.git;protocol=https \
|
||||||
file://0001-meson.build-avoid-scdoc-dependency.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
@ -1,33 +0,0 @@
|
|||||||
From bd5d23cc82e9f7c065571b6695fe024c6f51051e Mon Sep 17 00:00:00 2001
|
|
||||||
From: Markus Volk <f_l_k@t-online.de>
|
|
||||||
Date: Sun, 6 Jun 2021 18:25:08 +0200
|
|
||||||
Subject: [PATCH] meson.build: avoid scdoc dependency
|
|
||||||
|
|
||||||
Signed-off-by: Markus Volk <f_l_k@t-online.de>
|
|
||||||
---
|
|
||||||
meson.build | 3 +--
|
|
||||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/meson.build b/meson.build
|
|
||||||
index 50cc9eb..993b7fd 100644
|
|
||||||
--- a/meson.build
|
|
||||||
+++ b/meson.build
|
|
||||||
@@ -220,14 +220,13 @@ endif
|
|
||||||
|
|
||||||
install_data(
|
|
||||||
'LICENSE', 'README.md', 'CHANGELOG.md',
|
|
||||||
- install_dir: join_paths(get_option('datadir'), 'doc', 'foot'))
|
|
||||||
+ install_dir: join_paths(get_option('datadir'), 'foot'))
|
|
||||||
install_data(
|
|
||||||
'foot.desktop', 'foot-server.desktop',
|
|
||||||
install_dir: join_paths(get_option('datadir'), 'applications'))
|
|
||||||
install_data('foot.ini', install_dir: join_paths(get_option('datadir'), 'foot'))
|
|
||||||
|
|
||||||
subdir('completions')
|
|
||||||
-subdir('doc')
|
|
||||||
subdir('icons')
|
|
||||||
|
|
||||||
summary(
|
|
||||||
--
|
|
||||||
2.25.1
|
|
||||||
|
|
@ -16,13 +16,13 @@ DEPENDS = " \
|
|||||||
pixman \
|
pixman \
|
||||||
wayland \
|
wayland \
|
||||||
wayland-native \
|
wayland-native \
|
||||||
|
scdoc-native \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_${PN} = "xdg-utils"
|
RRECOMMENDS_${PN} = "xdg-utils"
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://codeberg.org/dnkl/foot.git;protocol=https \
|
git://codeberg.org/dnkl/foot.git;protocol=https \
|
||||||
file://0001-meson.build-avoid-scdoc-dependency.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user