Commit 6404785e authored by Florent Revest's avatar Florent Revest

Replace ttf-opensans, ttf-orbitron, ttf-raleway, ttf-roboto and ttf-symbola...

Replace ttf-opensans, ttf-orbitron, ttf-raleway, ttf-roboto and ttf-symbola with ttf-asteroid-fonts which centralizes those fonts and many more
parent b07821ce
......@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
inherit qmake5
DEPENDS += "lipstick qttools-native timed"
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"
RDEPENDS_${PN} += "qtdeclarative-qmlplugins qml-asteroid qtwayland-plugins nemo-qml-plugin-time nemo-qml-plugin-contextkit nemo-qml-plugin-configuration asteroid-wallpapers ttf-asteroid-fonts"
FILES_${PN} += "/usr/share/asteroid-launcher/ /usr/lib/systemd/user/ /usr/share/translations/ /home/ceres/.config/systemd/user/default.target.wants/"
do_install_append() {
......
......@@ -14,7 +14,7 @@ inherit qmake5
PACKAGE_ARCH = "${MACHINE_ARCH}"
DEPENDS += "qtdeclarative qtsvg qtvirtualkeyboard mlite mapplauncherd-booster-qtcomponents"
RDEPENDS_${PN} += "qtsvg-plugins ttf-opensans qtvirtualkeyboard asteroid-icons-ion"
RDEPENDS_${PN} += "qtsvg-plugins qtvirtualkeyboard asteroid-icons-ion"
do_configure_prepend() {
if [ ${MACHINE_DISPLAY_ROUND} = "true" ]
......
SUMMARY = "AsteroidOS fonts set"
SECTION = "fonts"
HOMEPAGE = "https://github.com/AsteroidOS/asteroid-fonts"
LICENSE = "OFL-1.1 & Apache-2.0 & CC-BY-3.0"
LIC_FILES_CHKSUM = "file://README.md;beginline=6;endline=15;md5=f9ba0acd79b8f80c8b1efdb41a7ae34e"
PR = "r0"
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
SRC_URI = "git://github.com/AsteroidOS/asteroid-fonts.git;protocol=https"
SRCREV = "871b02849988786a76b5948857fdb541417dc94d"
S = "${WORKDIR}/git"
FONT_PACKAGES = "ttf-asteroid-fonts"
do_install() {
install -d ${D}/usr/share/fonts/
find ./ -name '*.[to]tf' -exec install -m 0644 {} ${D}/usr/share/fonts \;
}
FILES_${PN} += "/usr/share/fonts"
SUMMARY = "OpenSans fonts - TTF Version"
SECTION = "fonts"
HOMEPAGE = "https://www.google.com/fonts/specimen/Open+Sans"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
PR = "r0"
# we don't need a compiler nor a c library for these fonts
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
SRC_URI = "git://github.com/ppowalowski/fontface-open-sans.git;protocol=https"
SRCREV = "462165fa0e73a665d2fbc8c80ecc23ce135700da"
S = "${WORKDIR}/git"
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}/usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/share/fonts/ \;
}
FILES_${PN} += "/usr/share/fonts/"
SUMMARY = "Orbitron fonts - TTF Version"
SECTION = "fonts"
HOMEPAGE = "https://www.google.com/fonts/specimen/Orbitron"
LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://Open%20Font%20License.markdown;md5=b94d2318897b36cfe9a9431eba1e1354"
PR = "r0"
# we don't need a compiler nor a c library for these fonts
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
SRC_URI = "git://github.com/theleagueof/orbitron.git;protocol=https"
SRCREV = "13e6a5222aa6818d81c9acd27edd701a2d744152"
S = "${WORKDIR}/git"
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}/usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/share/fonts \;
}
FILES_${PN} += "/usr/share/fonts"
SUMMARY = "Raleway fonts - TTF Version"
SECTION = "fonts"
HOMEPAGE = "https://www.google.com/fonts/specimen/Raleway"
LICENSE = "OFL-1.1"
LIC_FILES_CHKSUM = "file://LICENSE;md5=784289da8505331504090d541a8a81f6"
PR = "r0"
# we don't need a compiler nor a c library for these fonts
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
SRC_URI = "git://github.com/softwaymedical/raleway.git;protocol=https"
SRCREV = "de9688124c3d7b5b611f92eab376a9d65fd56f39"
S = "${WORKDIR}/git"
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}/usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/share/fonts/ \;
}
FILES_${PN} += "/usr/share/fonts/"
SUMMARY = "Roboto fonts - TTF Version"
SECTION = "fonts"
HOMEPAGE = "https://www.google.com/fonts/specimen/Roboto"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
PR = "r0"
# we don't need a compiler nor a c library for these fonts
INHIBIT_DEFAULT_DEPS = "1"
inherit allarch
inherit qmake5_paths
SRC_URI = "git://github.com/google/roboto.git;protocol=https"
SRCREV = "f4b08009088d112fc495cb47adb97f1aa83f1967"
S = "${WORKDIR}/git"
FONT_PACKAGES = "ttf-roboto"
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}/usr/share/fonts/
find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}/usr/share/fonts/ \;
}
FILES_${PN} += "/usr/share/fonts/"
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
SRC_URI = "git://github.com/ugjka/ttf-symbola.git;protocol=https"
SRCREV = "43ba31a30c67d744e43bd9b54647618eb305a472"
S = "${WORKDIR}/git"
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/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment