Merge pull request #7254 from Rmys/master
plasma-workspace-wallpapers rebuild noto-fonts ver. bump
This commit is contained in:
@@ -9,11 +9,15 @@ from pisi.actionsapi import pisitools
|
||||
|
||||
def install():
|
||||
pisitools.insinto("/usr/share/fonts/noto", "hinted/Noto*.ttf")
|
||||
pisitools.insinto("/usr/share/fonts/noto", "hinted/Noto*.ttc")
|
||||
#pisitools.insinto("/usr/share/fonts/noto", "hinted/Noto*.ttc")
|
||||
|
||||
#for noto-fonts-ttf-croscore
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Arimo*.ttf")
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Tinos*.ttf")
|
||||
pisitools.insinto("/usr/share/fonts/TTF", "hinted/Cousine*.ttf")
|
||||
|
||||
pisitools.dosym("/etc/fonts/conf.avail/66-noto-sans.conf", "/etc/fonts/conf.d/66-noto-sans.conf")
|
||||
pisitools.dosym("/etc/fonts/conf.avail/66-noto-serif.conf", "/etc/fonts/conf.d/66-noto-serif.conf")
|
||||
pisitools.dosym("/etc/fonts/conf.avail/66-noto-mono.conf", "/etc/fonts/conf.d/66-noto-mono.conf")
|
||||
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
pisitools.dodoc("LICENSE", "README.md")
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Noto Sans Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Noto Sans Mono</family>
|
||||
<default>
|
||||
<family>monospace</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Noto Sans</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Noto Sans</family>
|
||||
<default>
|
||||
<family>sans-serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>Noto Serif</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Noto Serif</family>
|
||||
<default>
|
||||
<family>serif</family>
|
||||
</default>
|
||||
</alias>
|
||||
</fontconfig>
|
||||
@@ -12,15 +12,21 @@
|
||||
<IsA>data:font</IsA>
|
||||
<Summary>Google Noto TTF fonts</Summary>
|
||||
<Description>Noto fonts are open source. All Noto fonts are published under the SIL Open Font License, Version 1.1. Language data and some sample texts are from the Unicode CLDR project.</Description>
|
||||
<Archive sha1sum="3e4ce66b114d87c05433f2dbdfabf50f8231ce14" type="targz">https://github.com/googlei18n/noto-fonts/archive/v2015-09-29-license-adobe.tar.gz</Archive>
|
||||
<Archive sha1sum="b27e5f1868585ce4baba5c1b8e8ed3a517c9385e" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/noto-fonts-20190623.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>noto-fonts</Name>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/fonts</Path>
|
||||
<Path fileType="data">/usr/share/doc</Path>
|
||||
<Path fileType="doc">/usr/share/fonts/noto</Path>
|
||||
</Files>
|
||||
<AdditionalFiles>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/fonts/conf.avail/66-noto-sans.conf">archlinux/66-noto-sans.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/fonts/conf.avail/66-noto-serif.conf">archlinux/66-noto-serif.conf</AdditionalFile>
|
||||
<AdditionalFile owner="root" permission="0644" target="/etc/fonts/conf.avail/66-noto-mono.conf">archlinux/66-noto-mono.conf</AdditionalFile>
|
||||
</AdditionalFiles>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
@@ -30,8 +36,30 @@
|
||||
<Path fileType="data">/usr/share/fonts/TTF</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>noto-fonts-extra</Name>
|
||||
<Summary>noto-fonts-ttf-croscore, Chrome OS core fonts Condensed SemiBold Medium Black Light</Summary>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Condensed*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-SemiBold*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-SemiCondensed*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Medium*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Thin*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Black*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Light*.ttf</Path>
|
||||
<Path fileType="data">/usr/share/fonts/noto/*-Extra*.ttf</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2019-11-09</Date>
|
||||
<Version>20190623</Version>
|
||||
<Comment>Rebuild for New Toolchain</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2018-07-31</Date>
|
||||
<Version>20150929</Version>
|
||||
|
||||
@@ -9,7 +9,7 @@ from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
|
||||
def setup():
|
||||
#shelltools.system("sed -i 's|5.11.0|5.10.0|g' CMakeLists.txt")
|
||||
shelltools.system("tar xf ../blue.tar.gz")
|
||||
kde5.configure()
|
||||
|
||||
def build():
|
||||
@@ -17,5 +17,7 @@ def build():
|
||||
|
||||
def install():
|
||||
kde5.install()
|
||||
|
||||
pisitools.insinto("/usr/share/wallpapers/pisilinux-blue", "blue/*")
|
||||
|
||||
pisitools.dodoc("COPYING", "AUTHORS")
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<Summary>The KDE Plasma Workspace Components</Summary>
|
||||
<Description>The KDE Plasma Workspace Components</Description>
|
||||
<Archive sha1sum="c650ff09eacae9af85ad3fcc02bc7f80470a65de" type="tarxz">mirrors://kde/stable/plasma/5.16.5/plasma-workspace-wallpapers-5.16.5.tar.xz</Archive>
|
||||
<Archive sha1sum="ff3ab698ac1db38ec7700b7b2950040bbd2d1135" type="binary">https://sourceforge.net/projects/pisilinux/files/source/blue.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency versionFrom="5.7.1">qt5-base-devel</Dependency>
|
||||
<Dependency>extra-cmake-modules</Dependency>
|
||||
@@ -39,6 +40,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="35">
|
||||
<Date>2019-11-10</Date>
|
||||
<Version>5.16.5</Version>
|
||||
<Comment>Rebuild Pisilinux-blue.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="34">
|
||||
<Date>2019-09-15</Date>
|
||||
<Version>5.16.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user