Merge pull request #1165 from namso-01/master

thunderbird: version bump  and   noto-fonts: new package
This commit is contained in:
Ertuğrul Erata
2016-02-13 10:29:03 +02:00
4 changed files with 74 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
def install():
pisitools.insinto("/usr/share/fonts/noto", "*.ttc")
pisitools.dodoc("LICENSE")
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0"?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>noto-fonts-cjk</Name>
<Homepage>http://www.google.com/get/noto</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>CUSTOM:SIL</License>
<IsA>data:font</IsA>
<Summary>Google Noto CJK fonts</Summary>
<Description>noto-fonts-cjk, Google Noto CJK fonts.</Description>
<Archive sha1sum="820135a6e5404b228fad596325ed2efb7066eded" type="targz">https://github.com/googlei18n/noto-cjk/archive/v1.004.tar.gz</Archive>
</Source>
<Package>
<Name>noto-fonts-cjk</Name>
<Summary>noto-fonts-cjk, Google Noto CJK fonts</Summary>
<Files>
<Path fileType="data">/usr/share/fonts/noto/*.ttc</Path>
<Path fileType="doc">/usr/share/doc/noto-fonts-cjk/</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2014-02-22</Date>
<Version>0.0_20100919</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-20</Date>
<Version>0.0_20090104</Version>
<Comment>First release</Comment>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>noto-fonts-cjk</Name>
<Summary xml:lang="en">Google Noto CJK fonts</Summary>
<Description xml:lang="en">noto-fonts-cjk, Google Noto CJK fonts.</Description>
<Summary xml:lang="tr">Google Noto CJK yazı tipleri</Summary>
<Description xml:lang="tr">Google Noto CJK yazı tipleri.</Description>
</Source>
</PISI>
+8 -1
View File
@@ -15,7 +15,7 @@
<IsA>app:gui</IsA>
<Summary>The Stand-Alone Mozilla Mail Component</Summary>
<Description>Thunderbird is a redesign of the Mozilla Mail Component. It is written using the XUL user interface language and designed to be cross-platform.</Description>
<Archive sha1sum="e180f19b920ff2d9c1d4c90df6b5c8b99b103116" type="tarbz2">http://ftp.mozilla.org/pub/thunderbird/releases/38.4.0/source/thunderbird-38.4.0.source.tar.bz2</Archive>
<Archive sha1sum="ab7a64361601ff38a4c03cb6fe96b2862ea9b304" type="tarbz2">http://ftp.mozilla.org/pub/thunderbird/releases/38.5.1/source/thunderbird-38.5.1.source.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target=".mozconfig">pisilinux/mozconfig</AdditionalFile>
</AdditionalFiles>
@@ -418,6 +418,13 @@
</Package>
<History>
<Update release="36">
<Date>2016-01-29</Date>
<Version>38.5.1</Version>
<Comment>Version Bumps, https://www.mozilla.org/en-US/thunderbird/38.5.1/releasenotes/</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
<Update release="35">
<Date>2015-12-22</Date>
<Version>38.4.0</Version>