Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
meta-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
meta-nemo
Commits
8bda2099
Commit
8bda2099
authored
May 15, 2017
by
Florent Revest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ttf-*: Install fonts where fontconfig searches them (/usr/share/fonts)
parent
550eb30c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
13 deletions
+13
-13
asteroid-weather_git.bb
recipes-asteroid/asteroid-weather/asteroid-weather_git.bb
+1
-1
ttf-opensans_1.0.bb
recipes-graphics/ttf-fonts/ttf-opensans_1.0.bb
+3
-3
ttf-orbitron_1.0.bb
recipes-graphics/ttf-fonts/ttf-orbitron_1.0.bb
+3
-3
ttf-raleway_1.0.bb
recipes-graphics/ttf-fonts/ttf-raleway_1.0.bb
+3
-3
ttf-roboto_1.0.bb
recipes-graphics/ttf-fonts/ttf-roboto_1.0.bb
+3
-3
No files found.
recipes-asteroid/asteroid-weather/asteroid-weather_git.bb
View file @
8bda2099
...
...
@@ -12,7 +12,7 @@ inherit qmake5
DEPENDS += "qml-asteroid mapplauncherd-booster-qtcomponents nemo-qml-plugin-configuration"
RDEPENDS_${PN} += "nemo-qml-plugin-configuration"
FILES_${PN} += "/usr/share/translations/ /usr/
lib
/fonts"
FILES_${PN} += "/usr/share/translations/ /usr/
share
/fonts"
do_install_append() {
lrelease ${S}/i18n/asteroid-weather.*.ts
...
...
recipes-graphics/ttf-fonts/ttf-opensans_1.0.bb
View file @
8bda2099
...
...
@@ -18,8 +18,8 @@ FONT_PACKAGES = "ttf-opensans"
do_install() {
# Different versions of OE seems to require different places for fonts so we install in both share and lib...
install -d ${D}/
${OE_QMAKE_PATH_QT_FONTS}
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
${OE_QMAKE_PATH_QT_FONTS}
\;
install -d ${D}/
usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
usr/share/fonts/
\;
}
FILES_${PN} += "
${OE_QMAKE_PATH_QT_FONTS}
"
FILES_${PN} += "
/usr/share/fonts/
"
recipes-graphics/ttf-fonts/ttf-orbitron_1.0.bb
View file @
8bda2099
...
...
@@ -18,8 +18,8 @@ FONT_PACKAGES = "ttf-orbitron"
do_install() {
# Different versions of OE seems to require different places for fonts so we install in both share and lib...
install -d ${D}/
${OE_QMAKE_PATH_QT_FONTS}
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
${OE_QMAKE_PATH_QT_FONTS}
\;
install -d ${D}/
usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
usr/share/fonts
\;
}
FILES_${PN} += "
${OE_QMAKE_PATH_QT_FONTS}
"
FILES_${PN} += "
/usr/share/fonts
"
recipes-graphics/ttf-fonts/ttf-raleway_1.0.bb
View file @
8bda2099
...
...
@@ -18,8 +18,8 @@ FONT_PACKAGES = "ttf-raleway"
do_install() {
# Different versions of OE seems to require different places for fonts so we install in both share and lib...
install -d ${D}/
${OE_QMAKE_PATH_QT_FONTS}
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
${OE_QMAKE_PATH_QT_FONTS}
\;
install -d ${D}/
usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
usr/share/fonts/
\;
}
FILES_${PN} += "
${OE_QMAKE_PATH_QT_FONTS}
"
FILES_${PN} += "
/usr/share/fonts/
"
recipes-graphics/ttf-fonts/ttf-roboto_1.0.bb
View file @
8bda2099
...
...
@@ -21,8 +21,8 @@ do_compile() {
do_install() {
# Different versions of OE seems to require different places for fonts so we install in both share and lib...
install -d ${D}/
${OE_QMAKE_PATH_QT_FONTS}
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
${OE_QMAKE_PATH_QT_FONTS}
\;
install -d ${D}/
usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/
usr/share/fonts/
\;
}
FILES_${PN} += "
${OE_QMAKE_PATH_QT_FONTS}
"
FILES_${PN} += "
/usr/share/fonts/
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment