Accepting request 350464 from M17N:fonts
1 OBS-URL: https://build.opensuse.org/request/show/350464 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/google-noto-fonts?expand=0&rev=9
This commit is contained in:
commit
e795126102
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3ae9a9761b4f376a48a05422a6c897af9cd03ca3dc4750c85ebd90c56329a91
|
||||
size 491690381
|
||||
oid sha256:a979d9837d4223bcbe55497e3b5c545e0e554a78584f60915f1e620d3fbe508e
|
||||
size 494039413
|
||||
|
@ -49,7 +49,11 @@ for h in hinted; do
|
||||
sed -i "s/@SUBPACKAGE_FILELISTS@/%files -n $packagename\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
|
||||
sed -i "s/@SUBPACKAGE_FILELISTS@/%defattr(-,root,root)\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
|
||||
sed -i "s/@SUBPACKAGE_FILELISTS@/%dir %{_ttfontsdir}\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
|
||||
sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
|
||||
if [ $serif != "ColorEmoji" ]; then
|
||||
sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
|
||||
else
|
||||
sed -i "s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.?tf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
|
||||
fi
|
||||
sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
|
||||
done
|
||||
done
|
||||
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 22 14:13:56 UTC 2015 - fcrozat@suse.com
|
||||
|
||||
- Update to version 20151215:
|
||||
* Color Emoji are now available in a subpackage.
|
||||
* Update TaiTham to v1.03
|
||||
* Update Coptic to v1.03
|
||||
* Update Tifinagh to v1.05
|
||||
* Update Thaana to v1.02
|
||||
* Update Arimo and Tinos to v1.32
|
||||
* Update Khmer to v1.03
|
||||
* Update Javanese to v1.05
|
||||
* Update Lepcha to v1.03
|
||||
* Update Lao to v1.02
|
||||
* Update KufiArabic to v1.04
|
||||
- Update source url.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 09:39:21 UTC 2015 - pgajdos@suse.com
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define hyear 2015
|
||||
%define hmonth 10
|
||||
%define hday 02
|
||||
%define hmonth 12
|
||||
%define hday 15
|
||||
%define src_name NotoFonts
|
||||
|
||||
# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh scriptZZ
|
||||
@ -30,7 +30,7 @@ Summary: Noto Font Families
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: https://github.com/googlei18n/noto-fonts
|
||||
Source0: http://www.google.com/get/noto/pkgs/Noto-hinted.zip
|
||||
Source0: https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
|
||||
Source2: generate-specfile.sh
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
@ -49,6 +49,18 @@ Group: Documentation/Other
|
||||
%description doc
|
||||
License for Google's Noto fonts.
|
||||
|
||||
%package -n noto-coloremoji-fonts
|
||||
Summary: Noto Font
|
||||
Group: System/X11/Fonts
|
||||
Requires: google-noto-fonts-doc
|
||||
Obsoletes: noto-coloremoji
|
||||
Provides: noto-coloremoji
|
||||
|
||||
%description -n noto-coloremoji-fonts
|
||||
Noto's design goal is to achieve visual harmonization (e.g., compatible
|
||||
heights and stroke thicknesses) across languages. This package contains
|
||||
font, hinted.
|
||||
|
||||
%package -n noto-emoji-fonts
|
||||
Summary: Noto Font
|
||||
Group: System/X11/Fonts
|
||||
@ -1322,6 +1334,8 @@ mkdir -p %{buildroot}%{_ttfontsdir}
|
||||
cp *.ttf %{buildroot}%{_ttfontsdir}/
|
||||
cp *.otf %{buildroot}%{_ttfontsdir}/
|
||||
|
||||
%reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
|
||||
|
||||
%reconfigure_fonts_scriptlets -n noto-emoji-fonts
|
||||
|
||||
%reconfigure_fonts_scriptlets -n noto-kufiarabic-fonts
|
||||
@ -1536,6 +1550,11 @@ cp *.otf %{buildroot}%{_ttfontsdir}/
|
||||
%defattr(0644,root,root,755)
|
||||
%doc LICENSE*.txt
|
||||
|
||||
%files -n noto-coloremoji-fonts
|
||||
%defattr(-,root,root)
|
||||
%dir %{_ttfontsdir}
|
||||
%{_ttfontsdir}/NotoColorEmoji*.?tf
|
||||
|
||||
%files -n noto-emoji-fonts
|
||||
%defattr(-,root,root)
|
||||
%dir %{_ttfontsdir}
|
||||
|
@ -16,8 +16,8 @@
|
||||
#
|
||||
|
||||
%define hyear 2015
|
||||
%define hmonth 10
|
||||
%define hday 02
|
||||
%define hmonth 12
|
||||
%define hday 15
|
||||
%define src_name NotoFonts
|
||||
|
||||
# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run generate-specfile.sh scriptZZ
|
||||
@ -29,7 +29,7 @@ Summary: Noto Font Families
|
||||
License: OFL-1.1
|
||||
Group: System/X11/Fonts
|
||||
Url: https://github.com/googlei18n/noto-fonts
|
||||
Source0: http://www.google.com/get/noto/pkgs/Noto-hinted.zip
|
||||
Source0: https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
|
||||
Source2: generate-specfile.sh
|
||||
BuildRequires: fontpackages-devel
|
||||
BuildRequires: unzip
|
||||
|
Loading…
Reference in New Issue
Block a user