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
2ce2d0ad
Unverified
Commit
2ce2d0ad
authored
Nov 16, 2017
by
Florent Revest
Committed by
GitHub
Nov 16, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #18 from Huntereb/master
Adds the Symbola Font for emoji support
parents
7bbe315d
090fd164
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
1 deletion
+28
-1
asteroid-launcher_git.bb
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
+1
-1
ttf-symbola_1.0.bb
recipes-graphics/ttf-fonts/ttf-symbola_1.0.bb
+27
-0
No files found.
recipes-asteroid/asteroid-launcher/asteroid-launcher_git.bb
View file @
2ce2d0ad
...
...
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "lipstick qttools-native"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qml-asteroid qtwayland-plugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration asteroid-wallpapers ttf-roboto ttf-raleway ttf-orbitron"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qml-asteroid qtwayland-plugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration asteroid-wallpapers ttf-roboto ttf-raleway ttf-orbitron
ttf-symbola
"
FILES_${PN} += "/usr/share/asteroid-launcher/ /usr/lib/systemd/user/ /usr/share/translations/ /home/ceres/.config/systemd/user/default.target.wants/"
do_install_append() {
...
...
recipes-graphics/ttf-fonts/ttf-symbola_1.0.bb
0 → 100755
View file @
2ce2d0ad
SUMMARY = "Symbola Font"
SECTION = "fonts"
HOMEPAGE = "http://users.teilar.gr/~g1951d/"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/PD;md5=b3597d12946881e13cb3b548d1173851"
PR = "r0"
# we don't need a compiler nor a c library for these fonts
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
S = "${WORKDIR}/symbola"
SRC_URI = "http://users.teilar.gr/~g1951d/Symbola.zip;subdir=${S}"
# If the file updates in the future, it won't stop compilation, but we'll see some warnings
BB_STRICT_CHECKSUM = "0"
SRC_URI[md5sum] = "f4ef2094f0be2c52117ab5634dc60ae9"
FONT_PACKAGES = "ttf-symbola"
do_install() {
# Different versions of OE seems to require different places for fonts so we install in both share and lib...
install -d ${D}/usr/share/fonts/
install -m 0644 ./Symbola.ttf ${D}/usr/share/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